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/gtk-engines-murrine/gtk-engines-murrine-0.98.0....

43 lines
1.1 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.0.ebuild,v 1.3 2011/08/18 19:42:37 chainsaw Exp $
EAPI="2"
inherit eutils gnome.org
MY_PN="murrine"
DESCRIPTION="Murrine GTK+2 Cairo Engine"
HOMEPAGE="http://www.cimitan.com/murrine/"
SRC_URI="${SRC_URI//${PN}/${MY_PN}}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="+themes animation-rtl"
# pixman and cairo aren't checked for in configure, but are #include-ed
RDEPEND=">=x11-libs/gtk+-2.18:2
x11-libs/cairo
x11-libs/pixman"
PDEPEND="themes? ( x11-themes/murrine-themes )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.37.1
sys-devel/gettext
dev-util/pkgconfig"
S="${WORKDIR}/${MY_PN}-${PV}"
src_configure() {
econf --enable-animation \
--enable-rgba \
$(use_enable animation-rtl animationrtl)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS TODO
}