[gnumeric] win32: ensure gdk-pixbuf gets patched.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: ensure gdk-pixbuf gets patched.
- Date: Wed, 9 Oct 2013 14:45:42 +0000 (UTC)
commit bb2388a20b432dc22cb0d71abce69f8535a306f4
Author: Morten Welinder <terra gnome org>
Date: Wed Oct 9 10:44:45 2013 -0400
win32: ensure gdk-pixbuf gets patched.
tools/win32/moduleset.in | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index 7c1ddde..cdbf70c 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -210,8 +210,11 @@
</tarball>
<autotools id="pango">
- <branch repo="gnome.org" module="sources/pango/1.35/pango-1.35.0.tar.xz" version="1.35.0">
- <patch file="&patch_dir;pango-destdir.patch" strip="1"/>
+ <branch repo="gnome.org"
+ module="sources/pango/1.35/pango-1.35.0.tar.xz"
+ version="1.35.0"
+ skip-autogen="never">
+ <!-- <patch file="&patch_dir;pango-destdir.patch" strip="1"/> -->
</branch>
<dependencies>
<dep package="freetype"/>
@@ -231,8 +234,10 @@
</autotools>
<autotools id="gdk-pixbuf">
- <branch repo="gnome.org" module="sources/gdk-pixbuf/2.29/gdk-pixbuf-2.29.2.tar.xz"
- version="2.29.2">
+ <branch repo="gnome.org"
+ module="sources/gdk-pixbuf/2.29/gdk-pixbuf-2.29.2.tar.xz"
+ version="2.29.2"
+ skip-autogen="never">
<patch file="&patch_dir;gdk-pixbuf-destdir.patch" strip="1"/>
</branch>
<dependencies>
@@ -369,7 +374,7 @@
<dep package="gdk-pixbuf"/>
<dep package="libxml2"/>
<dep package="zlib"/>
- <dep package="libbz2"/>
+ <!-- <dep package="libbz2"/> -->
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]