Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157315
Collapse All | Expand All

(-)/usr/portage/xfce-base/thunar/thunar-0.5.0_rc2.ebuild (-5 / +9 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
inherit xfce44 versionator
5
inherit xfce44 versionator
6
6
Lines 15-40 Link Here
15
HOMEPAGE="http://thunar.xfce.org"
15
HOMEPAGE="http://thunar.xfce.org"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
17
17
18
IUSE="dbus hal startup-notification thumbnail xslt"
18
IUSE="dbus hal startup-notification thumbnail xslt doc"
19
19
20
RDEPEND="virtual/fam
20
RDEPEND="virtual/fam
21
	>=dev-libs/glib-2.6.4
21
	>=dev-libs/glib-2.6.4
22
	>=x11-libs/gtk+-2.6.4
22
	>=x11-libs/gtk+-2.6.4
23
	thumbnail? ( >=gnome-base/gconf-2.4 )
23
	thumbnail? ( >=gnome-base/gconf-2.4
24
	gnome-base/orbit
24
		gnome-base/orbit )
25
	>=media-libs/jpeg-6b
25
	>=media-libs/jpeg-6b
26
	>=media-libs/libpng-1.2
26
	>=media-libs/libpng-1.2
27
	dbus? ( || 	( >=dev-libs/dbus-glib-0.71
27
	dbus? ( || 	( >=dev-libs/dbus-glib-0.71
28
				( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
28
				( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
29
	)
29
	)
30
	hal? ( >=sys-apps/hal-0.5
30
	hal? ( >=sys-apps/hal-0.5
31
	x11-libs/pango
31
	x11-libs/pango
32
	startup-notification? ( >=x11-libs/startup-notification-0.4 )
32
	startup-notification? ( >=x11-libs/startup-notification-0.4 )
33
	xslt? ( dev-libs/libxslt )
33
	xslt? ( dev-libs/libxslt )
34
	>=dev-util/gtk-doc-1
34
	doc? >=dev-util/gtk-doc-1
35
	>=x11-misc/shared-mime-info-0.15
35
	>=x11-misc/shared-mime-info-0.15
36
	>=dev-util/desktop-file-utils-0.10
36
	>=dev-util/desktop-file-utils-0.10
37
	>=xfce-base/libxfce4util-4.3.99.2
37
	>=xfce-base/libxfce4util-4.3.99.2
Lines 50-55 Link Here
50
	XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc"
48
	XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc"
51
fi
49
fi
52
50
51
if use doc; then
52
	XFCE_CONFIG="${XFCE_CONFIG} --disable-gtk-doc"
53
fi
54
53
if use hal; then
55
if use hal; then
54
	XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal"
56
	XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal"
55
else
57
else

Return to bug 157315