--- /usr/portage/xfce-base/thunar/thunar-0.5.0_rc2.ebuild 2006-12-06 07:07:45.000000000 +0100 +++ thunar-0.5.0_rc2.ebuild 2006-12-06 13:34:53.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.5.0_rc2.ebuild,v 1.3 2006/12/06 05:44:19 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.0_beta1.ebuild,v 1.1 2006/04/20 05:36:12 dostrow Exp $ inherit xfce44 versionator @@ -15,26 +15,24 @@ HOMEPAGE="http://thunar.xfce.org" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus hal startup-notification thumbnail xslt" +IUSE="dbus hal startup-notification thumbnail xslt doc" RDEPEND="virtual/fam >=dev-libs/glib-2.6.4 >=x11-libs/gtk+-2.6.4 - thumbnail? ( >=gnome-base/gconf-2.4 ) - gnome-base/orbit + thumbnail? ( >=gnome-base/gconf-2.4 + gnome-base/orbit ) >=media-libs/jpeg-6b >=media-libs/libpng-1.2 dbus? ( || ( >=dev-libs/dbus-glib-0.71 ( =sys-apps/dbus-0.34 ) ) ) hal? ( >=sys-apps/hal-0.5 x11-libs/pango startup-notification? ( >=x11-libs/startup-notification-0.4 ) xslt? ( dev-libs/libxslt ) - >=dev-util/gtk-doc-1 + doc? >=dev-util/gtk-doc-1 >=x11-misc/shared-mime-info-0.15 >=dev-util/desktop-file-utils-0.10 >=xfce-base/libxfce4util-4.3.99.2 @@ -50,6 +48,10 @@ XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc" fi +if use doc; then + XFCE_CONFIG="${XFCE_CONFIG} --disable-gtk-doc" +fi + if use hal; then XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal" else