diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:19:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:19:17 +0000 |
commit | c84e6417dcfbef615bae49fa36810898f6de8a76 (patch) | |
tree | 77c3740419b675946a079c991991162bc5cfc60d /media-gfx | |
parent | DEL (diff) | |
download | gentoo-2-c84e6417dcfbef615bae49fa36810898f6de8a76.tar.gz gentoo-2-c84e6417dcfbef615bae49fa36810898f6de8a76.tar.bz2 gentoo-2-c84e6417dcfbef615bae49fa36810898f6de8a76.zip |
DOCS array
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ristretto/ristretto-0.0.93.ebuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/media-gfx/ristretto/ristretto-0.0.93.ebuild b/media-gfx/ristretto/ristretto-0.0.93.ebuild index 863805b5ab18..7101602c5da0 100644 --- a/media-gfx/ristretto/ristretto-0.0.93.ebuild +++ b/media-gfx/ristretto/ristretto-0.0.93.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.6 2011/04/23 17:26:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.7 2011/05/19 22:19:17 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes inherit xfconf @@ -18,10 +18,10 @@ IUSE="debug" RDEPEND="media-libs/libexif >=x11-libs/gtk+-2.14:2 >=dev-libs/glib-2.18:2 - >=dev-libs/dbus-glib-0.34 - >=xfce-base/libxfce4util-4.7 - >=xfce-base/libxfce4ui-4.7 - >=xfce-base/xfconf-4.7 + >=dev-libs/dbus-glib-0.88 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/xfconf-4.8 >=x11-libs/cairo-1.8" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -29,18 +29,13 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } src_prepare() { sed -i \ -e "/TARGET_DIR/s:(datadir)/doc/ristretto:(datadir)/doc/${PF}:" \ docs/manual/C/Makefile.am || die - xfconf_src_prepare } |