Compare commits
1 Commits
debian/3.1
...
debian/3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
576e40da0c |
28
debian/changelog
vendored
28
debian/changelog
vendored
@@ -1,31 +1,3 @@
|
||||
gnome-shell-extensions (3.16.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* debian/control.in,
|
||||
debian/rules:
|
||||
+ The system monitor extension was removed. Drop the libgtop
|
||||
build and runtime dependencies and stop enabling it.
|
||||
* debian/patches/apps-center-labels.patch,
|
||||
debian/patches/window-list-pointerInNotification.patch,
|
||||
debian/patches/menu-arrows-icons.patch:
|
||||
+ Dropped, merged upstream.
|
||||
* debian/patches/dont-require-nautilus-classic.patch:
|
||||
+ Updated for the new version.
|
||||
|
||||
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 14 Jun 2015 15:23:59 +0200
|
||||
|
||||
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.
|
||||
|
||||
4
debian/control
vendored
4
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>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@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,
|
||||
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
gnome-pkg-tools,
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
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
|
||||
@@ -30,6 +31,7 @@ Depends: ${misc:Depends},
|
||||
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),
|
||||
|
||||
2
debian/control.in
vendored
2
debian/control.in
vendored
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
gnome-pkg-tools,
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
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
|
||||
@@ -26,6 +27,7 @@ Depends: ${misc:Depends},
|
||||
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),
|
||||
|
||||
@@ -2,10 +2,12 @@ Description: Don't use nautilus-classic since it forces desktop icons
|
||||
Author: Jeremy Bicha <jbicha@ubuntu.com>
|
||||
Bug: https://bugzilla.gnome.org/695088
|
||||
|
||||
--- a/data/gnome-classic.session.desktop.in.in
|
||||
+++ b/data/gnome-classic.session.desktop.in.in
|
||||
Index: gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.8.3.1.orig/data/gnome-classic.session.desktop.in.in 2013-06-17 15:42:43.000000000 -0400
|
||||
+++ gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in 2013-06-19 10:31:47.900318151 -0400
|
||||
@@ -1,3 +1,3 @@
|
||||
[GNOME Session]
|
||||
_Name=GNOME Classic
|
||||
-RequiredComponents=gnome-shell;gnome-settings-daemon;nautilus-classic;
|
||||
+RequiredComponents=gnome-shell;gnome-settings-daemon;
|
||||
-RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
|
||||
+RequiredComponents=gnome-shell-classic;gnome-settings-daemon;
|
||||
|
||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -5,11 +5,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/gnome.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
|
||||
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
|
||||
|
||||
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
||||
native-window-placement user-theme apps-menu drive-menu places-menu\
|
||||
windowsNavigator launch-new-instance window-list\
|
||||
windowsNavigator systemMonitor launch-new-instance window-list\
|
||||
screenshot-window-sizer"
|
||||
|
||||
EXTENSIONS_DISABLED="example"
|
||||
|
||||
Reference in New Issue
Block a user