diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-23 15:13:40 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-23 15:13:40 +0200 |
commit | d2bf5b0a7030a58a1bdab30f01f590be49a31160 (patch) | |
tree | 04f426455b288b0c3575c0feb85eb96d48288b90 /x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild | |
parent | bde3acd6343a7859e1ec7562ce33ef844ba24498 (diff) |
Remanifested kogaion dark theme, fixed minor issues
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 | 10 |
1 files changed, 5 insertions, 5 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 b2974c22..bedac940 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 @@ -6,10 +6,10 @@ 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://pk2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz :temporary out of duty +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" -LICENSE="GPL" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="gtk3 gtk2 gnome-shell unity cinnamon xfwm4" @@ -19,7 +19,7 @@ RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) x11-themes/gtk-engines-murrine x11-themes/gtk-engines x11-themes/faenza-kupertino-icons" -DEPEND="" +DEPEND="${DEPEND}" Z="Kogaion-dark" S="${WORKDIR}"/${Z}/ @@ -66,5 +66,5 @@ src_install() { doins -r "${S}"/xfwm4 || die "Cannot copy xfwm" else ewarn "Xfwm Files were not copied" - fi + fi } |