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

Andrea Scarpino andrea at archlinux.org
Sun Jan 10 17:27:59 UTC 2010


    Date: Sunday, January 10, 2010 @ 12:27:59
  Author: andrea
Revision: 62608

disabled sesame2 backend, enabled virtuoso

Modified:
  soprano/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-10 16:54:17 UTC (rev 62607)
+++ PKGBUILD	2010-01-10 17:27:59 UTC (rev 62608)
@@ -4,14 +4,13 @@
 
 pkgname=soprano
 pkgver=2.3.70
-pkgrel=1
+pkgrel=2
 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')
-makedepends=('cmake' 'openjdk6')
-optdepends=("openjdk6: Sesame2 backend")
+depends=('qt' 'clucene' 'redland' 'iodbc')
+makedepends=('cmake')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('de5cf230a95fc7218425aafdfb4a5e47')
 
@@ -24,7 +23,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr || return 1 \
-    -DSOPRANO_DISABLE_VIRTUOSO_BACKEND=ON
+    -DSOPRANO_DISABLE_SESAME2_BACKEND=ON
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list