* New upstream release
- default-min-max and static-workspaces extensions have been dropped.
Use Classic Mode or tweak org.gnome.shell.overrides in dconf-editor
* debian/control.in:
- Depend on gnome-session and nautilus 3.8, needed for the new
Classic mode.
This commit is contained in:
Vendored
+11
@@ -1,3 +1,14 @@
|
||||
gnome-shell-extensions (3.8.3-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release
|
||||
- default-min-max and static-workspaces extensions have been dropped.
|
||||
Use Classic Mode or tweak org.gnome.shell.overrides in dconf-editor
|
||||
* debian/control.in:
|
||||
- Depend on gnome-session and nautilus 3.8, needed for the new
|
||||
Classic mode.
|
||||
|
||||
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 08 Jun 2013 19:46:26 -0400
|
||||
|
||||
gnome-shell-extensions (3.8.2-1) experimental; urgency=low
|
||||
|
||||
* Team upload
|
||||
|
||||
Vendored
+3
-2
@@ -2,7 +2,6 @@
|
||||
#
|
||||
# Modifications should be made to debian/control.in instead.
|
||||
# This file is regenerated automatically in the clean target.
|
||||
|
||||
Source: gnome-shell-extensions
|
||||
Section: gnome
|
||||
Priority: optional
|
||||
@@ -27,7 +26,9 @@ Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-gtop-2.0,
|
||||
gvfs (>= 1.16.0)
|
||||
gvfs (>= 1.16.0),
|
||||
gnome-session (>= 3.8),
|
||||
nautilus (>= 3.8)
|
||||
Recommends: gnome-tweak-tool (>= ${gnome:Version})
|
||||
Description: Extensions to extend functionality of GNOME Shell
|
||||
The GNOME Shell redefines user interactions with the GNOME desktop. In
|
||||
|
||||
Vendored
+3
-1
@@ -22,7 +22,9 @@ Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-gtop-2.0,
|
||||
gvfs (>= 1.16.0)
|
||||
gvfs (>= 1.16.0),
|
||||
gnome-session (>= 3.8),
|
||||
nautilus (>= 3.8)
|
||||
Recommends: gnome-tweak-tool (>= ${gnome:Version})
|
||||
Description: Extensions to extend functionality of GNOME Shell
|
||||
The GNOME Shell redefines user interactions with the GNOME desktop. In
|
||||
|
||||
Vendored
+1
-2
@@ -9,8 +9,7 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
||||
alternative-status-menu native-window-placement user-theme\
|
||||
apps-menu drive-menu places-menu windowsNavigator systemMonitor\
|
||||
default-min-max launch-new-instance static-workspaces window-list\
|
||||
windowsNavigator"
|
||||
launch-new-instance window-list windowsNavigator"
|
||||
|
||||
EXTENSIONS_DISABLED="example xrandr-indicator"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user