updated sopraon to 2.9.0

This commit is contained in:
Fabian 2013-01-02 20:14:19 +00:00
parent 2991b096f3
commit 52edf89711

View File

@ -8,16 +8,16 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=soprano
pkgver=2.8.0
pkgver=2.9.0
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' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso>=6.1.3' 'clucene')
makedepends=('cmake' 'openjdk6' 'doxygen')
makedepends=('cmake' 'openjdk' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('273c3403aeb6d8a43e78a4887f50a385')
md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
build() {
cd "${srcdir}"
@ -25,7 +25,7 @@ build() {
rm -rf build
mkdir build && cd build
. /etc/profile.d/openjdk6.sh
. /etc/profile.d/openjdk.sh
# we need the rpath
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \