[arch-commits] Commit in subversion/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 30 20:03:00 UTC 2019


    Date: Thursday, May 30, 2019 @ 20:03:00
  Author: felixonmars
Revision: 354549

Try to fix for SWIG 4 (WIP)

Modified:
  subversion/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 18:46:48 UTC (rev 354548)
+++ PKGBUILD	2019-05-30 20:03:00 UTC (rev 354549)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/"
@@ -56,8 +56,13 @@
    patch -p1 -i ../apr-1.7.patch
    patch -Np0 -i ../subversion.rpath.fix.patch
    patch -p1 -i ../ruby-frozen-nil.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   sed -i '1s|/usr/bin/env python$|/usr/bin/env python2|' */*/*.py */*/*/*.py */*/*/*/*.py
 
+   sed -i 's/-classic/-nofastunpack/' build.conf build-outputs.mk
+
+   # Use swig's new version
+   rm subversion/bindings/swig/proxy/*.swg #{perlrun,pyrun,python,rubydef,rubyhead,rubytracking,runtime,swigrun}.swg
+
    ./autogen.sh
 }
 



More information about the arch-commits mailing list