diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:00:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:00:53 +0000 |
commit | e8963683db76581942b4d37d4e54b396ee44c5cf (patch) | |
tree | 8b2ce724c91248b76b849fa696841cb6645b2a42 /x11-themes/arc-theme/arc-theme-9999.ebuild | |
parent | 79fc2630bd20ce9e578a33248e01b167187839e6 (diff) |
drop some unused themes, change faenza-cupertino EAPI, fix distfiles
Diffstat (limited to 'x11-themes/arc-theme/arc-theme-9999.ebuild')
-rw-r--r-- | x11-themes/arc-theme/arc-theme-9999.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/x11-themes/arc-theme/arc-theme-9999.ebuild b/x11-themes/arc-theme/arc-theme-9999.ebuild deleted file mode 100644 index 02a3ced3..00000000 --- a/x11-themes/arc-theme/arc-theme-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils git-r3 autotools - -DESCRIPTION="A flat theme with transparent elements for GTK 3, GTK2 and GNOME Shell" -HOMEPAGE="https://github.com/horst3180/Arc-theme" -SRC_URI="" -EGIT_REPO_URI="${HOMEPAGE}" - -LICENSE="LGPL-3.0" -SLOT="0" -KEYWORDS="" -IUSE="gnome-shell +gtk2 gtk3 metacity unity xfwm" -REQUIRED_USE="|| ( gtk2 gtk3 )" - -DEPEND="x11-themes/gtk-engines-murrine - x11-libs/gdk-pixbuf" -RDEPEND="${DEPEND} - gnome-shell? ( gnome-base/gnome-shell ) - xfwm? ( xfce-base/xfwm4 ) - gtk2? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) - metacity? ( - || ( - x11-wm/metacity - x11-wm/marco - ) - )" - -src_prepare(){ - eautoreconf -} - -src_configure(){ - local myconf='' - use !gtk2 && myconf+="--disable-gtk2 " - use !gtk3 && myconf+="--disable-gtk3 " - use !gnome-shell && myconf+="--disable-gnome-shell " - use !unity && myconf+="--disable-unity " - use !metacity && myconf+="--disable-metacity " - use !xfwm && myconf+="--disable-xfwm " - econf ${myconf} -} - -src_compile(){ - emake DESTDIR="${D}" -} - -src_install(){ - emake DESTDIR="${D}" install -} |