[gnumeric] win32: glib



commit 9a647317323d768eb68ba2805fa513e93fed9ddf
Author: Morten Welinder <terra gnome org>
Date:   Sat Jul 27 11:56:11 2013 -0400

    win32: glib

 tools/win32/moduleset.in                |    1 +
 tools/win32/patches/glib-appinfo.patch  |    2 +-
 tools/win32/patches/glib-no-tests.patch |   11 +++++++++++
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index 48234cd..461a220 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -77,6 +77,7 @@
            <patch file="&patch_dir;glib-appinfo.patch" strip="1"/>
            <patch file="&patch_dir;glib-gatomic.patch" strip="1"/>
            <patch file="&patch_dir;glib-dns.patch" strip="1"/>
+           <patch file="&patch_dir;glib-no-tests.patch" strip="1"/>
        </branch>
        <dependencies>
            <dep package="gettext"/>
diff --git a/tools/win32/patches/glib-appinfo.patch b/tools/win32/patches/glib-appinfo.patch
index f37ddf1..53762d8 100644
--- a/tools/win32/patches/glib-appinfo.patch
+++ b/tools/win32/patches/glib-appinfo.patch
@@ -50,7 +50,7 @@
    return strcmp (info1->executable, info2->executable) == 0;
  }
  
-@@ -248,35 +258,36 @@
+@@ -248,35 +258,35 @@
  }
  
  static gboolean
diff --git a/tools/win32/patches/glib-no-tests.patch b/tools/win32/patches/glib-no-tests.patch
new file mode 100644
index 0000000..8408a6e
--- /dev/null
+++ b/tools/win32/patches/glib-no-tests.patch
@@ -0,0 +1,11 @@
+--- glib-2.37.4/Makefile.am~   2013-06-23 19:35:50.000000000 -0400
++++ glib-2.37.4/Makefile.am    2013-07-27 11:48:14.000000000 -0400
+@@ -6,7 +6,7 @@
+ 
+ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
+ 
+-SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
++SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs
+ DIST_SUBDIRS = $(SUBDIRS) build
+ 
+ bin_SCRIPTS = glib-gettextize


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