You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild

29 lines
795 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild,v 1.1 2014/10/29 13:47:42 hasufell Exp $
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="3.10-3.12"
IUSE=""
RDEPEND="
>=x11-libs/gtk+-3.10.0:3
x11-themes/gtk-engines
"
src_install() {
insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}"
doins -r *
}
pkg_postinst() {
elog "The theme is named Clearlooks-Phenix-${SLOT}."
}