diff options
author | 2009-08-23 02:01:48 +0000 | |
---|---|---|
committer | 2009-08-23 02:01:48 +0000 | |
commit | 6470beefa7ac3ed06c047908466da2394629a2e9 (patch) | |
tree | 94e085678fdb36bb46008ba14c5dafaf3c67319e /media-video/cheese/cheese-2.26.3.ebuild | |
parent | Move from custom jpeg extras to Debian extras since ours is just a copy. (diff) | |
download | gentoo-2-6470beefa7ac3ed06c047908466da2394629a2e9.tar.gz gentoo-2-6470beefa7ac3ed06c047908466da2394629a2e9.tar.bz2 gentoo-2-6470beefa7ac3ed06c047908466da2394629a2e9.zip |
Clean up old revision. Add docbook-xml-dtd-4.3 to DEPEND per bug #281839.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cheese/cheese-2.26.3.ebuild')
-rw-r--r-- | media-video/cheese/cheese-2.26.3.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/media-video/cheese/cheese-2.26.3.ebuild b/media-video/cheese/cheese-2.26.3.ebuild index fd22c5f7ee67..eca5922c5187 100644 --- a/media-video/cheese/cheese-2.26.3.ebuild +++ b/media-video/cheese/cheese-2.26.3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.26.3.ebuild,v 1.1 2009/07/19 20:05:00 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.26.3.ebuild,v 1.2 2009/08/23 02:01:48 eva Exp $ +EAPI="2" GCONF_DEBUG="no" inherit gnome2 eutils @@ -43,10 +44,18 @@ DEPEND="${COMMON_DEPEND} dev-util/pkgconfig app-text/scrollkeeper app-text/gnome-doc-utils - x11-proto/xf86vidmodeproto" + x11-proto/xf86vidmodeproto + app-text/docbook-xml-dtd:4.3" DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { G2CONF="${G2CONF} --disable-scrollkeeper --disable-hildon" } + +src_prepare() { + gnome2_src_prepare + + # Fix intltoolize broken file, see upstream #577133 + sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" +} |