* New Upstream release.
* Enabled new extensions. * Dropped 'dock' and 'gajim'. * Use ./configure instead of autoreconf. * Bunped Standards-Version to 3.9.4. * Updated Vcs-Svn.
This commit is contained in:
Vendored
+23
@@ -1,3 +1,26 @@
|
||||
gnome-shell-extensions (3.7.92-1) UNRELEASED; urgency=low
|
||||
|
||||
* New Upstream release.
|
||||
* Enabled new extensions.
|
||||
* Dropped 'dock' and 'gajim'.
|
||||
* Use ./configure instead of autoreconf.
|
||||
* Bunped Standards-Version to 3.9.4.
|
||||
* Updated Vcs-Svn.
|
||||
|
||||
-- Jean Schurger <jean@schurger.org> Thu, 21 Mar 2013 12:31:37 -0400
|
||||
|
||||
gnome-shell-extensions (3.4.0-3) UNRELEASED; urgency=low
|
||||
|
||||
* 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
|
||||
|
||||
* Upload to unstable.
|
||||
|
||||
-- Michael Biebl <biebl@debian.org> Wed, 30 May 2012 13:22:54 +0200
|
||||
|
||||
gnome-shell-extensions (3.4.0-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
Vendored
+3
-2
@@ -16,9 +16,9 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
Standards-Version: 3.9.3
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://live.gnome.org/GnomeShell/Extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
|
||||
Package: gnome-shell-extensions
|
||||
@@ -27,6 +27,7 @@ Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-gtop-2.0
|
||||
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
|
||||
particular, it offers new paradigms for launching applications,
|
||||
|
||||
Vendored
+3
-2
@@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 8.0.0),
|
||||
intltool,
|
||||
libgnome-desktop-3-dev (>= 3.2.0),
|
||||
libgtop2-dev (>= 2.28.3)
|
||||
Standards-Version: 3.9.3
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://live.gnome.org/GnomeShell/Extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions
|
||||
|
||||
Package: gnome-shell-extensions
|
||||
@@ -22,6 +22,7 @@ Depends: ${misc:Depends},
|
||||
gnome-shell (>= ${gnome:Version}),
|
||||
gnome-shell (<< ${gnome:NextVersion}),
|
||||
gir1.2-gtop-2.0
|
||||
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
|
||||
particular, it offers new paradigms for launching applications,
|
||||
|
||||
Vendored
+4
-5
@@ -1,17 +1,16 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/rules/autoreconf.mk
|
||||
include /usr/share/cdbs/1/class/gnome.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.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 systemMonitor"
|
||||
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"
|
||||
|
||||
EXTENSIONS_DISABLED="xrandr-indicator"
|
||||
|
||||
DEB_DH_AUTORECONF_ARGS := ./autogen.sh
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user