* Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
upstream. * Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED.
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
gnome-shell-extensions (3.14.0-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
|
||||
upstream.
|
||||
* Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED.
|
||||
|
||||
-- Michael Biebl <biebl@debian.org> Wed, 24 Sep 2014 01:12:37 +0200
|
||||
|
||||
gnome-shell-extensions (3.14.0-1) unstable; urgency=medium
|
||||
|
||||
* debian/watch: only scan for stable releases.
|
||||
|
||||
5
debian/rules
vendored
5
debian/rules
vendored
@@ -9,9 +9,10 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
|
||||
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
||||
native-window-placement user-theme apps-menu drive-menu places-menu\
|
||||
windowsNavigator systemMonitor launch-new-instance window-list"
|
||||
windowsNavigator systemMonitor launch-new-instance window-list\
|
||||
screenshot-window-sizer"
|
||||
|
||||
EXTENSIONS_DISABLED="example xrandr-indicator"
|
||||
EXTENSIONS_DISABLED="example"
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||
--enable-extensions=$(EXTENSIONS_ENABLED) \
|
||||
|
||||
Reference in New Issue
Block a user