[libgnome-keyring] Release version 3.7.2



commit 1fc55f5fda443ed16feed4bdafa03f7f1f7e7fe4
Author: Stef Walter <stefw gnome org>
Date:   Wed Nov 21 17:28:46 2012 +0100

    Release version 3.7.2

 Makefile.am         |    5 ++++-
 NEWS                |    4 ++++
 configure.ac        |   13 ++++++++++++-
 library/Makefile.am |    2 +-
 4 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 745c6e6..4b0096b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+NULL =
 
 SUBDIRS = \
 	. \
@@ -19,7 +20,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-gtk-doc \
 	--enable-introspection \
 	--enable-tests=yes \
-	--enable-debug=yes
+	--enable-debug=yes \
+	--with-vapidir=$(abs_srcdir)/$(top_distdir)/_inst/share/vapi \
+	$(NULL)
 
 DISTCLEANFILES = \
 	intltool-extract \
diff --git a/NEWS b/NEWS
index 1467d28..bf02f89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in version 3.7.2 are:
+ * Share the secure memory pool with libsecret and gcr
+ * Other minor tweaks
+
 Changes in version 3.6.0 are:
  * Updated translations
 
diff --git a/configure.ac b/configure.ac
index 208f8da..6db9a77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgnome-keyring], [3.6.0])
+AC_INIT([libgnome-keyring], [3.7.2])
 AC_CONFIG_SRCDIR([library/gnome-keyring.h])
 AM_INIT_AUTOMAKE([tar-ustar])
 AC_CONFIG_MACRO_DIR([build/m4])
@@ -56,6 +56,17 @@ GOBJECT_INTROSPECTION_CHECK([1.30.0])
 # Vala bindings
 VAPIGEN_CHECK([0.16])
 
+AC_ARG_WITH(vapidir, [AC_HELP_STRING([--with-vapidir], [Directory for VAPI files]),
+            ], [], [VAPIGEN_VAPIDIR=$with_vapidir])
+
+if "$with_vapidir" = ""; then
+	VAPIDIR="$VAPIGEN_VAPIDIR"
+else
+	VAPIDIR="$with_vapidir"
+fi
+
+AC_SUBST(VAPIDIR)
+
 # --------------------------------------------------------------------
 # Check for various credentials.
 #
diff --git a/library/Makefile.am b/library/Makefile.am
index 30bb7b4..f4b1578 100644
--- a/library/Makefile.am
+++ b/library/Makefile.am
@@ -96,7 +96,7 @@ CLEANFILES += $(VAPIGEN_VAPIS)
 gnome_keyring_1_vapi_METADATADIRS = $(srcdir)
 gnome_keyring_1_vapi_FILES = GnomeKeyring-1.0.gir $(srcdir)/GnomeKeyring-1.0-custom.vala
 
-vapidir = $(VAPIGEN_VAPIDIR)
+vapidir = $(VAPIDIR)
 vapi_DATA = $(VAPIGEN_VAPIS)
 endif
 endif



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