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

(-)/var/portage/x11-misc/spacefm/spacefm-0.9.3.ebuild (-4 / +6 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2 LGPL-2.1"
14
LICENSE="GPL-2 LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 x86"
16
KEYWORDS="amd64 x86"
17
IUSE="+startup-notification"
17
IUSE="+startup-notification gtk2"
18
18
19
RDEPEND="dev-libs/glib:2
19
RDEPEND="dev-libs/glib:2
20
	dev-util/desktop-file-utils
20
	dev-util/desktop-file-utils
Lines 22-32 Link Here
22
	virtual/freedesktop-icon-theme
22
	virtual/freedesktop-icon-theme
23
	x11-libs/cairo
23
	x11-libs/cairo
24
	x11-libs/gdk-pixbuf
24
	x11-libs/gdk-pixbuf
25
	x11-libs/gtk+:3
26
	x11-libs/pango
25
	x11-libs/pango
27
	x11-libs/libX11
26
	x11-libs/libX11
28
	x11-misc/shared-mime-info
27
	x11-misc/shared-mime-info
29
	startup-notification? ( x11-libs/startup-notification )"
28
	startup-notification? ( x11-libs/startup-notification )
29
	gtk2? ( x11-libs/gtk+:2 )
30
	!gtk2? ( x11-libs/gtk+:3 )"
30
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
31
	dev-util/intltool
32
	dev-util/intltool
32
	virtual/pkgconfig
33
	virtual/pkgconfig
Lines 39-45 Link Here
39
		--disable-hal \
40
		--disable-hal \
40
		--enable-inotify \
41
		--enable-inotify \
41
		--disable-pixmaps \
42
		--disable-pixmaps \
42
		--with-gtk3=yes
43
		$(!use_with gtk2 gtk3 yes)
44
		#--with-gtk3=yes
43
}
45
}
44
46
45
pkg_preinst() {
47
pkg_preinst() {

Return to bug 506638