Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/
Date: Wed, 07 Sep 2011 06:31:00
Message-Id: 273582b45205db4eb484b0361ce9e59e71aa8f53.tetromino@gentoo
1 commit: 273582b45205db4eb484b0361ce9e59e71aa8f53
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 7 05:56:23 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 7 05:56:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=273582b4
7
8 gnome-base/gnome-shell: 3.1.90.1 → 3.1.91
9
10 Version bump, fixes the apps-disappearing-from-Alt-Tab bug. Patches were
11 applied upstream.
12
13 ---
14 .../gnome-shell-3.1.90.1-telepathy-gettext.patch | 40 ---------------
15 ...gnome-shell-3.1.90.1-workspaces-lazy-init.patch | 52 --------------------
16 ...l-3.1.90.1.ebuild => gnome-shell-3.1.91.ebuild} | 7 ---
17 3 files changed, 0 insertions(+), 99 deletions(-)
18
19 diff --git a/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-telepathy-gettext.patch b/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-telepathy-gettext.patch
20 deleted file mode 100644
21 index 16f0de4..0000000
22 --- a/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-telepathy-gettext.patch
23 +++ /dev/null
24 @@ -1,40 +0,0 @@
25 -From 88f2bbba61f4d158c281fc061ddacb887d5224d8 Mon Sep 17 00:00:00 2001
26 -From: Dan Winship <danw@×××××.org>
27 -Date: Tue, 30 Aug 2011 20:16:28 +0000
28 -Subject: telepathyClient: don't try to translate concatenations of strings
29 -
30 -xgettext doesn't recognize it
31 -
32 -https://bugzilla.gnome.org/show_bug.cgi?id=657759
33 ----
34 -diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
35 -index 9e0f3ef..1fba939 100644
36 ---- a/js/ui/telepathyClient.js
37 -+++ b/js/ui/telepathyClient.js
38 -@@ -1426,8 +1426,7 @@ _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CONNECTION_LOST)]
39 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.ALREADY_CONNECTED)]
40 - = _("This resource is already connected to the server");
41 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CONNECTION_REPLACED)]
42 -- = _("Connection has been replaced by a new connection using the "
43 -- + "same resource");
44 -+ = _("Connection has been replaced by a new connection using the same resource");
45 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.REGISTRATION_EXISTS)]
46 - = _("The account already exists on the server");
47 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.SERVICE_BUSY)]
48 -@@ -1435,12 +1434,9 @@ _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.SERVICE_BUSY)]
49 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_REVOKED)]
50 - = _("Certificate has been revoked");
51 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_INSECURE)]
52 -- = _("Certificate uses an insecure cipher algorithm or is "
53 -- + "cryptographically weak");
54 -+ = _("Certificate uses an insecure cipher algorithm or is cryptographically weak");
55 - _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_LIMIT_EXCEEDED)]
56 -- = _("The length of the server certificate, or the depth of the "
57 -- + "server certificate chain, exceed the limits imposed by the "
58 -- + "cryptography library");
59 -+ = _("The length of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the cryptography library");
60 -
61 - AccountNotification.prototype = {
62 - __proto__: MessageTray.Notification.prototype,
63 ---
64 -cgit v0.9.0.2
65
66 diff --git a/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-workspaces-lazy-init.patch b/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-workspaces-lazy-init.patch
67 deleted file mode 100644
68 index 5dc408c..0000000
69 --- a/gnome-base/gnome-shell/files/gnome-shell-3.1.90.1-workspaces-lazy-init.patch
70 +++ /dev/null
71 @@ -1,52 +0,0 @@
72 -From 3aa904da0aa938c3fee09357bcff3a1de6321308 Mon Sep 17 00:00:00 2001
73 -From: Jasper St. Pierre <jstpierre@×××××××.net>
74 -Date: Thu, 01 Sep 2011 20:09:46 +0000
75 -Subject: workspacesView: Only connect to nWorkspacesChanged after we've lazily inited
76 -
77 -We lazily init this._workspaces, so we shouldn't try to run any code that uses
78 -it until after it's been created.
79 -
80 -https://bugzilla.gnome.org/show_bug.cgi?id=658007
81 ----
82 -diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
83 -index 955aee0..f240682 100644
84 ---- a/js/ui/workspacesView.js
85 -+++ b/js/ui/workspacesView.js
86 -@@ -567,8 +567,6 @@ WorkspacesDisplay.prototype = {
87 - this._updateAlwaysZoom();
88 -
89 - Main.layoutManager.connect('monitors-changed', Lang.bind(this, this._updateAlwaysZoom));
90 -- global.screen.connect('notify::n-workspaces',
91 -- Lang.bind(this, this._workspacesChanged));
92 -
93 - Main.xdndHandler.connect('drag-begin', Lang.bind(this, function(){
94 - this._alwaysZoomOut = true;
95 -@@ -581,6 +579,7 @@ WorkspacesDisplay.prototype = {
96 -
97 - this._switchWorkspaceNotifyId = 0;
98 -
99 -+ this._nWorkspacesChangedId = 0;
100 - this._itemDragBeginId = 0;
101 - this._itemDragCancelledId = 0;
102 - this._itemDragEndId = 0;
103 -@@ -589,7 +588,7 @@ WorkspacesDisplay.prototype = {
104 - this._windowDragEndId = 0;
105 - },
106 -
107 -- show: function() {
108 -+ show: function() {
109 - this._zoomOut = this._alwaysZoomOut;
110 - this._zoomFraction = this._alwaysZoomOut ? 1 : 0;
111 - this._updateZoom();
112 -@@ -612,6 +611,9 @@ WorkspacesDisplay.prototype = {
113 - global.screen.connect('restacked',
114 - Lang.bind(this, this._onRestacked));
115 -
116 -+ if (this._nWorkspacesChangedId == 0)
117 -+ this._nWorkspacesChangedId = global.screen.connect('notify::n-workspaces',
118 -+ Lang.bind(this, this._workspacesChanged));
119 - if (this._itemDragBeginId == 0)
120 - this._itemDragBeginId = Main.overview.connect('item-drag-begin',
121 - Lang.bind(this, this._dragBegin));
122 ---
123 -cgit v0.9.0.2
124
125 diff --git a/gnome-base/gnome-shell/gnome-shell-3.1.90.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.1.91.ebuild
126 similarity index 94%
127 rename from gnome-base/gnome-shell/gnome-shell-3.1.90.1.ebuild
128 rename to gnome-base/gnome-shell/gnome-shell-3.1.91.ebuild
129 index 9573aed..ffa6bc7 100644
130 --- a/gnome-base/gnome-shell/gnome-shell-3.1.90.1.ebuild
131 +++ b/gnome-base/gnome-shell/gnome-shell-3.1.91.ebuild
132 @@ -107,13 +107,6 @@ pkg_setup() {
133 --disable-jhbuild-wrapper-script"
134 }
135
136 -src_prepare() {
137 - gnome2_src_prepare
138 - # Useful patches from upstream git, will be in next release
139 - epatch "${FILESDIR}/${P}-telepathy-gettext.patch"
140 - epatch "${FILESDIR}/${P}-workspaces-lazy-init.patch"
141 -}
142 -
143 src_install() {
144 gnome2_src_install
145 python_convert_shebangs 2 "${D}"/usr/bin/gnome-shell-extension-tool