[arch-commits] Commit in soprano/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Feb 25 17:11:55 UTC 2013
Date: Monday, February 25, 2013 @ 18:11:54
Author: andrea
Revision: 178589
Undo the qt/qt4 replacement
Modified:
soprano/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-25 17:10:14 UTC (rev 178588)
+++ PKGBUILD 2013-02-25 17:11:54 UTC (rev 178589)
@@ -4,12 +4,12 @@
pkgname=soprano
pkgver=2.9.0
-pkgrel=2
+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=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
makedepends=('cmake' 'java-environment' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
@@ -18,7 +18,6 @@
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