From 61e090957dbc6b062f3a1af7eeb0d58478c6657d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 12 Jan 2014 03:39:46 +0000 Subject: Sun Jan 12 03:35:50 UTC 2014 --- community/rapidsvn/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'community/rapidsvn/PKGBUILD') diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index c74e53342..22bcb0eb5 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 100277 2013-11-02 08:47:54Z spupykin $ +# $Id: PKGBUILD 103801 2014-01-11 20:08:34Z eric $ # Maintainer: Sergej Pupykin # Maintainer: Angel 'angvp' Velasquez # Contributor: AqD @@ -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 @@ build() { ./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 -- cgit v1.2.3-54-g00ecf