Fix missing auto-move-windows, native-window-placement, & user-theme extns

This commit is contained in:
Jeremy Bicha
2018-03-19 18:20:51 -04:00
parent abc1c9ef7e
commit e0ec59d30b
2 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
gnome-shell-extensions (3.28.0-2) UNRELEASED; urgency=medium
* Fix typo in configure flag that resulted in missing
auto-move-windows, native-window-placement, & user-theme extensions
-- Jeremy Bicha <jbicha@debian.org> Mon, 19 Mar 2018 17:56:44 -0400
gnome-shell-extensions (3.28.0-1) unstable; urgency=medium
* New upstream release
+4 -4
View File
@@ -1,18 +1,18 @@
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
EXTENSIONS_ENABLED="[alternate-tab, apps-menu, places-menu, \
EXTENSIONS_ENABLED='alternate-tab, apps-menu, places-menu, \
launch-new-instance, window-list, \
drive-menu, screenshot-window-sizer, \
windowsNavigator, workspace-indicator, \
auto-move-windows, native-window-placement, user-theme]"
auto-move-windows, native-window-placement, user-theme'
EXTENSIONS_DISABLED="example"
EXTENSIONS_DISABLED='example'
%:
dh $@ --with gnome
override_dh_auto_configure:
dh_auto_configure -- \
-Denable-extensions=$(EXTENSIONS_ENABLED) \
-Denable_extensions=$(EXTENSIONS_ENABLED) \
-Dclassic_mode=true