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

(-)/usr/portage/gnome-base/gnome-session/files/gnome-session-2.10.0-schema_defaults.patch (+1 lines)
Line 0 Link Here
1
--- gnome-session-2.5.92/gnome-session/gnome-session.schemas.in	2003-11-12 11:30:57.000000000 +0100
Lines 1-11 Link Here
(-)/usr/portage/gnome-base/gnome-session/gnome-session-2.12.0.ebuild (-4 / +5 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2 LGPL-2 FDL-1.1"
11
LICENSE="GPL-2 LGPL-2 FDL-1.1"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
14
IUSE="esd ipv6"
14
IUSE="esd ipv6 branding"
15
15
16
RDEPEND=">=x11-libs/gtk+-2.3.1
16
RDEPEND=">=x11-libs/gtk+-2.3.1
17
	esd? ( >=media-sound/esound-0.2.26 )
17
	esd? ( >=media-sound/esound-0.2.26 )
Lines 41-49 Link Here
41
	cd "${S}"
41
	cd "${S}"
42
42
43
	# Patch for logout dialog and automatic session save now reverted. See bug
43
	# Patch for logout dialog and automatic session save now reverted. See bug
44
	# #95745. Patch to set the Gentoo splash by default in the gconf key
44
	# #95745.
45
	# (#42687)
45
	
46
	epatch ${FILESDIR}/${PN}-2.10.0-schema_defaults.patch
46
	# Patch to set the Gentoo splash by default in the gconf key (#42687)
47
	use branding && epatch ${FILESDIR}/${PN}-2.10.0-branding.patch
47
48
48
	# Implement switch to enable/disable esound support. See bug #6920.
49
	# Implement switch to enable/disable esound support. See bug #6920.
49
	epatch ${FILESDIR}/${PN}-2.10.0-esd_switch.patch
50
	epatch ${FILESDIR}/${PN}-2.10.0-esd_switch.patch

Return to bug 115486