[gdl] Updated files for release and fixed distcheck



commit d5df00719d0ba9e8c380f79fac8fc2d38a9165c3
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jun 28 23:22:48 2010 +0200

    Updated files for release and fixed distcheck

 Makefile.am     |    4 ++--
 NEWS            |   11 +++++++++++
 configure.in    |    6 +++---
 gdl/Makefile.am |    2 +-
 4 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3d98828..8cffb3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,8 +13,8 @@ EXTRA_DIST = 			\
 	m4/introspection.m4
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gdl-1.0.pc 
+pkgconfig_DATA = gdl-3.0.pc 
 
-CLEANFILES = gdl-1.0.pc intltool-extract intltool-merge intltool-update
+CLEANFILES = gdl-3.0.pc intltool-extract intltool-merge intltool-update
 
 
diff --git a/NEWS b/NEWS
index 8349ee4..5447821 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 2.90.0
+
+* Depends on gtk+-3.0 now:
+ - new library name libgdl3
+ - new pkg-config name gdl-3.0
+Note: You cannot use that version for building anjuta yet because there are
+still problems with gtk+-3.0 support in anjuta (libgladeui, libvte).
+
+Thanks to Andre Klapper, Javier Jardon and Mirsal Ennaime for the GSEAL and
+deprecation patches.
+
 Changes in 2.31.2
 
 * Translation updates
diff --git a/configure.in b/configure.in
index 92eced1..9557bbd 100644
--- a/configure.in
+++ b/configure.in
@@ -5,9 +5,9 @@ dnl it too, or it will never make it into the spec file!
 dnl
 dnl ==========================================================================
 
-AC_PREREQ(2.62)
-AC_CONFIG_MACRO_DIR([m4])
+AC_PREREQ(2.65)
 AC_INIT(gdl)
+AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=2
@@ -15,7 +15,7 @@ GDL_MINOR_VERSION=90
 GDL_MICRO_VERSION=0
 
 dnl increment if the interface has additions, changes, removals.
-GDL_CURRENT=4
+GDL_CURRENT=1
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
diff --git a/gdl/Makefile.am b/gdl/Makefile.am
index c54cff7..c578dfb 100644
--- a/gdl/Makefile.am
+++ b/gdl/Makefile.am
@@ -143,7 +143,7 @@ introspection_sources = $(libgdl_3_la_SOURCES)
 Gdl- GDL_CURRENT@.gir: libgdl-3.la
 Gdl_ GDL_CURRENT@_gir_INCLUDES = GObject-2.0 Gtk-3.0
 Gdl_ GDL_CURRENT@_gir_CFLAGS = $(INCLUDES)
-Gdl_ GDL_CURRENT@_gir_LIBS = libgdl-1.la
+Gdl_ GDL_CURRENT@_gir_LIBS = libgdl-3.la
 Gdl_ GDL_CURRENT@_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
 INTROSPECTION_GIRS += Gdl- GDL_CURRENT@.gir
 



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