diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:05:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:05:33 +0000 |
commit | ef2ff2903d5298962a6efce870b1d6bcd153cb96 (patch) | |
tree | a762895f718e09da0f4a6f1a92657405eaf71180 /app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild | |
parent | fix git URI (diff) | |
download | gentoo-2-ef2ff2903d5298962a6efce870b1d6bcd153cb96.tar.gz gentoo-2-ef2ff2903d5298962a6efce870b1d6bcd153cb96.tar.bz2 gentoo-2-ef2ff2903d5298962a6efce870b1d6bcd153cb96.zip |
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild')
-rw-r--r-- | app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild b/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild index 944d006bb1c2..6105bfa1c478 100644 --- a/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild +++ b/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild,v 1.6 2008/08/30 14:40:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gnomebaker/gnomebaker-0.6.4.ebuild,v 1.7 2011/01/29 20:05:33 ssuominen Exp $ +EAPI=3 GCONF_DEBUG=no - -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application." HOMEPAGE="http://sourceforge.net/projects/gnomebaker" @@ -33,14 +33,20 @@ RDEPEND=">=x11-libs/gtk+-2.8 >=media-libs/libogg-1.1.2 media-libs/gst-plugins-good )" DEPEND="${RDEPEND} - app-text/scrollkeeper - dev-util/pkgconfig + app-text/rarian dev-util/intltool - sys-devel/gettext - dev-perl/XML-Parser" + dev-util/pkgconfig + sys-devel/gettext" pkg_setup() { - G2CONF="${G2CONF} --disable-dependency-tracking $(use_enable libnotify)" + G2CONF="${G2CONF} + --disable-dependency-tracking + $(use_enable libnotify)" +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch + gnome2_src_prepare } src_install() { |