diff options
Diffstat (limited to 'x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild')
-rw-r--r-- | x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild b/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild index 8eddd8f4..7812f94b 100644 --- a/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild +++ b/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}. LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" -IUSE="gtk3 gtk2 gnome-shell unity xfwm4" #cinnamon xfwm4" +IUSE="gtk3 gtk2 gnome-shell xfwm4" #cinnamon unity" RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) x11-themes/gtk-engines-equinox @@ -57,11 +57,11 @@ src_install() { #ewarn "Cinnamon Files were not copied" #fi - if use unity; then - doins -r "${S}"/unity || die "Cannot copy unity" - else - ewarn "Unity Files were not copied" - fi + #if use unity; then + # doins -r "${S}"/unity || die "Cannot copy unity" + #else + #ewarn "Unity Files were not copied" + #fi if use xfwm4; then doins -r "${S}"/xfwm4 || die "Cannot copy xfwm" |