Compare commits
3 Commits
debian/3.1
...
debian/3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d4341f8a4 | ||
|
|
61dd96a29e | ||
|
|
9e2a8e0fb2 |
21
debian/changelog
vendored
21
debian/changelog
vendored
@@ -1,3 +1,24 @@
|
||||
gnome-shell-extensions (3.14.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream bugfix release.
|
||||
* menu-arrows-icons: new patch. Make arrows consistent with the rest
|
||||
of the shell.
|
||||
* apps-center-labels.patch: patch from upstream git. Center labels
|
||||
vertically in the applications menu.
|
||||
* window-list-pointerInNotification.patch: patch from upstream git.
|
||||
Update window-list extension for an older shell API change.
|
||||
|
||||
-- Josselin Mouette <joss@debian.org> Sun, 30 Nov 2014 16:06:59 +0100
|
||||
|
||||
gnome-shell-extensions (3.14.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
|
||||
* Add missing dependencies against gir packages, including gir1.2-gmenu-3.0,
|
||||
this should fix the apps-menu extension for some people (Closes: #765460).
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 19 Oct 2014 21:17:58 +0200
|
||||
|
||||
gnome-shell-extensions (3.14.0-2) unstable; urgency=medium
|
||||
|
||||
* Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
|
||||
|
||||
12
debian/control
vendored
12
debian/control
vendored
@@ -6,7 +6,7 @@ Source: gnome-shell-extensions
|
||||
Section: gnome
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>, Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>
|
||||
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>, Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
|
||||
Build-Depends: debhelper (>= 8.0.0),
|
||||
cdbs,
|
||||
dh-autoreconf,
|
||||
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
Standards-Version: 3.9.5
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://wiki.gnome.org/GnomeShell/Extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
@@ -25,7 +25,15 @@ Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-atk-1.0,
|
||||
gir1.2-clutter-1.0,
|
||||
gir1.2-gdkpixbuf-2.0,
|
||||
gir1.2-glib-2.0,
|
||||
gir1.2-gmenu-3.0,
|
||||
gir1.2-gtk-3.0,
|
||||
gir1.2-gtop-2.0,
|
||||
gir1.2-mutter-3.0,
|
||||
gir1.2-pango-1.0,
|
||||
gvfs (>= 1.16.0),
|
||||
gnome-session (>= 3.8)
|
||||
Recommends: gnome-tweak-tool (>= ${gnome:Version})
|
||||
|
||||
10
debian/control.in
vendored
10
debian/control.in
vendored
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
Standards-Version: 3.9.5
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://wiki.gnome.org/GnomeShell/Extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
@@ -21,7 +21,15 @@ Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-atk-1.0,
|
||||
gir1.2-clutter-1.0,
|
||||
gir1.2-gdkpixbuf-2.0,
|
||||
gir1.2-glib-2.0,
|
||||
gir1.2-gmenu-3.0,
|
||||
gir1.2-gtk-3.0,
|
||||
gir1.2-gtop-2.0,
|
||||
gir1.2-mutter-3.0,
|
||||
gir1.2-pango-1.0,
|
||||
gvfs (>= 1.16.0),
|
||||
gnome-session (>= 3.8)
|
||||
Recommends: gnome-tweak-tool (>= ${gnome:Version})
|
||||
|
||||
27
debian/patches/apps-center-labels.patch
vendored
Normal file
27
debian/patches/apps-center-labels.patch
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
From 79f263d1edbd6f7cfe13cf89933941b439325cee Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||
Date: Wed, 26 Nov 2014 19:03:49 +0100
|
||||
Subject: apps-menu: Center app labels
|
||||
|
||||
Currently labels are not vertically centered, unlike icons.
|
||||
Fix this.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=740724
|
||||
|
||||
diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js
|
||||
index a8fb74d..f8438fd 100644
|
||||
--- a/extensions/apps-menu/extension.js
|
||||
+++ b/extensions/apps-menu/extension.js
|
||||
@@ -58,7 +58,8 @@ const ApplicationMenuItem = new Lang.Class({
|
||||
this._iconBin = new St.Bin();
|
||||
this.actor.add_child(this._iconBin);
|
||||
|
||||
- let appLabel = new St.Label({ text: app.get_name() });
|
||||
+ let appLabel = new St.Label({ text: app.get_name(), y_expand: true,
|
||||
+ y_align: Clutter.ActorAlign.CENTER });
|
||||
this.actor.add_child(appLabel, { expand: true });
|
||||
this.actor.label_actor = appLabel;
|
||||
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
||||
45
debian/patches/menu-arrows-icons.patch
vendored
Normal file
45
debian/patches/menu-arrows-icons.patch
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
Index: gnome-shell-extensions-3.14.2/extensions/apps-menu/extension.js
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.14.2.orig/extensions/apps-menu/extension.js 2014-10-07 13:54:01.000000000 +0200
|
||||
+++ gnome-shell-extensions-3.14.2/extensions/apps-menu/extension.js 2014-11-30 15:59:57.300620972 +0100
|
||||
@@ -283,9 +283,7 @@ const ApplicationsButton = new Lang.Clas
|
||||
y_expand: true,
|
||||
y_align: Clutter.ActorAlign.CENTER });
|
||||
hbox.add_child(this._label);
|
||||
- hbox.add_child(new St.Label({ text: '\u25BE',
|
||||
- y_expand: true,
|
||||
- y_align: Clutter.ActorAlign.CENTER }));
|
||||
+ hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
|
||||
|
||||
this.actor.add_actor(hbox);
|
||||
this.actor.name = 'panelApplications';
|
||||
Index: gnome-shell-extensions-3.14.2/extensions/drive-menu/extension.js
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.14.2.orig/extensions/drive-menu/extension.js 2014-11-30 15:59:14.629264311 +0100
|
||||
+++ gnome-shell-extensions-3.14.2/extensions/drive-menu/extension.js 2014-11-30 15:59:32.344997226 +0100
|
||||
@@ -128,9 +128,7 @@ const DriveMenu = new Lang.Class({
|
||||
style_class: 'system-status-icon' });
|
||||
|
||||
hbox.add_child(icon);
|
||||
- hbox.add_child(new St.Label({ text: '\u25BE',
|
||||
- y_expand: true,
|
||||
- y_align: Clutter.ActorAlign.CENTER }));
|
||||
+ hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
|
||||
this.actor.add_child(hbox);
|
||||
|
||||
this._monitor = Gio.VolumeMonitor.get();
|
||||
Index: gnome-shell-extensions-3.14.2/extensions/places-menu/extension.js
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.14.2.orig/extensions/places-menu/extension.js 2014-10-07 13:54:01.000000000 +0200
|
||||
+++ gnome-shell-extensions-3.14.2/extensions/places-menu/extension.js 2014-11-30 15:57:44.382624700 +0100
|
||||
@@ -82,9 +82,7 @@ const PlacesMenu = new Lang.Class({
|
||||
y_expand: true,
|
||||
y_align: Clutter.ActorAlign.CENTER });
|
||||
hbox.add_child(label);
|
||||
- hbox.add_child(new St.Label({ text: '\u25BE',
|
||||
- y_expand: true,
|
||||
- y_align: Clutter.ActorAlign.CENTER }));
|
||||
+ hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
|
||||
this.actor.add_actor(hbox);
|
||||
|
||||
this.placesManager = new PlaceDisplay.PlacesManager();
|
||||
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@@ -1,2 +1,5 @@
|
||||
dont-require-nautilus-classic.patch
|
||||
gnome-session-classic-wrapper-script.patch
|
||||
menu-arrows-icons.patch
|
||||
apps-center-labels.patch
|
||||
window-list-pointerInNotification.patch
|
||||
|
||||
24
debian/patches/window-list-pointerInNotification.patch
vendored
Normal file
24
debian/patches/window-list-pointerInNotification.patch
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
From 2f49d77931b57d20ba37f03b9a0733f18cbba5c8 Mon Sep 17 00:00:00 2001
|
||||
From: Sylvain Pasche <sylvain.pasche@gmail.com>
|
||||
Date: Sat, 1 Nov 2014 22:03:43 +0100
|
||||
Subject: window-list: _pointerInTray was renamed to _pointerInNotification in
|
||||
bug 695800
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737486
|
||||
|
||||
diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js
|
||||
index 5115a68..0cee654 100644
|
||||
--- a/extensions/window-list/extension.js
|
||||
+++ b/extensions/window-list/extension.js
|
||||
@@ -1188,7 +1188,7 @@ function enable() {
|
||||
|
||||
windowList.actor.connect('notify::hover', Lang.bind(Main.messageTray,
|
||||
function() {
|
||||
- this._pointerInTray = windowList.actor.hover;
|
||||
+ this._pointerInNotification = windowList.actor.hover;
|
||||
this._updateState();
|
||||
}));
|
||||
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
||||
Reference in New Issue
Block a user