Date: Friday, January 4, 2013 @ 09:47:27 Author: andrea Revision: 174448
Upstream release for KDE 4.10 Added: soprano/kde-unstable/ Modified: soprano/kde-unstable/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2013-01-04 05:15:04 UTC (rev 174304) +++ kde-unstable/PKGBUILD 2013-01-04 14:47:27 UTC (rev 174448) @@ -3,8 +3,8 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=soprano -pkgver=2.8.0 -pkgrel=2 +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/' @@ -12,10 +12,9 @@ depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base') makedepends=('cmake' 'openjdk6' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('273c3403aeb6d8a43e78a4887f50a385') +md5sums=('90134eaaf40b6663dd01cfaefdaba7fb') build() { - cd "${srcdir}" mkdir build cd build . /etc/profile.d/openjdk6.sh @@ -29,6 +28,6 @@ } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install }
