[gtk-osx] Update gtkspell to 3.0.7



commit 751f279cafb5d028927558acca4b475653305d88
Author: John Ralls <jralls ceridwen us>
Date:   Sun Feb 22 14:42:20 2015 -0800

    Update gtkspell to 3.0.7
    
    No need for the patch anymore, and so we can use configure instead of
    autoreconf.

 jhbuildrc-gtk-osx                          |    2 +-
 modulesets-stable/gtk-osx-random.modules   |    6 +-
 modulesets-unstable/gtk-osx-random.modules |    7 +--
 modulesets/gtk-osx-random.modules          |    7 +--
 patches/gtkspell-bug-18-Makefile.am.patch  |   57 ----------------------------
 5 files changed, 10 insertions(+), 69 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index fb8af5c..f0ead28 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -260,7 +260,7 @@ def setup_sdk(target, sdk_version, architectures=[_default_arch]):
         environ_prepend("OBJCFLAGS", "-I" + sdkdir + "/usr/include")
         environ_prepend("CPPFLAGS", "-I" + sdkdir + "/usr/include")
         environ_prepend("CMAKE_PREFIX_PATH", os.path.join(sdkdir, 'usr'))
-
+        environ_prepend("LIBRARY_PATH", sdkdir + "/usr/lib")
         # It looks like -isysroot is broken when building on 10.4, causing link
         # problems. But we don't really need to set it for 10.4 so just
         # skip that.
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 2e74fb4..ae39f3e 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -372,9 +372,9 @@ Libglade itself is deprecated. This is the last release. -->
     </dependencies>
   </autotools>
 
-  <autotools id="gtkspell3" autogen-sh="autoreconf">
-    <branch module="gtkspell/gtkspell3-3.0.4.tar.gz" repo="sourceforge"
-           version="3.0.4">
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.7.tar.gz" repo="sourceforge"
+           version="3.0.7">
     </branch>
     <dependencies>
       <dep package="enchant"/>
diff --git a/modulesets-unstable/gtk-osx-random.modules b/modulesets-unstable/gtk-osx-random.modules
index 9d91f2d..156d546 100644
--- a/modulesets-unstable/gtk-osx-random.modules
+++ b/modulesets-unstable/gtk-osx-random.modules
@@ -264,10 +264,9 @@
 
 <!-- GtkSpell has switched to Mercurial for VCS, so we'll use the
      tarball to avoid the dependency. -->
-  <autotools id="gtkspell3" autogen-sh="autreconf">
-    <branch module="gtkspell/gtkspell3-3.0.0.tar.gz" repo="sourceforge"
-           version="3.0.0">
-      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/gtkspell-bug-18-Makefile.am.patch"; 
strip="1"/>
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.7.tar.gz" repo="sourceforge"
+           version="3.0.7">
     </branch>
     <dependencies>
       <dep package="enchant"/>
diff --git a/modulesets/gtk-osx-random.modules b/modulesets/gtk-osx-random.modules
index 4d7c38a..6f58f6a 100644
--- a/modulesets/gtk-osx-random.modules
+++ b/modulesets/gtk-osx-random.modules
@@ -306,10 +306,9 @@
   </autotools>
 <!-- GtkSpell has switched to Mercurial for VCS, so we'll use the
      tarball to avoid the dependency. -->
-  <autotools id="gtkspell3" autogen-sh="autoreconf">
-    <branch module="gtkspell/gtkspell3-3.0.0.tar.gz" repo="sourceforge"
-           version="3.0.0">
-      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/gtkspell-bug-18-Makefile.am.patch"; 
strip="1"/>
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.7.tar.gz" repo="sourceforge"
+           version="3.0.7">
     </branch>
     <dependencies>
       <dep package="enchant"/>


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