diff options
author | 2011-05-19 20:48:10 +0000 | |
---|---|---|
committer | 2011-05-19 20:48:10 +0000 | |
commit | 12bde7ac808e782ca2ef34281cc42631f6464de3 (patch) | |
tree | ad21715bbb0c59b87a493990bb05c5a09631fa8b /xfce-extra/xfce4-screenshooter | |
parent | EAPI4. x86 stable. missing locate rdep (diff) | |
download | historical-12bde7ac808e782ca2ef34281cc42631f6464de3.tar.gz historical-12bde7ac808e782ca2ef34281cc42631f6464de3.tar.bz2 historical-12bde7ac808e782ca2ef34281cc42631f6464de3.zip |
EAPI4
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
-rw-r--r-- | xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild index 4c98fd605a9a..9ce643f6614f 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild,v 1.11 2010/11/03 22:44:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild,v 1.12 2011/05/19 20:38:52 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes inherit xfconf @@ -18,28 +18,22 @@ IUSE="debug" RDEPEND=">=x11-libs/gtk+-2.14:2 >=dev-libs/glib-2.16:2 >=net-libs/libsoup-2.26.0 - >=xfce-base/xfce4-panel-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4" + >=xfce-base/xfce4-panel-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfcegui4-4.8" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" pkg_setup() { PATCHES=( "${FILESDIR}"/${P}-fix-segfault-at-startup.patch ) - - 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 "s:\$(datadir)/xfce4/doc:\$(datadir)/doc/${PF}/html:" \ Makefile.am || die - xfconf_src_prepare } |