summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-artwork-core
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-12-09 01:05:28 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-12-09 01:05:28 +0200
commit2f8b4eb1e0aa6a89e8010c7fc455dbf5d4e87489 (patch)
tree829b512fddf3e7d3f300013241624ece9f8179ea /x11-themes/kogaion-artwork-core
parent9f98b60de9d844ec5207b6da8d3a58cea6185eda (diff)
Repaired the ebuild
Diffstat (limited to 'x11-themes/kogaion-artwork-core')
-rw-r--r--x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild23
1 files changed, 10 insertions, 13 deletions
diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild
index 365eb5e6..0b631198 100644
--- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild
+++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild
@@ -31,25 +31,22 @@ src_install() {
# doins -r "${S}"/fbsplash/kogaion/*
# Cursors
- cd "${S}"/mouse/RezoBlue
- dodir /usr/share/cursors/xorg-x11/RezoBlue
- insinto /usr/share/cursors/xorg-x11/RezoBlue || die "Cannot make target dir for cursors!"
- doins -r ./
- # Linking to our liked theme, instead of Adwaita (or whatever akward defaults)
insinto /usr/share/cursors/xorg-x11/
- rm -f default
- dosym RezoBlue default || die "Target cursors not found!"
+ doins -r "${S}"/mouse/RezoBlue
# Wallpapers
- cd "${S}"/background
- insinto /usr/share/backgrounds
- doins *.png *.jpg
+ insinto /usr/share/backgrounds/
+ doins "${S}"/background/*.png
+ doins "${S}"/background/*.jpg
#newins rogentoslinux.png rogentos-nvidia.png
# Backdrop functionality for Xfce
- dodir /usr/share/xfce4/backdrops
- insinto /usr/share/xfce4/backdrops
- doins *.png *.jpg
+ insinto /usr/share/xfce4/backdrops/
+ doins "${S}"/background/*.png
+ doins "${S}"/background/*.jpg
+
+ insinto /usr/share/cursors/xorg-x11
+ dosym RezoBlue default || "RezoBlue not found"
}
pkg_postinst() {