|
|
# Copyright 1999-2006 Gentoo Foundation | # Copyright 1999-2006 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # 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 | inherit xfce44 versionator |
| |
|
|
HOMEPAGE="http://thunar.xfce.org" | HOMEPAGE="http://thunar.xfce.org" |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" | 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 | RDEPEND="virtual/fam |
>=dev-libs/glib-2.6.4 | >=dev-libs/glib-2.6.4 |
>=x11-libs/gtk+-2.6.4 | >=x11-libs/gtk+-2.6.4 |
thumbnail? ( >=gnome-base/gconf-2.4 ) |
thumbnail? ( >=gnome-base/gconf-2.4 |
gnome-base/orbit |
gnome-base/orbit ) |
>=media-libs/jpeg-6b | >=media-libs/jpeg-6b |
>=media-libs/libpng-1.2 | >=media-libs/libpng-1.2 |
dbus? ( || ( >=dev-libs/dbus-glib-0.71 | dbus? ( || ( >=dev-libs/dbus-glib-0.71 |
( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) | ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) |
) | ) |
hal? ( >=sys-apps/hal-0.5 | hal? ( >=sys-apps/hal-0.5 |
x11-libs/pango | x11-libs/pango |
startup-notification? ( >=x11-libs/startup-notification-0.4 ) | startup-notification? ( >=x11-libs/startup-notification-0.4 ) |
xslt? ( dev-libs/libxslt ) | xslt? ( dev-libs/libxslt ) |
>=dev-util/gtk-doc-1 |
doc? >=dev-util/gtk-doc-1 |
>=x11-misc/shared-mime-info-0.15 | >=x11-misc/shared-mime-info-0.15 |
>=dev-util/desktop-file-utils-0.10 | >=dev-util/desktop-file-utils-0.10 |
>=xfce-base/libxfce4util-4.3.99.2 | >=xfce-base/libxfce4util-4.3.99.2 |
|
|
XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc" | XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc" |
fi | fi |
| |
|
if use doc; then |
|
XFCE_CONFIG="${XFCE_CONFIG} --disable-gtk-doc" |
|
fi |
|
|
if use hal; then | if use hal; then |
XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal" | XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal" |
else | else |