Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554538 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild (-3 / +3 lines)
Lines 11-24 Link Here
11
11
12
LICENSE="GPL-2 LGPL-2.1"
12
LICENSE="GPL-2 LGPL-2.1"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
14
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
15
IUSE="debug"
15
IUSE="debug +gtk3"
16
16
17
RDEPEND=">=dev-libs/dbus-glib-0.100
17
RDEPEND=">=dev-libs/dbus-glib-0.100
18
	>=dev-libs/glib-2.24
18
	>=dev-libs/glib-2.24
19
	>=x11-libs/cairo-1
19
	>=x11-libs/cairo-1
20
	>=x11-libs/gtk+-2.20:2
20
	>=x11-libs/gtk+-2.20:2
21
	>=x11-libs/gtk+-3.2:3
21
	gtk3? ( >=x11-libs/gtk+-3.2:3 )
22
	x11-libs/libX11
22
	x11-libs/libX11
23
	>=x11-libs/libwnck-2.31:1
23
	>=x11-libs/libwnck-2.31:1
24
	>=xfce-base/exo-0.8
24
	>=xfce-base/exo-0.8
Lines 35-41 Link Here
35
pkg_setup() {
35
pkg_setup() {
36
	XFCONF=(
36
	XFCONF=(
37
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
37
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
38
		--enable-gtk3
38
		$(use_enable gtk3)
39
		$(xfconf_use_debug)
39
		$(xfconf_use_debug)
40
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
40
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
41
		)
41
		)

Return to bug 554538