diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild index 1fec7cbfd532..157fe7265ec0 100644 --- a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild +++ b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.1 2010/08/23 23:33:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.2 2010/08/23 23:58:40 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -13,15 +13,15 @@ SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="dbus debug doc gnome startup-notification" +IUSE="dbus debug gnome startup-notification" -RDEPEND=">=xfce-base/exo-0.5.1 +RDEPEND=">=xfce-base/exo-0.5.3 >=dev-libs/glib-2.12:2 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.6 >=media-libs/libpng-1.4 >=media-libs/freetype-2 - >=media-libs/jpeg-8b + >=media-libs/jpeg-8a dbus? ( >=dev-libs/dbus-glib-0.34 ) gnome? ( >=gnome-base/gconf-2 ) startup-notification? ( >=x11-libs/startup-notification-0.4 ) @@ -31,8 +31,7 @@ DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext dev-lang/perl - dev-util/gtk-doc-am - doc? ( dev-libs/libxslt )" + dev-util/gtk-doc-am" pkg_setup() { DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" @@ -42,16 +41,12 @@ pkg_setup() { $(use_enable dbus) $(use_enable gnome gnome-thumbnailers) $(use_enable startup-notification) - $(use_enable doc xsltproc) - $(use_enable debug) + $(xfconf_use_debug) --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html --with-volume-manager=none" } -src_prepare() { - sed -i \ - -e "/^docdir/s:=.*:= /usr/share/doc/${PF}:" \ - docs/Makefile.am || die - - xfconf_src_prepare +src_install() { + xfconf_src_install \ + docdir="${EPREFIX}"/usr/share/doc/${PF} } |