[gtk-osx: 6/7] Patch out xsltproc's --nonet flag.



commit 6c2c9e0b9d2ffd852bf99ee61c27f10ff3323153
Author: John Ralls <jralls ceridwen us>
Date:   Thu Nov 7 15:44:46 2019 -0800

    Patch out xsltproc's --nonet flag.
    
    Because xsltproc needs to get the xsl stylesheets from Sourceforge.
    
    Fixes: https://gitlab.gnome.org/GNOME/gtk-osx/issues/2
    
    Upstream: https://gitlab.gnome.org/GNOME/glade/issues/393

 modulesets-stable/gtk-osx-random.modules |  1 +
 patches/glade-3.22.1-xslproc.patch       | 11 +++++++++++
 2 files changed, 12 insertions(+)
---
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 45aeee0..b719962 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -130,6 +130,7 @@ Libglade itself is deprecated. This is the last release. -->
             autogenargs='--disable-scrollkeeper --disable-introspection CPPFLAGS="$CPPFLAGS -xobjective-c"'>
     <branch module="glade/3.22/glade-3.22.1.tar.xz" version="3.22.1"
             hash="sha256:dff89a2ef2eaf000ff2a46979978d03cb9202cb04668e01d0ea5c5bb5547e39a">
+      <patch file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/glade-3.22.1-xslproc.patch"; 
strip="1"/>
     </branch>
     <dependencies>
       <dep package="itstool"/>
diff --git a/patches/glade-3.22.1-xslproc.patch b/patches/glade-3.22.1-xslproc.patch
new file mode 100644
index 0000000..f16ad3e
--- /dev/null
+++ b/patches/glade-3.22.1-xslproc.patch
@@ -0,0 +1,11 @@
+--- Development/gtk-build/gtk-stable-10.13-x86_64/src/glade-3.22.1/man/Makefile.in~    2019-11-07 
15:14:16.000000000 -0800
++++ Development/gtk-build/gtk-stable-10.13-x86_64/src/glade-3.22.1/man/Makefile.in     2019-11-07 
15:21:01.000000000 -0800
+@@ -364,8 +364,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ XSLTPROC_FLAGS = \
+-        --nonet \
+         --stringparam man.output.quietly 1 \
+         --stringparam funcsynopsis.style ansi \
+         --stringparam man.th.extra1.suppress 1 \
+ 


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