[gnumeric] win32: patch pango to ensure modules queries during install.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: patch pango to ensure modules queries during install.
- Date: Fri, 23 Aug 2013 00:16:49 +0000 (UTC)
commit c0e5ddab6df7cd63b83d12b2b9d722b5fedf89a8
Author: Morten Welinder <terra gnome org>
Date: Thu Aug 22 20:16:15 2013 -0400
win32: patch pango to ensure modules queries during install.
tools/win32/moduleset.in | 1 +
tools/win32/patches/pango-destdir.patch | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index cdd3c3a..379da1c 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -185,6 +185,7 @@
<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>
<dependencies>
<dep package="freetype"/>
diff --git a/tools/win32/patches/pango-destdir.patch b/tools/win32/patches/pango-destdir.patch
new file mode 100644
index 0000000..f64886a
--- /dev/null
+++ b/tools/win32/patches/pango-destdir.patch
@@ -0,0 +1,30 @@
+--- pango-1.35.0/modules/Makefile.am~ 2012-08-18 13:36:47.000000000 -0400
++++ pango-1.35.0/modules/Makefile.am 2013-08-22 20:13:50.000000000 -0400
+@@ -22,13 +22,13 @@
+ endif
+
+ install-data-local: $(top_builddir)/pango/pango-querymodules$(EXEEXT)
+- @if $(RUN_QUERY_MODULES_TEST) && test -z "$(DESTDIR)" ; then \
+- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
++ @if $(RUN_QUERY_MODULES_TEST) ; then \
++ echo $(mkinstalldirs) $(sysconfdir)/pango \&\& \
+ $(top_builddir)/pango/pango-querymodules$(EXEEXT) \
+- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
+- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
++ \> $(sysconfdir)/pango/pango.modules ; \
++ $(mkinstalldirs) $(sysconfdir)/pango && \
+ $(top_builddir)/pango/pango-querymodules$(EXEEXT) \
+- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
++ > $(sysconfdir)/pango/pango.modules ; \
+ else \
+ echo "***" ; \
+ echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
+@@ -39,7 +39,7 @@
+ fi
+
+ uninstall-local:
+- $(RM) $(DESTDIR)$(sysconfdir)/pango/pango.modules
++ $(RM) $(sysconfdir)/pango/pango.modules
+
+ pango.modules: \
+ $(SUBDIRS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]