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

Collapse All | Expand All

(-)a/gnome-base/gnome-shell/Manifest (-1 / +1 lines)
Line 1 Link Here
1
DIST gnome-shell-3.6.0.tar.xz 1398568 SHA256 032ad32a4fa6c1f92010635e3076031323ac690f78c610184438c085c355e07b SHA512 65fc6c60903780aaf66882ae6ff60929be5018fd570e17404a715334c6b5ae6e17055d6269c51fee63ee3eb458a5cf06cb0bbed3554be108ded89e5b7af75dc3 WHIRLPOOL 7aa6761f6267aaa6aa6310b4ea3122a7925ae411fb3723dc58b00b7fa1bf0e60c2689d53585a35bd88593797151d82d9a61d40aa6c22442781c087c709b8ea15
1
DIST gnome-shell-3.6.1.tar.xz 1398784 SHA256 566a9d902f85a89c23dc29f1789f859aa2c5a0de7dffa5235bf5a1885c76a3a7 SHA512 80968025ca36e05fb761730b1ad4d97cd37d259949f73409c6d81df482ce73700e371a8310a2a0537c289f25ec922a3bfb63a418473c8b1125bafa74000dca8c WHIRLPOOL 4716a55af449971875a52f130ccd1b67890c955971db2bd8b59663d12c3150209718cad39a6b11e262a65c053d6ac8439e24e36a13acaf1ed9df0162a332f94c
(-)a/gnome-base/gnome-shell/gnome-shell-3.6.0.ebuild (-7 / +6 lines)
Lines 45-51 COMMON_DEPEND=" Link Here
45
	>=gnome-extra/evolution-data-server-3.5.3
45
	>=gnome-extra/evolution-data-server-3.5.3
46
	>=media-libs/gst-plugins-base-0.10.16:0.10
46
	>=media-libs/gst-plugins-base-0.10.16:0.10
47
	>=net-im/telepathy-logger-0.2.4[introspection]
47
	>=net-im/telepathy-logger-0.2.4[introspection]
48
	>=net-libs/telepathy-glib-0.19[introspection]
48
	>=net-libs/telepathy-glib-0.17.5[introspection]
49
	>=sys-auth/polkit-0.100[introspection]
49
	>=sys-auth/polkit-0.100[introspection]
50
	>=x11-libs/libXfixes-5.0
50
	>=x11-libs/libXfixes-5.0
51
	>=x11-wm/mutter-${PV}[introspection]
51
	>=x11-wm/mutter-${PV}[introspection]
Lines 116-121 DEPEND="${COMMON_DEPEND} Link Here
116
# https://bugs.gentoo.org/show_bug.cgi?id=360413
116
# https://bugs.gentoo.org/show_bug.cgi?id=360413
117
117
118
pkg_setup() {
118
pkg_setup() {
119
	python_set_active_version 2
120
	python_pkg_setup
121
}
122
123
src_prepare() {
119
	DOCS="AUTHORS NEWS README"
124
	DOCS="AUTHORS NEWS README"
120
	# Don't error out on warnings
125
	# Don't error out on warnings
121
	G2CONF="${G2CONF}
126
	G2CONF="${G2CONF}
Lines 126-136 pkg_setup() { Link Here
126
		$(use_enable networkmanager)
131
		$(use_enable networkmanager)
127
		$(use_with systemd)
132
		$(use_with systemd)
128
		BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
133
		BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
129
	python_set_active_version 2
130
	python_pkg_setup
131
}
132
133
src_prepare() {
134
	# Fix automagic gnome-bluetooth dep, bug #398145
134
	# Fix automagic gnome-bluetooth dep, bug #398145
135
	epatch "${FILESDIR}/${PN}-3.5.x-bluetooth-flag.patch"
135
	epatch "${FILESDIR}/${PN}-3.5.x-bluetooth-flag.patch"
136
136
137
- 

Return to bug 439254