Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Sat, 31 Dec 2016 04:00:19
Message-Id: 1483156710.7bf19fc4d186e9d804ad9a17432d86a7694c2862.leio@gentoo
1 commit: 7bf19fc4d186e9d804ad9a17432d86a7694c2862
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 03:58:13 2016 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 03:58:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf19fc4
7
8 gnome-base/gnome-shell: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 gnome-base/gnome-shell/Manifest | 1 -
13 gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild | 207 -----------------------
14 2 files changed, 208 deletions(-)
15
16 diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
17 index 60a2b5f..92c2d50 100644
18 --- a/gnome-base/gnome-shell/Manifest
19 +++ b/gnome-base/gnome-shell/Manifest
20 @@ -1,3 +1,2 @@
21 DIST gnome-shell-3.20.4.tar.xz 1662400 SHA256 0c13eba5ecd3b516538815ab33765ae04bd6faf1549407e81f3bf17b08f2a94d SHA512 40622be949b7d331073982f70ff8ae9b80005e1bf9f5251f0afcd10e564dd48c1d79ae2d874015794c7f99411befd4fc4f586d87a752148aa6097825b1bf931f WHIRLPOOL 226fb3adca9d4aef97bee50d6678c360cf74727a47c9018a16cfbe0f5d6ec32d2282a7965332021643392c1fbcb415a715a41a761d5998f82268d318c40b1942
22 -DIST gnome-shell-3.22.1.tar.xz 1947140 SHA256 ca9492fae6c647e6bf98624a7cef6e4776894e4888f54b63e60b672b754fb217 SHA512 7ed363f1019affce18b94eb3faee56ade1a570e43f2601305bdee2587733597a770fb239c65fa4d584e5f1839c2eda697101b3d5109f94b484d3fc78d42653fb WHIRLPOOL 51394bec90b7027b2037b9411515ff1748e9bd81d17b0664ee1411055ce3422899449ab4fe349fd5e93eab99838eb9b232d63910788f6e1e01ba6b83cc3d4f85
23 DIST gnome-shell-3.22.2.tar.xz 1949420 SHA256 d80f4eb662ada325165b066112e924f4c16044f153c274c886d7f99b9ddc559b SHA512 4f379e15324215e65d8fb29d2112dedcc47ede8087e3beff2edf205a901453f4682ba6ed8e841e157bab5490ed9598f4f5e799c56694442d23f5e0515483a4ff WHIRLPOOL 480402cb2cf75228800d21117b6c6235c7f6c881ced07a314d462971ca6b5740966452339b15ce706c333cb8c47a41c70cafc185364ec2d8010b71878eb35b1c
24
25 diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild
26 deleted file mode 100644
27 index 60739bd..00000000
28 --- a/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild
29 +++ /dev/null
30 @@ -1,207 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -PYTHON_COMPAT=( python{3_4,3_5} )
38 -
39 -inherit autotools gnome2 multilib pax-utils python-r1 systemd
40 -
41 -DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
43 -
44 -LICENSE="GPL-2+ LGPL-2+"
45 -SLOT="0"
46 -IUSE="+bluetooth +networkmanager nsplugin +nls -openrc-force"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
50 -
51 -# libXfixes-5.0 needed for pointer barriers
52 -# FIXME:
53 -# * gstreamer support is currently automagic
54 -COMMON_DEPEND="
55 - >=app-accessibility/at-spi2-atk-2.5.3
56 - >=dev-libs/atk-2[introspection]
57 - >=app-crypt/gcr-3.7.5[introspection]
58 - >=dev-libs/glib-2.45.3:2[dbus]
59 - >=dev-libs/gjs-1.39
60 - >=dev-libs/gobject-introspection-1.49.1:=
61 - dev-libs/libical:=
62 - >=x11-libs/gtk+-3.15.0:3[introspection]
63 - >=dev-libs/libcroco-0.6.8:0.6
64 - >=gnome-base/gnome-desktop-3.7.90:3=[introspection]
65 - >=gnome-base/gsettings-desktop-schemas-3.21.3
66 - >=gnome-extra/evolution-data-server-3.17.2:=
67 - >=media-libs/gstreamer-0.11.92:1.0
68 - >=net-im/telepathy-logger-0.2.4[introspection]
69 - >=net-libs/telepathy-glib-0.19[introspection]
70 - >=sys-auth/polkit-0.100[introspection]
71 - >=x11-libs/libXfixes-5.0
72 - x11-libs/libXtst
73 - >=x11-wm/mutter-3.22.1[introspection]
74 - >=x11-libs/startup-notification-0.11
75 -
76 - ${PYTHON_DEPS}
77 - dev-python/pygobject:3[${PYTHON_USEDEP}]
78 -
79 - dev-libs/dbus-glib
80 - dev-libs/libxml2:2
81 - media-libs/libcanberra[gtk3]
82 - media-libs/mesa
83 - >=media-sound/pulseaudio-2
84 - >=net-libs/libsoup-2.40:2.4[introspection]
85 - x11-libs/libX11
86 - x11-libs/gdk-pixbuf:2[introspection]
87 -
88 - x11-apps/mesa-progs
89 -
90 - bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
91 - networkmanager? (
92 - app-crypt/libsecret
93 - >=gnome-extra/nm-applet-0.9.8
94 - >=net-misc/networkmanager-0.9.8:=[introspection] )
95 - nsplugin? ( >=dev-libs/json-glib-0.13.2 )
96 -"
97 -# Runtime-only deps are probably incomplete and approximate.
98 -# Introspection deps generated using:
99 -# grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq
100 -# Each block:
101 -# 1. Introspection stuff needed via imports.gi.*
102 -# 2. gnome-session is needed for gnome-session-quit
103 -# 3. Control shell settings
104 -# 4. Systemd needed for suspending support
105 -# 5. xdg-utils needed for xdg-open, used by extension tool
106 -# 6. adwaita-icon-theme and dejavu font neeed for various icons & arrows
107 -# 7. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c
108 -# 8. IBus is needed for nls integration
109 -RDEPEND="${COMMON_DEPEND}
110 - app-accessibility/at-spi2-core:2[introspection]
111 - >=app-accessibility/caribou-0.4.8
112 - dev-libs/libgweather:2[introspection]
113 - >=sys-apps/accountsservice-0.6.14[introspection]
114 - >=sys-power/upower-0.99:=[introspection]
115 - x11-libs/pango[introspection]
116 -
117 - >=gnome-base/gnome-session-2.91.91
118 - >=gnome-base/gnome-settings-daemon-3.8.3
119 -
120 - !openrc-force? ( >=sys-apps/systemd-31 )
121 -
122 - x11-misc/xdg-utils
123 -
124 - media-fonts/dejavu
125 - >=x11-themes/adwaita-icon-theme-3.19.90
126 -
127 - networkmanager? (
128 - net-misc/mobile-broadband-provider-info
129 - sys-libs/timezone-data )
130 - nls? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] )
131 -"
132 -# avoid circular dependency, see bug #546134
133 -PDEPEND="
134 - >=gnome-base/gdm-3.5[introspection]
135 - >=gnome-base/gnome-control-center-3.8.3[bluetooth(+)?,networkmanager(+)?]
136 -"
137 -DEPEND="${COMMON_DEPEND}
138 - dev-libs/libxslt
139 - >=dev-util/gdbus-codegen-2.45.3
140 - >=dev-util/gtk-doc-am-1.17
141 - gnome-base/gnome-common
142 - >=sys-devel/gettext-0.19.6
143 - virtual/pkgconfig
144 - !!=dev-lang/spidermonkey-1.8.2*
145 -"
146 -# libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
147 -# https://bugs.gentoo.org/show_bug.cgi?id=360413
148 -
149 -src_prepare() {
150 - # Change favorites defaults, bug #479918
151 - eapply "${FILESDIR}"/${PN}-3.22.0-defaults.patch
152 -
153 - # Fix automagic gnome-bluetooth dep, bug #398145
154 - eapply "${FILESDIR}"/${PN}-3.12-bluetooth-flag.patch
155 -
156 - # Add missing path to libmutter-clutter when building .gir, bug #597842
157 - eapply "${FILESDIR}"/${PN}-3.22.0-gir-build-fix.patch
158 -
159 - eautoreconf
160 - gnome2_src_prepare
161 -}
162 -
163 -src_configure() {
164 - # Do not error out on warnings
165 - gnome2_src_configure \
166 - --enable-browser-plugin \
167 - --enable-man \
168 - $(use_enable !openrc-force systemd) \
169 - $(use_with bluetooth) \
170 - $(use_enable networkmanager) \
171 - $(use_enable nsplugin browser-plugin) \
172 - BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins
173 -}
174 -
175 -src_install() {
176 - gnome2_src_install
177 - python_replicate_script "${ED}/usr/bin/gnome-shell-extension-tool"
178 - python_replicate_script "${ED}/usr/bin/gnome-shell-perf-tool"
179 -
180 - # Required for gnome-shell on hardened/PaX, bug #398941
181 - # Future-proof for >=spidermonkey-1.8.7 following polkit's example
182 - if has_version '<dev-lang/spidermonkey-1.8.7'; then
183 - pax-mark mr "${ED}usr/bin/gnome-shell"{,-extension-prefs}
184 - elif has_version '>=dev-lang/spidermonkey-1.8.7[jit]'; then
185 - pax-mark m "${ED}usr/bin/gnome-shell"{,-extension-prefs}
186 - # Required for gnome-shell on hardened/PaX #457146 and #457194
187 - # PaX EMUTRAMP need to be on
188 - elif has_version '>=dev-libs/libffi-3.0.13[pax_kernel]'; then
189 - pax-mark E "${ED}usr/bin/gnome-shell"{,-extension-prefs}
190 - else
191 - pax-mark m "${ED}usr/bin/gnome-shell"{,-extension-prefs}
192 - fi
193 -}
194 -
195 -pkg_postinst() {
196 - gnome2_pkg_postinst
197 -
198 - if ! has_version 'media-libs/gst-plugins-good:1.0' || \
199 - ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then
200 - ewarn "To make use of GNOME Shell's built-in screen recording utility,"
201 - ewarn "you need to either install media-libs/gst-plugins-good:1.0"
202 - ewarn "and media-plugins/gst-plugins-vpx:1.0, or use dconf-editor to change"
203 - ewarn "apps.gnome-shell.recorder/pipeline to what you want to use."
204 - fi
205 -
206 - if has_version "<x11-drivers/ati-drivers-12"; then
207 - ewarn "GNOME Shell has been reported to show graphical corruption under"
208 - ewarn "x11-drivers/ati-drivers-11.*; you may want to switch to open-source"
209 - ewarn "drivers."
210 - fi
211 -
212 - if ! has_version "media-libs/mesa[llvm]"; then
213 - elog "llvmpipe is used as fallback when no 3D acceleration"
214 - elog "is available. You will need to enable llvm USE for"
215 - elog "media-libs/mesa."
216 - fi
217 -
218 - # https://bugs.gentoo.org/show_bug.cgi?id=563084
219 - if has_version "x11-drivers/nvidia-drivers[-kms]"; then
220 - ewarn "You will need to enable kms support in x11-drivers/nvidia-drivers,"
221 - ewarn "otherwise Gnome will fail to start"
222 - fi
223 -
224 - if ! systemd_is_booted; then
225 - ewarn "${PN} needs Systemd to be *running* for working"
226 - ewarn "properly. Please follow this guide to migrate:"
227 - ewarn "https://wiki.gentoo.org/wiki/Systemd"
228 - fi
229 -
230 - if use openrc-force; then
231 - ewarn "You are enabling 'openrc-force' USE flag to skip systemd requirement,"
232 - ewarn "this can lead to unexpected problems and is not supported neither by"
233 - ewarn "upstream neither by Gnome Gentoo maintainers. If you suffer any problem,"
234 - ewarn "you will need to disable this USE flag system wide and retest before"
235 - ewarn "opening any bug report."
236 - fi
237 -}