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

Pierre Schmitz pierre at archlinux.org
Wed Jul 22 05:25:41 UTC 2009


    Date: Wednesday, July 22, 2009 @ 01:25:41
  Author: pierre
Revision: 46930

update

Modified:
  soprano/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-22 05:13:53 UTC (rev 46929)
+++ PKGBUILD	2009-07-22 05:25:41 UTC (rev 46930)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=soprano
-pkgver=2.2.69
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'openjdk6')
 optdepends=('java-runtime=6: Sesame2 backend')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('52b6e853cc09aeb0ac775ee08000fd45')
+md5sums=('286d5d37c1d4f070527758e79706d1a7')
 
 build() {
   . /etc/profile.d/openjdk6.sh
@@ -25,8 +25,10 @@
   cd "${srcdir}"
   mkdir build
   cd build
+  # we need the rpath
   cmake "../${pkgname}-${pkgver}" \
     -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr || return 1
   #This is evil. We hack the library paths in the binary so that jre is also possible instead of just only openjdk.
   sed -e "s#${JAVA_HOME}/jre/lib/${_jvmarch}/server/libjvm.so#-L ${JAVA_HOME}/jre/lib/${_jvmarch}/server -ljvm#" \




More information about the arch-commits mailing list