blob: 01fc195deb4a747bca6e274e3907ee0751fb00aa (
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
30
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_PN="murrine"
MODPATH="${MY_PN}/trunk"
inherit eutils gnome2 gnome2-live
DESCRIPTION="Murrine GTK+2 Cairo Engine"
HOMEPAGE="http://www.cimitan.com/murrine/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog CREDITS"
S="${WORKDIR}/${MY_PN}"
pkg_setup() {
G2CONF="${G2CONF}
--enable-animation"
}
|