Date: Sunday, July 2, 2017 @ 17:52:00
  Author: bgyorgy
Revision: 242078

upgpkg: rapidsvn 0.12.1-11

Rebuild with wxgtk3

Modified:
  rapidsvn/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-07-02 17:08:00 UTC (rev 242077)
+++ PKGBUILD    2017-07-02 17:52:00 UTC (rev 242078)
@@ -6,13 +6,13 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=10
+pkgrel=11
 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')
 license=('GPL')
-depends=('subversion' 'wxgtk')
-makedepends=('python2' 'automake' 'libtool')
+depends=('subversion' 'wxgtk3')
+makedepends=('python2')
 
source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
        $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
 md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
@@ -38,7 +38,8 @@
   sed -i 's#src/tests/svncpp/Makefile##' configure
   [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
     --with-apu-config="`which apu-1-config`" \
-    --with-apr-config="`which apr-1-config`"
+    --with-apr-config="`which apr-1-config`" \
+    --with-wx-config=/usr/bin/wx-config-gtk3
 
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
   sed -i 's|python|python2|' src/locale/Makefile

Reply via email to