summaryrefslogtreecommitdiff
path: root/community/vidalia
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
commit81dced2a29e3d4cb05f004e5efe3bd2abe207b15 (patch)
tree9772090003f7b9871a0a4d19f65f8fa32c9409c8 /community/vidalia
parent1f5072dbfe77090d9ea49bdd7501f21892729d88 (diff)
parent843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/happy/PKGBUILD community-staging/haskell-dataenc/PKGBUILD community-staging/haskell-quickcheck/PKGBUILD community/gnonlin/PKGBUILD extra/bochs/PKGBUILD
Diffstat (limited to 'community/vidalia')
-rw-r--r--community/vidalia/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD
index 27caac2c7..16c166afb 100644
--- a/community/vidalia/PKGBUILD
+++ b/community/vidalia/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 74865 2012-08-07 15:48:23Z tredaelli $
+# $Id: PKGBUILD 76115 2012-09-11 15:43:23Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Rorschach <r0rschach@lavabit.com>
pkgname=vidalia
pkgver=0.2.20
-pkgrel=1
+pkgrel=2
pkgdesc="Controller GUI for Tor"
url="https://www.torproject.org/vidalia"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('qt' 'tor')
+depends=('geoip' 'qt' 'tor')
makedepends=('cmake')
install=vidalia.install
source=(https://www.torproject.org/vidalia/dist/$pkgname-$pkgver.tar.gz{,.asc})
@@ -22,7 +22,7 @@ build() {
cd "$srcdir"
mkdir build
cd build
- cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -DUSE_GEOIP=1 ../$pkgname-$pkgver
make
}