Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bc9028932 |
Vendored
+15
-15
@@ -1,28 +1,28 @@
|
|||||||
gnome-shell-extensions (3.8.0-1) UNRELEASED; urgency=low
|
gnome-shell-extensions (3.8.2-1) experimental; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* Team upload
|
||||||
* debian/control.in
|
|
||||||
- Added runtime dependency to 'gvfs' (>= 1.16.0).
|
|
||||||
The 'Places' extension rely on a 'gvfs' linked to 'udisks2'.
|
|
||||||
|
|
||||||
-- Jean Schurger <jean@schurger.org> Thu, 04 Apr 2013 10:03:26 -0400
|
[ Victor Seva ]
|
||||||
|
* Recommends gnome-tweak-tool
|
||||||
|
|
||||||
gnome-shell-extensions (3.7.92-1) UNRELEASED; urgency=low
|
[ Jean Schurger ]
|
||||||
|
* New upstream release 3.7.92 (LP: #1017979, #1059152).
|
||||||
* New Upstream release.
|
|
||||||
* Enabled new extensions.
|
* Enabled new extensions.
|
||||||
* Dropped 'dock' and 'gajim'.
|
* Dropped 'dock' and 'gajim'.
|
||||||
* Use ./configure instead of autoreconf.
|
* Use ./configure instead of autoreconf.
|
||||||
* Bumped Standards-Version to 3.9.4.
|
* Bumped Standards-Version to 3.9.4.
|
||||||
* Updated Vcs-Svn.
|
* Updated Vcs-Svn.
|
||||||
|
* debian/control.in
|
||||||
|
- Added runtime dependency to 'gvfs' (>= 1.16.0).
|
||||||
|
The 'Places' extension rely on a 'gvfs' linked to 'udisks2'.
|
||||||
|
|
||||||
-- Jean Schurger <jean@schurger.org> Thu, 21 Mar 2013 12:31:37 -0400
|
[ Simon McVittie ]
|
||||||
|
* New upstream release 3.8.2.
|
||||||
|
* Install the "classic mode"
|
||||||
|
* Enable windowNavigator extension (this means we have everything except
|
||||||
|
example and xrandr, the same as in the Ubuntu gnome3-team's PPA)
|
||||||
|
|
||||||
gnome-shell-extensions (3.4.0-3) UNRELEASED; urgency=low
|
-- Simon McVittie <smcv@debian.org> Thu, 23 May 2013 09:07:23 +0100
|
||||||
|
|
||||||
* Recommends gnome-tweak-tool
|
|
||||||
|
|
||||||
-- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 27 Jul 2012 09:26:15 +0200
|
|
||||||
|
|
||||||
gnome-shell-extensions (3.4.0-2) unstable; urgency=low
|
gnome-shell-extensions (3.4.0-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
Vendored
+7
-3
@@ -9,8 +9,12 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
|||||||
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
||||||
alternative-status-menu native-window-placement user-theme\
|
alternative-status-menu native-window-placement user-theme\
|
||||||
apps-menu drive-menu places-menu windowsNavigator systemMonitor\
|
apps-menu drive-menu places-menu windowsNavigator systemMonitor\
|
||||||
default-min-max launch-new-instance static-workspaces window-list"
|
default-min-max launch-new-instance static-workspaces window-list\
|
||||||
|
windowsNavigator"
|
||||||
|
|
||||||
EXTENSIONS_DISABLED="xrandr-indicator"
|
EXTENSIONS_DISABLED="example xrandr-indicator"
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED)
|
DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||||
|
--enable-extensions=$(EXTENSIONS_ENABLED) \
|
||||||
|
--enable-classic-mode \
|
||||||
|
$(NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user