summaryrefslogtreecommitdiff
path: root/extra/soprano
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:12:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:12:08 -0300
commitd7695add933fbf29023c28037423606b722d30c9 (patch)
treefdf7ea74db0143fd047025b285e127cb62626ab8 /extra/soprano
parente94fd638ac0deb5b18432dd1d04a053646d7918d (diff)
parent17dec629d8a13d1981d734ddc703efb5382ca309 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: kde-unstable/soprano/PKGBUILD testing/imagemagick/PKGBUILD
Diffstat (limited to 'extra/soprano')
-rw-r--r--extra/soprano/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index 2433b9e9c..671d19b8b 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 121190 2011-04-29 09:24:01Z andrea $
+# $Id: PKGBUILD 127976 2011-06-20 14:47:11Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=soprano
pkgver=2.6.0
-pkgrel=5
+pkgrel=6
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64' 'mips64el')
url='http://soprano.sourceforge.net/'
license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
makedepends=('cmake' 'openjdk6' 'doxygen')
[ "$CARCH" = "mips64el" ] && makedepends=('cmake' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('03ae49e87c6ec99e57d0433c2650846f')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
@@ -26,11 +26,12 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSOPRANO_DISABLE_CLUCENE_INDEX=ON
make
}
package() {
- cd ${srcdir}/build
+ cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
}