Enable systemMonitor.

Add patch to get dock loaded.
This commit is contained in:
Victor Seva Lopez
2011-11-12 12:41:23 +00:00
parent 245714aa0c
commit d9118a8653
4 changed files with 17 additions and 2 deletions

3
debian/changelog vendored
View File

@@ -22,8 +22,11 @@ gnome-shell-extensions (3.2.0-1) UNRELEASED; urgency=low
- patch_4c5a36e4c0cbe38f2e26b6b3c8b02e88b4b939f7.diff
patch_2bba98d6214cffae2eb5cecb9d7c1f6b6d244052.diff
systemMonitor: Properly enable/disable
* debian/patches
- fix_dock_gnome-shell_version.diff
* debian/rules
- EXTENSIONS_ENABLED, EXTENSIONS_DISABLED variables
- disabled xrandr-indicator
[ Michael Biebl ]
* debian/watch: Track .xz tarballs.

View File

@@ -0,0 +1,11 @@
--- a/extensions/dock/metadata.json.in
+++ b/extensions/dock/metadata.json.in
@@ -3,7 +3,7 @@
"name": "Dock",
"description": "A dock for the GNOME Shell -- displays favorite and running applications",
"original-author": "tclaesson@gmail.com",
-"shell-version": [ "@shell_current@" ],
+"shell-version": [ "3.2" ],
"localedir": "@LOCALEDIR@",
"url": "@url@"
}

View File

@@ -2,3 +2,4 @@ upstream/patch_967aee7aad2accfb38d91ab56b6c5e91d86a2722.diff
upstream/patch_66242aa76a5d59fb4659551575c1fbb42e50b8fb.diff
upstream/patch_4c5a36e4c0cbe38f2e26b6b3c8b02e88b4b939f7.diff
upstream/patch_2bba98d6214cffae2eb5cecb9d7c1f6b6d244052.diff
fix_dock_gnome-shell_version.diff

4
debian/rules vendored
View File

@@ -7,7 +7,7 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
alternative-status-menu dock gajim native-window-placement user-theme\
apps-menu drive-menu places-menu windowsNavigator"
EXTENSIONS_DISABLED="systemMonitor xrandr-indicator"
apps-menu drive-menu places-menu windowsNavigator systemMonitor"
EXTENSIONS_DISABLED="xrandr-indicator"
DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED)