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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 18 23:26:51 UTC 2013


    Date: Tuesday, February 19, 2013 @ 00:26:51
  Author: andrea
Revision: 178254

upgpkg: soprano 2.8.0-3

qt4 rebuild

Modified:
  soprano/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 23:11:19 UTC (rev 178253)
+++ PKGBUILD	2013-02-18 23:26:51 UTC (rev 178254)
@@ -4,18 +4,19 @@
 
 pkgname=soprano
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 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' 'openjdk6' 'doxygen')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('273c3403aeb6d8a43e78a4887f50a385')
 
 build() {
-  cd "${srcdir}"
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   . /etc/profile.d/openjdk6.sh
@@ -29,6 +30,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list