[gxml] * bump gee from 1.0 to 0.8 (that's actually an increase, but their versioning scheme changed)



commit 28e7005192041f3441b9f5a23ded2072dab2df75
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Jun 14 03:06:11 2012 -0400

    * bump gee from 1.0 to 0.8 (that's actually an increase, but their versioning scheme changed)

 configure.ac     |    2 +-
 gxml.pc.in       |    2 +-
 gxml/Makefile.am |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8370239..6534e21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_SUBST(VALA_VAPIDIR)
 dnl Check for libgee
 GEE_REQUIRED="0.6.1"
 
-PKG_CHECK_MODULES(GEE, gee-1.0 >= $GEE_REQUIRED)
+PKG_CHECK_MODULES(GEE, gee-0.8 >= $GEE_REQUIRED)
 AC_SUBST(GEE_CFLAGS)
 AC_SUBST(GEE_LIBS)
 
diff --git a/gxml.pc.in b/gxml.pc.in
index 102f092..0e53f83 100644
--- a/gxml.pc.in
+++ b/gxml.pc.in
@@ -7,6 +7,6 @@ Name: gxml
 Description: gobject API for XML processing
 URL: http://live.gnome.org/XML
 Version: @VERSION@
-Requires: libxml-2.0 gee-1.0 glib-2.0
+Requires: libxml-2.0 gee-0.8 glib-2.0
 Libs: -L${libdir} -lgxml
 Cflags: -I${includedir}/gxml- SHORTVERSION@
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 70f5e47..97a651b 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -29,7 +29,7 @@ VALAFLAGS = \
     $(top_srcdir)/vapi/config.vapi \
     --vapidir=$(top_srcdir)/vapi \
     --pkg libxml-2.0 \
-    --pkg gee-1.0 \
+    --pkg gee-0.8 \
     --pkg gobject-2.0 \
     --pkg gio-2.0 \
     $(NULL)



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