diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-09-16 20:40:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-09-16 20:43:08 +0000 |
commit | f2347c5e1a04f491771518095321b4a12ec2a581 (patch) | |
tree | c113b959e1d134cc6c8407ab73aacccd6336c70c /x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild | |
parent | app-doc/zeal: version bump. (diff) | |
download | gentoo-f2347c5e1a04f491771518095321b4a12ec2a581.tar.gz gentoo-f2347c5e1a04f491771518095321b4a12ec2a581.tar.bz2 gentoo-f2347c5e1a04f491771518095321b4a12ec2a581.zip |
x11-themes/clearlooks-phenix: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild')
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild new file mode 100644 index 000000000000..da5e28d723ba --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-7.0.1.ebuild @@ -0,0 +1,22 @@ +# 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="http://www.jpfleury.net/en/software/clearlooks-phenix.php" +SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.20.0:3 + x11-themes/gtk-engines" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} |