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

Pierre Schmitz pierre at archlinux.org
Tue Feb 24 19:48:58 UTC 2009


    Date: Tuesday, February 24, 2009 @ 14:48:58
  Author: pierre
Revision: 27677

upgpkg: soprano 2.2.2-1

Modified:
  soprano/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-24 18:22:06 UTC (rev 27676)
+++ PKGBUILD	2009-02-24 19:48:58 UTC (rev 27677)
@@ -2,16 +2,17 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=soprano
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+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' 'java-runtime=6')
+depends=('qt' 'clucene' 'redland')
 makedepends=('cmake' 'pkgconfig' 'openjdk6')
+optdepends=('java-runtime=6: Sesame2 backend')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('69688a71273e1e9389fc60e3085c695f')
+md5sums=('101527bd62a1d27ab101d345fbf4cf25')
 
 build() {
   . /etc/profile.d/openjdk6.sh
@@ -23,9 +24,6 @@
   cd "${srcdir}"
   mkdir build
   cd build
-  # disable redland backend; its unusable
-  sed -e 's/find_package(Redland)/#find_package(Redland)/' \
-      -i "../${pkgname}-${pkgver}/CMakeLists.txt" || return 1
   cmake "../${pkgname}-${pkgver}" \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr || return 1




More information about the arch-commits mailing list