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

Pierre Schmitz pierre at archlinux.org
Sat Jan 31 12:53:55 UTC 2009


    Date: Saturday, January 31, 2009 @ 07:53:55
  Author: pierre
Revision: 25866

upgpkg: soprano 2.2.1-1
    disable broken redland backend; openjdk6 is not optional

Modified:
  soprano/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-31 11:09:20 UTC (rev 25865)
+++ PKGBUILD	2009-01-31 12:53:55 UTC (rev 25866)
@@ -2,24 +2,26 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=soprano
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
-pkgdesc="Soprano is a library which provides a QT wrapper API to different RDF storage solutions."
+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=('GPL2')
-depends=('qt' 'clucene' 'redland')
-makedepends=('cmake' 'pkgconfig' 'openjdk6')
-optdepends=('java-runtime: Sesame2 storage backend')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'clucene' 'openjdk6')
+makedepends=('cmake' 'pkgconfig')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-options=(!libtool)
-md5sums=('a9642861b3c4f1916a7821847e3d094a')
+#options=(!libtool)
+md5sums=('69688a71273e1e9389fc60e3085c695f')
 
 build() {
 	. /etc/profile.d/openjdk6.sh
 	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




More information about the arch-commits mailing list