summaryrefslogtreecommitdiff
path: root/gnome-unstable/libplist/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-31 00:01:07 +0000
committerroot <root@rshg054.dnsready.net>2012-03-31 00:01:07 +0000
commit977b78df305a06797773799a7295f2a5f3f013cf (patch)
treec2cad20a10da5fe8f8784db13a2d52b80d0199a3 /gnome-unstable/libplist/PKGBUILD
parent263884f95012e159a0be10444ef96bbf56e70545 (diff)
Sat Mar 31 00:01:07 UTC 2012
Diffstat (limited to 'gnome-unstable/libplist/PKGBUILD')
-rw-r--r--gnome-unstable/libplist/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnome-unstable/libplist/PKGBUILD b/gnome-unstable/libplist/PKGBUILD
index 479273b22..2cfe2ca26 100644
--- a/gnome-unstable/libplist/PKGBUILD
+++ b/gnome-unstable/libplist/PKGBUILD
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD 154114 2012-03-23 13:52:45Z ibiru $
+# $Id: PKGBUILD 154538 2012-03-29 21:09:37Z heftig $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=libplist
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
url="http://libimobiledevice.org/"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
-depends=('libxml2' 'python2')
-makedepends=('cmake' 'cython2')
+depends=('glib2' 'libxml2' 'python2')
+makedepends=('cmake' 'swig')
source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
build() {
mkdir build
cd build
- cmake ../"$pkgname-$pkgver" \
+ cmake ../$pkgname-$pkgver \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DCYTHON_EXECUTABLE=/usr/bin/cython2 \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/usr
make