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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sun Jan 5 20:35:18 UTC 2014


    Date: Sunday, January 5, 2014 @ 21:35:17
  Author: spupykin
Revision: 103428

upgpkg: rapidsvn 0.12.1-6

upd

Modified:
  rapidsvn/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-05 20:35:12 UTC (rev 103427)
+++ PKGBUILD	2014-01-05 20:35:17 UTC (rev 103428)
@@ -6,12 +6,12 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=2
+pkgrel=6
 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')
+depends=('subversion' 'wxgtk2.8')
 makedepends=('python2' 'automake' 'libtool')
 source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
 	$pkgname.desktop)
@@ -24,7 +24,10 @@
   ./autogen.sh
 
   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`"
+  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
+    --with-apu-config="`which apu-1-config`" \
+    --with-apr-config="`which apr-1-config`" \
+    --with-wx-config="`which wx-config-2.8`"
 
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
   sed -i 's|python|python2|' src/locale/Makefile




More information about the arch-commits mailing list