[arch-commits] Commit in soprano/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jun 20 14:47:11 UTC 2011


    Date: Monday, June 20, 2011 @ 10:47:11
  Author: andrea
Revision: 127976

upgpkg: soprano 2.6.0-6
disable clucene support (deprecated)

Modified:
  soprano/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-20 13:54:15 UTC (rev 127975)
+++ PKGBUILD	2011-06-20 14:47:11 UTC (rev 127976)
@@ -4,18 +4,18 @@
 
 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')
 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")
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   . /etc/profile.d/openjdk6.sh
@@ -23,11 +23,12 @@
   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
 }




More information about the arch-commits mailing list