From 2f8b4eb1e0aa6a89e8010c7fc455dbf5d4e87489 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 9 Dec 2014 01:05:28 +0200 Subject: Repaired the ebuild --- .../kogaion-artwork-core-2.1.ebuild | 23 ++++++++++------------ 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'x11-themes/kogaion-artwork-core') 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() { -- cgit v1.2.3