2013-01-02 14:22:38 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-10-29 12:17:27 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.4 2013/10/28 22:51:40 hasufell Exp $
|
2013-01-02 14:22:38 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
inherit git-2
|
|
|
|
|
|
|
|
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"
|
|
|
|
EGIT_REPO_URI="git://jpfleury.indefero.net/jpfleury/${PN}.git"
|
|
|
|
|
|
|
|
KEYWORDS=""
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
2013-10-29 12:17:27 +04:00
|
|
|
RDEPEND=">=x11-libs/gtk+-3.6:3
|
2013-01-02 14:22:38 +04:00
|
|
|
x11-themes/gtk-engines"
|
|
|
|
|
|
|
|
src_install() {
|
2013-10-29 12:17:27 +04:00
|
|
|
insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}"
|
2013-01-02 14:22:38 +04:00
|
|
|
doins -r *
|
|
|
|
}
|