[frogr] Removed gtk-mac-integration from jhbuild moduleset for OS X



commit 09479b65554f2fe83332481df1d5bf19388bfcdc
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Mon Dec 16 00:16:38 2013 +0000

    Removed gtk-mac-integration from jhbuild moduleset for OS X
    
    This is no longer needed since now support for OS X is bundled in GTK+

 osx/jhbuild/frogr.modules   |   15 ---------------
 osx/jhbuild/jhbuildrc-frogr |    3 +++
 2 files changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/osx/jhbuild/frogr.modules b/osx/jhbuild/frogr.modules
index ad79dcb..4f4bbf2 100644
--- a/osx/jhbuild/frogr.modules
+++ b/osx/jhbuild/frogr.modules
@@ -16,20 +16,6 @@
   <repository type="tarball" name="xiph.org" href="http://downloads.xiph.org/releases/"/>
   <repository type="tarball" name="code.entropywave.com" href="http://code.entropywave.com/download/"/>
 
-  <autotools id="gtk-mac-integration" autogen-sh="configure"
-             autogenargs="--disable-python --disable-introspection">
-    <branch module="gtk-mac-integration/2.0/gtk-mac-integration-2.0.1.tar.xz"
-            version="2.0.1"
-            hash="sha256:1a3f6c418819499bbf63a1bb8da7f725eb07c3a929028b7bd0c3d5cd5077a181">
-    </branch>
-    <dependencies>
-    </dependencies>
-    <after>
-      <dep package="gtk+-3.0"/>
-      <dep package="meta-gtk-osx-bootstrap"/>
-    </after>
-  </autotools>
-
   <autotools id="libexif" autogen-sh='configure'>
     <branch module="libexif/files/libexif/0.6.21/libexif-0.6.21.tar.gz" version="0.6.21"
            repo="sourceforge.net">
@@ -249,7 +235,6 @@
     <dependencies>
       <dep package="meta-gtk-osx-bootstrap"/>
       <dep package="meta-gtk-osx-gtk3"/>
-      <dep package="gtk-mac-integration"/>
       <dep package="libexif"/>
       <dep package="libgpg-error"/>
       <dep package="libgcrypt"/>
diff --git a/osx/jhbuild/jhbuildrc-frogr b/osx/jhbuild/jhbuildrc-frogr
index 1d18e97..e254199 100644
--- a/osx/jhbuild/jhbuildrc-frogr
+++ b/osx/jhbuild/jhbuildrc-frogr
@@ -8,3 +8,6 @@ tarballdir = os.path.expanduser("~/frogr/pkgs")
 
 # Main module set
 moduleset = "http://git.gnome.org/browse/frogr/plain/osx/jhbuild/frogr.modules";
+
+# We know in advance that we don't need this module
+skip.append("gtk-mac-integration")


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