diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-24 17:12:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-24 17:12:35 +0100 |
commit | 70b1855e16ed079d320176747f40e98693623952 (patch) | |
tree | 6661d84aeb2127a71fa2001856a941ca1425af24 /x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild | |
parent | df385d64c8534771af36e9a464fb1763f5f37078 (diff) | |
parent | 5c8180e20f801d69d51cca9c09c773f120e7bb64 (diff) |
Merge upstream
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 | 23 |
1 files changed, 11 insertions, 12 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 6db84e33..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 @@ -7,14 +7,13 @@ EAPI=4 DESCRIPTION="Kogaion dark theme" HOMEPAGE="http://rogentos.ro" SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - https://buildserver.rogentos.ro/~kogaion/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz http://bpr.bluepink.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz mirror://kogaion/${CATEGORY}/"${PN}"/${PN}-${PVR}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" -IUSE="gtk3 gtk2 gnome-shell unity cinnamon xfwm4" +IUSE="gtk3 gtk2 gnome-shell xfwm4" #cinnamon unity" RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) x11-themes/gtk-engines-equinox @@ -52,17 +51,17 @@ src_install() { ewarn "Gnome-shell Files were not copied" fi - if use cinnamon; then - doins -r "${S}"/cinnamon || die "Cannot copy cinnamon" - else - ewarn "Cinnamon Files were not copied" - fi + #if use cinnamon; then + # doins -r "${S}"/cinnamon || die "Cannot copy cinnamon" + #else + #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" |