[gnome-shell-extensions] Bump version to 2.91.6



commit ec772dce96957558dc6cff5de1e2a9df7b5fb626
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Feb 2 18:07:59 2011 +0100

    Bump version to 2.91.6
    
    Bump to 2.91.6, following Gnome Shell release. Also fixes some
    build system bugs, making it possible to make distcheck now.

 Makefile.am    |    2 +-
 configure.ac   |    2 +-
 extension.mk   |    3 ++-
 po/POTFILES.in |    3 +++
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0f4ce13..fba0d5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = extensions
+SUBDIRS = extensions po
diff --git a/configure.ac b/configure.ac
index 4500fbc..9240928 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([gnome-shell-extensions],[2.91.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
+AC_INIT([gnome-shell-extensions],[2.91.6],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
diff --git a/extension.mk b/extension.mk
index e7d9787..926bc7a 100644
--- a/extension.mk
+++ b/extension.mk
@@ -6,4 +6,5 @@ extensionbase = @gnome-shell-extensions.gnome.org
 
 extensiondir = $(topextensiondir)/$(EXTENSION_ID)$(extensionbase)
 
-extension_DATA = metadata.json extension.js stylesheet.css $(EXTRA_EXTENSION)
+dist_extension_DATA = metadata.json extension.js stylesheet.css
+nodist_extension_DATA = $(EXTRA_EXTENSION)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0f89679..c7acdd3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1 +1,4 @@
 extensions/example/extension.js
+extensions/windowsNavigator/extension.js
+extensions/xrandr-indicator/extension.js
+extensions/alternate-tab/extension.js



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]