diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-18 18:08:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-18 18:08:49 +0000 |
commit | 26d04ebf5370cc81a4f77acb17840df9607567b5 (patch) | |
tree | 5d26e6caaf01319872cbdfd9d20c1ade2b3185dc | |
parent | Version bump (diff) | |
download | gentoo-2-26d04ebf5370cc81a4f77acb17840df9607567b5.tar.gz gentoo-2-26d04ebf5370cc81a4f77acb17840df9607567b5.tar.bz2 gentoo-2-26d04ebf5370cc81a4f77acb17840df9607567b5.zip |
x86 stable
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.7 i686)
-rw-r--r-- | x11-themes/gtk-engines-rezlooks/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild | 15 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-themes/gtk-engines-rezlooks/ChangeLog b/x11-themes/gtk-engines-rezlooks/ChangeLog index 02c78b440e7c..5124607bd23b 100644 --- a/x11-themes/gtk-engines-rezlooks/ChangeLog +++ b/x11-themes/gtk-engines-rezlooks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-engines-rezlooks # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-rezlooks/ChangeLog,v 1.4 2008/03/03 06:53:10 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-rezlooks/ChangeLog,v 1.5 2008/12/18 18:08:49 ssuominen Exp $ + + 18 Dec 2008; <ssuominen@gentoo.org> gtk-engines-rezlooks-0.6.ebuild: + x86 stable 03 Mar 2008; Saleem Abdulrasool <compnerd@gentoo.org> gtk-engines-rezlooks-0.6.ebuild: diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild index f4b4592cb629..2da699b1b90b 100644 --- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild +++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild,v 1.4 2008/03/03 06:53:10 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild,v 1.5 2008/12/18 18:08:49 ssuominen Exp $ DESCRIPTION="Rezlooks GTK+ Engine" HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179" @@ -8,20 +8,21 @@ SRC_URI="http://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gtk+-2.8" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" + dev-util/pkgconfig" -S="${WORKDIR}/rezlooks-${PV}" +S=${WORKDIR}/rezlooks-${PV} src_compile() { - econf --enable-animation || die "configure failed" - emake || die "make failed" + econf --disable-dependency-tracking --enable-animation + emake || die "make failed." } src_install() { - emake DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog CREDITS NEWS README } |