[gtkmm-documentation/gtkmm-2-24] Disable the gdk drawing example, because it uses deprecated API.



commit 2693f2a5ffba629ddfe3913f86362638e9f27044
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 2 11:45:32 2011 +0100

     Disable the gdk drawing example, because it uses deprecated API.
    
    	* examples/Makefile.am: Disable examples/others/gdk/radar because it is just
    	an example of GDK drawing, but people should use cairo now. We might bring
    	it back as a cairo widget example later.

 ChangeLog            |    8 ++++++++
 configure.ac         |    4 ++--
 examples/Makefile.am |    5 ++---
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 010b0d2..1433746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-02  Murray Cumming  <murrayc murrayc com>
+
+  Disable the gdk drawing example, because it uses deprecated API.
+  
+	* examples/Makefile.am: Disable examples/others/gdk/radar because it is just 
+	an example of GDK drawing, but people should use cairo now. We might bring 
+	it back as a cairo widget example later. 
+
 2011-02-01  Murray Cumming  <murrayc murrayc com>
 
 	Adapt to append_text()->append() deprecation in ListViewText.
diff --git a/configure.ac b/configure.ac
index 3221eda..548055a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.22.0],
+AC_INIT([gtkmm-documentation], [2.23.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,7 +19,7 @@ AC_PROG_CXX
 AC_PATH_PROG([PERL], [perl], [perl])
 
 PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4 >= 2.22.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4 >= 2.23.91])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5c5401f..26efed4 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -103,7 +103,6 @@ check_PROGRAMS =					\
 	others/cellrenderercustom/testpopup		\
 	others/dnd/testdnd				\
 	others/exception/exceptiontest			\
-	others/gdk/radar				\
 	others/idle/idle				\
 	others/rulers/rulers				\
 	others/statusbar/statusbar			\
@@ -614,8 +613,8 @@ others_dnd_testdnd_SOURCES =	\
 others_exception_exceptiontest_SOURCES = \
 	others/exception/exceptiontest.cc
 
-others_gdk_radar_SOURCES = \
-	others/gdk/radar.cc
+#others_gdk_radar_SOURCES = \
+#	others/gdk/radar.cc
 
 others_idle_idle_SOURCES = \
 	others/idle/idle.cc



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