[Lunar-commits] <moonbase> gtk+-2: version bumped to 2.24.7.

Florin Braescu florin at lunar-linux.org
Sat Oct 22 19:07:42 CEST 2011


commit 8b60f827ed59aad023727aaaff99f9878851b83a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Oct 22 19:07:42 2011 +0200

    gtk+-2: version bumped to 2.24.7.
---
 graphics/gtk+-2/BUILD   |    4 ++--
 graphics/gtk+-2/DEPENDS |   17 ++++++++++-------
 graphics/gtk+-2/DETAILS |   14 +++++++-------
 3 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index 3f94369..8307a06 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -13,9 +13,9 @@
     *-O[23]*)
       CFLAGS+=' -fno-caller-saves'
       ;;
-  esac                    &&
+  esac  &&
 
-  patch_it $SOURCE2 1     &&
+  patch_it $SOURCE2 1  &&
 
   if [ "`get_module_config DOCS`" = "n" ] ; then
     sedit "s/docs m4macros build/m4macros build/g" Makefile.in
diff --git a/graphics/gtk+-2/DEPENDS b/graphics/gtk+-2/DEPENDS
index 239b417..b950952 100644
--- a/graphics/gtk+-2/DEPENDS
+++ b/graphics/gtk+-2/DEPENDS
@@ -8,14 +8,17 @@ depends libXcomposite
 depends libXcursor
 depends libXrandr
 
-optional_depends "libXinerama" "--enable-xinerama" "--disable-xinerama" "for xinerama support"
+optional_depends "libXinerama"         \
+                 "--enable-xinerama"   \
+                 "--disable-xinerama"  \
+                 "for xinerama support"
 
-optional_depends "cups"                                   \
-                 "--enable-cups"                          \
-                 "--disable-cups"                         \
+optional_depends "cups"            \
+                 "--enable-cups"   \
+                 "--disable-cups"  \
                  "for Common Unix Printing System backed"
 
-optional_depends "gobject-introspection"                  \
-                 "--enable-introspection"                 \
-                 "--disable-introspection"                \
+optional_depends "gobject-introspection"    \
+                 "--enable-introspection"   \
+                 "--disable-introspection"  \
                  "for gobject introspection"
diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS
index b18b025..5a47c9f 100644
--- a/graphics/gtk+-2/DETAILS
+++ b/graphics/gtk+-2/DETAILS
@@ -1,17 +1,17 @@
           MODULE=gtk\+-2
-           MAJOR=2.22
-         VERSION=22.1
+           MAJOR=2.24
+         VERSION=24.7
           SOURCE=$MODULE.$VERSION.tar.bz2
-         SOURCE2=old-icon-symlinks.patch.bz2
+         SOURCE2=$MODULE-xid_collision.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR
    SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:c88d8be4aebd6e59d6ca44d57f6acd18e2be1c08
-     SOURCE2_VFY=sha1:495fa37a887a7e99c68adaa9919f7270da7da57f
+      SOURCE_VFY=sha1:0b0e39f4c0030c783ff3e454d1761d3a054f1b74
+     SOURCE2_VFY=sha1:dc7b63303a1c07c2457a41d5646475856febe0bc
         WEB_SITE=http://www.gtk.org
          ENTERED=20020313
-         UPDATED=20101127
+         UPDATED=20111022
            SHORT="A multi-platform toolkit for creating GUIs"
 
 cat << EOF
@@ -19,7 +19,7 @@ GTK+ is a multi-platform toolkit for creating graphical user interfaces.
 Offering a complete set of widgets, GTK+-2 is suitable for projects
 ranging from small one-off tools to complete application suites.
 GTK+-2 has been designed from the ground up to support a range of
-languages, not only C/C++.  Using GTK+-2 from languages such as Perl
+languages, not only C/C++. Using GTK+-2 from languages such as Perl
 and Python (especially in combination with the Glade GUI builder)
 provides an effective method of rapid application development.
 EOF


More information about the Lunar-commits mailing list