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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:22:25 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:22:25
  Author: andrea
Revision: 178658

upgpkg: soprano 2.9.0-2

qt4 rebuild

Modified:
  soprano/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:19:30 UTC (rev 178657)
+++ PKGBUILD	2013-02-26 06:22:25 UTC (rev 178658)
@@ -4,12 +4,12 @@
 
 pkgname=soprano
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 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-base')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'java-environment' 'doxygen')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
@@ -18,6 +18,7 @@
   mkdir build
   cd build
   . /etc/profile.d/jdk.sh
+  . /etc/profile.d/qt4.sh
   # we need the rpath
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list