summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild')
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild
new file mode 100644
index 000000000000..790271097e56
--- /dev/null
+++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
+HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
+SRC_URI="http://jpfleury.indefero.net/p/${PN}/source/download/${PV}/ -> ${P}.zip"
+
+KEYWORDS="amd64 x86"
+LICENSE="GPL-3"
+SLOT="3.6"
+IUSE=""
+
+SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4
+ !x11-themes/clearlooks-phenix:0"
+RDEPEND="${SLOT_BLOCK}
+ >=x11-libs/gtk+-3.6:3
+ x11-themes/gtk-engines"
+DEPEND="app-arch/unzip"
+
+src_install() {
+ insinto "/usr/share/themes/Clearlooks-Phenix"
+ doins -r *
+}