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

Florin Braescu florin at lunar-linux.org
Fri Nov 11 18:51:34 CET 2011


commit 0fd40369c2dfa25af12f2946e2aa37e46f71fbad
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 11 18:51:34 2011 +0100

    gtk+-2: version bumped to 2.24.8.
---
 graphics/gtk+-2/BUILD   |   14 +++++++++++++-
 graphics/gtk+-2/DETAILS |    6 +++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index 8307a06..e383cd4 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -23,6 +23,18 @@
 
   OPTS+=" --with-gdktarget=x11"
 
-  default_build
+# remove the NVIDIA module to prevent the compiling failing
+  WITH_NV="n"  &&
+  if module_installed NVIDIA; then
+    WITH_NV="y"  &&
+    lrm NVIDIA
+  fi  &&
+
+  default_build  &&
+
+# restore the NVIDIA module, if it was previously installed
+  if [ $WITH_NV = "y" ]; then
+    lin NVIDIA
+  fi
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS
index b6f31e7..2eae592 100644
--- a/graphics/gtk+-2/DETAILS
+++ b/graphics/gtk+-2/DETAILS
@@ -1,16 +1,16 @@
           MODULE=gtk\+-2
-         VERSION=24.7
+         VERSION=24.8
           SOURCE=$MODULE.$VERSION.tar.bz2
          SOURCE2=$MODULE-xid_collision.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/gtk+/${MODULE#*-}.${VERSION%.*}
    SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/${MODULE#*-}.${VERSION%.*}
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:0b0e39f4c0030c783ff3e454d1761d3a054f1b74
+      SOURCE_VFY=sha1:df808f26c9a37c6bcb077c316406bb3a18a4c68d
      SOURCE2_VFY=sha1:dc7b63303a1c07c2457a41d5646475856febe0bc
         WEB_SITE=http://www.gtk.org
          ENTERED=20020313
-         UPDATED=20111022
+         UPDATED=20111111
            SHORT="A multi-platform toolkit for creating GUIs"
 
 cat << EOF


More information about the Lunar-commits mailing list