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

Antonio Rojas arojas at archlinux.org
Sun Jan 22 23:33:41 UTC 2017


    Date: Sunday, January 22, 2017 @ 23:33:41
  Author: arojas
Revision: 208452

Fix assertion at startup

Modified:
  rapidsvn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 23:32:00 UTC (rev 208451)
+++ PKGBUILD	2017-01-22 23:33:41 UTC (rev 208452)
@@ -6,7 +6,7 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
@@ -24,6 +24,8 @@
   cd $pkgname-$pkgver
 # Fix build with WxGTK 3 (Debian)
   patch -p1 -i ../rapidsvn-wx3.0.patch
+# Fix assertion at startup
+  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
 # Fix build with subversion 1.9 (Debian)
   patch -p1 -i ../rapidsvn-subversion1.9.patch
 }



More information about the arch-commits mailing list