[arch-commits] Commit in soprano/kde-unstable (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jun 20 16:39:37 UTC 2011
Date: Monday, June 20, 2011 @ 12:39:37
Author: andrea
Revision: 128006
upgpkg: soprano 2.6.50git20110620-1
disable clucene support (deprecated)
Modified:
soprano/kde-unstable/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-20 16:27:42 UTC (rev 128005)
+++ PKGBUILD 2011-06-20 16:39:37 UTC (rev 128006)
@@ -3,20 +3,20 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=soprano
-pkgver=2.6.50git20110522
+pkgver=2.6.50git20110620
pkgrel=1
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64')
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')
#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-source=("${pkgname}-${pkgver}.tar.bz2"::'http://quickgit.kde.org/?p=soprano.git&a=snapshot&h=d70bf052edd6475dc6f89bee82c3ddee8dae46a0&fmt=tbz2')
-md5sums=('28f88ef342e77d355da56117897f3e2c')
+source=("${pkgname}-${pkgver}.tar.bz2"::'http://quickgit.kde.org/?p=soprano.git&a=snapshot&h=85bc67f8b91a6ff729e447d233e7ddacf00c5885&fmt=tbz2')
+md5sums=('c01ca7414c39cd0d0beef323a7261071')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
. /etc/profile.d/openjdk6.sh
@@ -24,11 +24,12 @@
cmake ../${pkgname} \
-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
}
More information about the arch-commits
mailing list