summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2017-09-18 07:57:37 +0000
committerSven Wegener <swegener@gentoo.org>2017-09-18 07:58:29 +0000
commitf4600a3b6c3f06a0da9a495b1b88fc27bdc0df44 (patch)
tree567d568f2bbe362b57b92dcea69ca9468a59aae1 /x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild
parentx11-themes/clearlooks-phenix: Update SRC_URI (diff)
downloadgentoo-f4600a3b6c3f06a0da9a495b1b88fc27bdc0df44.tar.gz
gentoo-f4600a3b6c3f06a0da9a495b1b88fc27bdc0df44.tar.bz2
gentoo-f4600a3b6c3f06a0da9a495b1b88fc27bdc0df44.zip
x11-themes/clearlooks-phenix: Version bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild')
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild
new file mode 100644
index 000000000000..87c17b292c12
--- /dev/null
+++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
+HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix"
+SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+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 *
+}