diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
commit | 09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch) | |
tree | 8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild | |
parent | e8963683db76581942b4d37d4e54b396ee44c5cf (diff) |
fix our artwork, drop deprecated things
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 | 71 |
1 files changed, 0 insertions, 71 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 deleted file mode 100644 index 7812f94b..00000000 --- a/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Kogaion dark theme" -HOMEPAGE="http://rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/~rogentos/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 xfwm4" #cinnamon unity" - -RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) - x11-themes/gtk-engines-equinox - x11-themes/gtk-engines-murrine - x11-themes/gtk-engines - x11-themes/faenza-kupertino-icons" -DEPEND="${DEPEND}" - -Z="Kogaion-dark" -S="${WORKDIR}"/${Z}/ -THEME="/usr/share/themes" - -src_install() { - dodir ${THEME}/${Z} || die - insinto ${THEME}/${Z} || die - doins "${S}"/index.theme || die - - if use gtk3; then - doins -r "${S}"/gtk-3.0 || die "Cannot copy gtk3" - else - ewarn "Gtk3 Files weren't copied" - fi - - if use gtk2; then - doins -r "${S}"/gtk-2.0 || die "Cannot copy gtk2" - doins -r "${S}"/metacity-1 || die "Cannot copy metacity-1" - else - ewarn "Gtk2 Files were not copied" - fi - - if use gnome-shell; then - doins -r "${S}"/gnome-shell || die "Cannot copy gnome-shell" - doins -r "${S}"/backgrounds || die "Cannot copy backgrounds" - else - 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 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" - else - ewarn "Xfwm Files were not copied" - fi -} |