blob: 0aa4b1751ff30d9d35b29d734f629b2d87bc074b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.3 2013/02/16 22:39:44 ago Exp $
EAPI=5
MY_P=${PN}-v${PV}
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://dev.gentoo.org/~hasufell/distfiles/${MY_P}.zip"
KEYWORDS="amd64 x86"
LICENSE="GPL-3"
SLOT="3.4"
IUSE=""
SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2
!x11-themes/clearlooks-phenix:0"
RDEPEND="${SLOT_BLOCK}
=x11-libs/gtk+-3.4*
x11-themes/gtk-engines"
DEPEND="app-arch/unzip"
S=${WORKDIR}/${MY_P}
src_install() {
insinto "/usr/share/themes/Clearlooks-Phenix"
doins -r *
}
|