[gtk-osx] Add new gtkspell3 module



commit 3757b4eec82a9f55865940510d61781077a9fdc8
Author: John Ralls <jralls ceridwen us>
Date:   Mon Nov 19 17:15:18 2012 +0900

    Add new gtkspell3 module

 modulesets-stable/gtk-osx-random.modules   |    8 ++++++++
 modulesets-unstable/gtk-osx-random.modules |    7 +++++--
 modulesets/gtk-osx-random.modules          |    9 +++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 29fd22e..7612694 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -350,6 +350,14 @@ Libglade itself is deprecated. This is the last release. -->
     </dependencies>
   </autotools>
 
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.0.tar.gz" repo="sourceforge"
+	    version="3.0.0"/>
+    <dependencies>
+      <dep package="enchant"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="libgsf" autogenargs="--without-python">
     <branch  module="libgsf/1.14/libgsf-1.14.21.tar.bz2" version="1.14.21"
 	     hash="sha256:eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db"/>
diff --git a/modulesets-unstable/gtk-osx-random.modules b/modulesets-unstable/gtk-osx-random.modules
index 86d384c..2b488a6 100644
--- a/modulesets-unstable/gtk-osx-random.modules
+++ b/modulesets-unstable/gtk-osx-random.modules
@@ -258,8 +258,11 @@
     </dependencies>
   </autotools>
 
-  <autotools id="gtkspell3">
-    <branch module="manisandro/gtkspell3" revision="changes" repo="github"/>
+<!-- GtkSpell has switched to Mercurial for VCS, so we'll use the
+     tarball to avoid the dependency. -->
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.0.tar.gz" repo="sourceforge"
+	    version="3.0.0"/>
     <dependencies>
       <dep package="enchant"/>
     </dependencies>
diff --git a/modulesets/gtk-osx-random.modules b/modulesets/gtk-osx-random.modules
index f9b8b5d..6b5a906 100644
--- a/modulesets/gtk-osx-random.modules
+++ b/modulesets/gtk-osx-random.modules
@@ -296,6 +296,15 @@
       <dep package="enchant"/>
     </dependencies>
   </autotools>
+<!-- GtkSpell has switched to Mercurial for VCS, so we'll use the
+     tarball to avoid the dependency. -->
+  <autotools id="gtkspell3" autogen-sh="configure">
+    <branch module="gtkspell/gtkspell3-3.0.0.tar.gz" repo="sourceforge"
+	    version="3.0.0"/>
+    <dependencies>
+      <dep package="enchant"/>
+    </dependencies>
+  </autotools>
 
 <!-- LibGSF develops in master -->
   <autotools id="libgsf" autogenargs="--without-python">



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