Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (e2bb693871d87c9df25c8a4e07a922470c8839a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (e2bb693871d87c9df25c8a4e07a922470c8839a9)
  • Date: Tue, 17 Aug 2010 19:31:19 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

x11-toolkits/gtk+2/DEPENDS | 12 ++++++++++--
x11-toolkits/gtk+2/DETAILS | 2 +-
x11-toolkits/gtk+2/HISTORY | 5 +++++
x11-toolkits/gtk+2/gtk+-2.21.6.tar.bz2.sig |binary
4 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit e2bb693871d87c9df25c8a4e07a922470c8839a9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gtk+2: Updated devel to version 2.21.6. This version splits out
gdk-pixbuf in preparation for gtk+3. If you want to try this
recommend dispel gtk+2 first. Requires devel version of
gobject-introspection so may require a rebuild of atk and pango.

diff --git a/x11-toolkits/gtk+2/DEPENDS b/x11-toolkits/gtk+2/DEPENDS
index fa78872..335ed6b 100755
--- a/x11-toolkits/gtk+2/DEPENDS
+++ b/x11-toolkits/gtk+2/DEPENDS
@@ -1,4 +1,10 @@
-depends glib2 &&
+if [[ "$GTK_VER" == "devel" ]]; then
+ depends -sub GLIB_DEVEL glib2 &&
+ depends gdk-pixbuf2
+ depends -sub GOBJ_DEVEL gobject-introspection
+else
+ depends glib2
+fi
depends atk &&
depends pango &&
depends -sub "PDF PS SVG X" cairo &&
@@ -7,6 +13,7 @@ depends libxext &&
depends libxcursor &&
depends libxrender &&

+if [[ "$GTK_VER" == "stable" ]]; then
optional_depends libpng \
"--with-libpng" \
"--without-libpng" \
@@ -25,7 +32,8 @@ optional_depends tiff \
optional_depends jasper \
"--with-libjasper" \
"--without-libjasper" \
- "for JPEG-2000 support" &&
+ "for JPEG-2000 support"
+fi

optional_depends libxinerama \
"--enable-xinerama" \
diff --git a/x11-toolkits/gtk+2/DETAILS b/x11-toolkits/gtk+2/DETAILS
index 5b3fd14..c8a2602 100755
--- a/x11-toolkits/gtk+2/DETAILS
+++ b/x11-toolkits/gtk+2/DETAILS
@@ -1,6 +1,6 @@
SPELL=gtk+2
if [[ $GTK_VER == devel ]];then
- VERSION=2.20.1
+ VERSION=2.21.6
#
SOURCE_HASH=sha512:a6c45ab25a5cf07c665f808a96b83a91bf0e8218f793806f1e05d664aeea4838957868ccbc13b45e9be1fdbadc6a7f294ec111f7d6d00bb09cf59fa4fe4eecc3
SOURCE=gtk+-$VERSION.tar.bz2
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index c20db53..1ce194f 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,8 @@
+2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 2.21.6
+ * DEPENDS: Added new depends for devel version
+ Many of the image libs are now in gdk-pixbuf2
+
2010-05-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.20.1

diff --git a/x11-toolkits/gtk+2/gtk+-2.21.6.tar.bz2.sig
b/x11-toolkits/gtk+2/gtk+-2.21.6.tar.bz2.sig
new file mode 100644
index 0000000..7ddc066
Binary files /dev/null and b/x11-toolkits/gtk+2/gtk+-2.21.6.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page