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

2013-10-12 Thread Andrea Scarpino
Date: Saturday, October 12, 2013 @ 18:52:14
  Author: andrea
Revision: 196388

upgpkg: soprano 2.9.4-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-12 16:51:58 UTC (rev 196387)
+++ PKGBUILD2013-10-12 16:52:14 UTC (rev 196388)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('714a729809943efd4b536ed15cd66aca')
+md5sums=('91413e5783efeee0beb747ea4c5c9ef0')
 
 prepare() {
   mkdir build



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

2013-07-11 Thread Andrea Scarpino
Date: Thursday, July 11, 2013 @ 09:11:08
  Author: andrea
Revision: 189902

upgpkg: soprano 2.9.3-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-11 07:05:37 UTC (rev 189901)
+++ PKGBUILD2013-07-11 07:11:08 UTC (rev 189902)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.9.2
-pkgrel=2
+pkgver=2.9.3
+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,7 +12,7 @@
 depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('60ce910cf3c8e4655c614b45d73f2b2a')
+md5sums=('714a729809943efd4b536ed15cd66aca')
 
 prepare() {
   mkdir build



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

2013-07-01 Thread Andrea Scarpino
Date: Monday, July 1, 2013 @ 18:34:44
  Author: andrea
Revision: 189253

upgpkg: soprano 2.9.2-2

Redland-storage-virtuoso isn't needed

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-01 16:10:07 UTC (rev 189252)
+++ PKGBUILD2013-07-01 16:34:44 UTC (rev 189253)
@@ -4,18 +4,21 @@
 
 pkgname=soprano
 pkgver=2.9.2
-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=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('60ce910cf3c8e4655c614b45d73f2b2a')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   # we need the rpath
   cmake ../${pkgname}-${pkgver} \



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

2013-05-10 Thread Andrea Scarpino
Date: Friday, May 10, 2013 @ 19:29:39
  Author: andrea
Revision: 185049

upgpkg: soprano 2.9.2-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 17:29:02 UTC (rev 185048)
+++ PKGBUILD2013-05-10 17:29:39 UTC (rev 185049)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c7beb1bda475f363fa0afb58edc541fe')
+md5sums=('60ce910cf3c8e4655c614b45d73f2b2a')
 
 build() {
   mkdir build



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

2013-05-02 Thread Andrea Scarpino
Date: Thursday, May 2, 2013 @ 17:20:52
  Author: andrea
Revision: 184137

upgpkg: soprano 2.9.1-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:20:55 UTC (rev 184136)
+++ PKGBUILD2013-05-02 15:20:52 UTC (rev 184137)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+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,13 +12,11 @@
 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')
+md5sums=('c7beb1bda475f363fa0afb58edc541fe')
 
 build() {
   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 \



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

2013-02-25 Thread Andrea Scarpino
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
===
--- PKGBUILD2013-02-26 06:19:30 UTC (rev 178657)
+++ PKGBUILD2013-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 \



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

2013-02-25 Thread Andrea Scarpino
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
===
--- PKGBUILD2013-02-25 17:10:14 UTC (rev 178588)
+++ PKGBUILD2013-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 \



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

2013-02-18 Thread Andrea Scarpino
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
===
--- PKGBUILD2013-02-18 23:11:19 UTC (rev 178253)
+++ PKGBUILD2013-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
 }



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

2012-07-17 Thread Andrea Scarpino
Date: Tuesday, July 17, 2012 @ 14:38:10
  Author: andrea
Revision: 163680

upgpkg: soprano 2.7.6-2

soprano only needs virtuoso-base

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 18:11:04 UTC (rev 163679)
+++ PKGBUILD2012-07-17 18:38:10 UTC (rev 163680)
@@ -4,12 +4,12 @@
 
 pkgname=soprano
 pkgver=2.7.6
-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')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('8eee947956134ea4aa2d1e94ddbd551e')



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

2012-05-16 Thread Andrea Scarpino
Date: Wednesday, May 16, 2012 @ 14:32:30
  Author: andrea
Revision: 159137

upgpkg: soprano 2.7.6-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-16 12:57:24 UTC (rev 159136)
+++ PKGBUILD2012-05-16 18:32:30 UTC (rev 159137)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.5
+pkgver=2.7.6
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d881ce405354da4f7c2386e2859')
+md5sums=('8eee947956134ea4aa2d1e94ddbd551e')
 
 build() {
   cd ${srcdir}



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

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 04:56:27
  Author: andrea
Revision: 151913

upgpkg: soprano 2.7.5-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 09:36:50 UTC (rev 151912)
+++ PKGBUILD2012-03-04 09:56:27 UTC (rev 151913)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('783fb07f9679f45e987aff7a17bef649')
+md5sums=('9d881ce405354da4f7c2386e2859')
 
 build() {
   cd ${srcdir}



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

2012-01-05 Thread Andrea Scarpino
Date: Thursday, January 5, 2012 @ 09:56:42
  Author: andrea
Revision: 146185

upgpkg: soprano 2.7.4-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-05 13:52:33 UTC (rev 146184)
+++ PKGBUILD2012-01-05 14:56:42 UTC (rev 146185)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2674ab79c3ec17e4d1b7ecfc76651cd0')
+md5sums=('783fb07f9679f45e987aff7a17bef649')
 
 build() {
   cd ${srcdir}



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

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:58:35
  Author: andrea
Revision: 141612

upgpkg: soprano 2.7.3-1

upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:54:30 UTC (rev 141611)
+++ PKGBUILD2011-10-31 19:58:35 UTC (rev 141612)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
+md5sums=('2674ab79c3ec17e4d1b7ecfc76651cd0')
 
 build() {
   cd ${srcdir}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 13:17:32
  Author: andrea
Revision: 141135

upgpkg: soprano 2.7.2-1

upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 16:36:03 UTC (rev 141134)
+++ PKGBUILD2011-10-24 17:17:32 UTC (rev 141135)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.0
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('52f216c82e731499bb25bf3b4cf0eecb')
+md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
 
 build() {
   cd ${srcdir}



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

2011-08-06 Thread Andrea Scarpino
Date: Saturday, August 6, 2011 @ 04:22:40
  Author: andrea
Revision: 134583

upgpkg: soprano 2.7.0-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-06 08:18:49 UTC (rev 134582)
+++ PKGBUILD2011-08-06 08:22:40 UTC (rev 134583)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.6.50git20110728
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -11,9 +11,8 @@
 license=('GPL' 'LGPL')
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
-#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(${pkgname}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=soprano.gita=snapshoth=a2f8207cc83fb33253d548eaca8029c8f836addffmt=tbz2;)
-md5sums=('1d7f99d7d5954fc88e4f7653aa89862e')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('52f216c82e731499bb25bf3b4cf0eecb')
 
 build() {
   cd ${srcdir}
@@ -21,7 +20,7 @@
   cd build
   . /etc/profile.d/openjdk6.sh
   # we need the rpath
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2011-07-27 Thread Andrea Scarpino
Date: Wednesday, July 27, 2011 @ 19:26:32
  Author: andrea
Revision: 133416

upgpkg: soprano 2.6.50git20110728-1
rebuilt (wrong md5sums)

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-27 23:23:52 UTC (rev 133415)
+++ PKGBUILD2011-07-27 23:26:32 UTC (rev 133416)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.6.50git20110726
+pkgver=2.6.50git20110728
 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' 'doxygen')
 
#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 
source=(${pkgname}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=soprano.gita=snapshoth=a2f8207cc83fb33253d548eaca8029c8f836addffmt=tbz2;)
-md5sums=('b171e7455a12fb7a2b348e18408201d6')
+md5sums=('1d7f99d7d5954fc88e4f7653aa89862e')
 
 build() {
   cd ${srcdir}



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

2011-07-26 Thread Andrea Scarpino
Date: Tuesday, July 26, 2011 @ 13:42:27
  Author: andrea
Revision: 133005

upgpkg: soprano 2.6.50git20110726-1
new snapshot

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-26 16:11:04 UTC (rev 133004)
+++ PKGBUILD2011-07-26 17:42:27 UTC (rev 133005)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.6.50git20110703
+pkgver=2.6.50git20110726
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(${pkgname}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=soprano.gita=snapshoth=3a7a527fd07c0d58146eb9e6770ecbcfb6717bc6fmt=tbz2;)
-md5sums=('21ef1f075062ea13d3e55d89d8f92fd2')
+source=(${pkgname}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=soprano.gita=snapshoth=a2f8207cc83fb33253d548eaca8029c8f836addffmt=tbz2;)
+md5sums=('b171e7455a12fb7a2b348e18408201d6')
 
 build() {
   cd ${srcdir}



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

2011-07-02 Thread Andrea Scarpino
Date: Saturday, July 2, 2011 @ 19:43:27
  Author: andrea
Revision: 130173

upgpkg: soprano 2.6.50git20110703-1
version bump

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-02 23:33:53 UTC (rev 130172)
+++ PKGBUILD2011-07-02 23:43:27 UTC (rev 130173)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.6.0git20110629
+pkgver=2.6.50git20110703
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')



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

2011-06-29 Thread Andrea Scarpino
Date: Wednesday, June 29, 2011 @ 15:31:46
  Author: andrea
Revision: 129919

upgpkg: soprano 2.6.0git20110629-1
snapshot with raptor2 support

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-29 19:31:39 UTC (rev 129918)
+++ PKGBUILD2011-06-29 19:31:46 UTC (rev 129919)
@@ -3,16 +3,17 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.6.0
-pkgrel=6
+pkgver=2.6.0git20110629
+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=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('03ae49e87c6ec99e57d0433c2650846f')
+#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=(${pkgname}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=soprano.gita=snapshoth=3a7a527fd07c0d58146eb9e6770ecbcfb6717bc6fmt=tbz2;)
+md5sums=('21ef1f075062ea13d3e55d89d8f92fd2')
 
 build() {
   cd ${srcdir}
@@ -20,7 +21,7 @@
   cd build
   . /etc/profile.d/openjdk6.sh
   # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2011-04-29 Thread Andrea Scarpino
Date: Friday, April 29, 2011 @ 05:24:01
  Author: andrea
Revision: 121190

Add missing virtuoso dependence

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 07:12:59 UTC (rev 121189)
+++ PKGBUILD2011-04-29 09:24:01 UTC (rev 121190)
@@ -4,12 +4,12 @@
 
 pkgname=soprano
 pkgver=2.6.0
-pkgrel=4
+pkgrel=5
 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' 'clucene' 'redland-storage-virtuoso' 'libiodbc')
+depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')



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

2011-04-27 Thread Andrea Scarpino
Date: Wednesday, April 27, 2011 @ 15:34:01
  Author: andrea
Revision: 120970

upgpkg: soprano 2.6.0-4
rebuilt with redland 1:1.0.12-1

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-27 19:30:16 UTC (rev 120969)
+++ PKGBUILD2011-04-27 19:34:01 UTC (rev 120970)
@@ -4,13 +4,13 @@
 
 pkgname=soprano
 pkgver=2.6.0
-pkgrel=3
+pkgrel=4
 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' 'clucene' 'redland-compat' 'libiodbc' 'raptor1')
-makedepends=('cmake' 'openjdk6' 'doxygen' 'redland-compat-devel==1.0.12-3' 
'rasqal-compat-devel==0.9.21-2')
+depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc')
+makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 



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

2011-04-26 Thread Ionut Biru
Date: Tuesday, April 26, 2011 @ 13:30:19
  Author: ibiru
Revision: 120835

thanks debian

Added:
  soprano/trunk/redland_raptor2_support.h
Modified:
  soprano/trunk/PKGBUILD

---+
 PKGBUILD  |   19 
 redland_raptor2_support.h |   67 
 2 files changed, 80 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 17:06:06 UTC (rev 120834)
+++ PKGBUILD2011-04-26 17:30:19 UTC (rev 120835)
@@ -4,17 +4,22 @@
 
 pkgname=soprano
 pkgver=2.6.0
-pkgrel=3
+pkgrel=4
 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' 'clucene' 'redland-compat' 'libiodbc' 'raptor1')
-makedepends=('cmake' 'openjdk6' 'doxygen' 'redland-compat-devel==1.0.12-3' 
'rasqal-compat-devel==0.9.21-2')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('03ae49e87c6ec99e57d0433c2650846f')
+depends=('qt' 'clucene' 'redland' 'libiodbc' 'raptor1')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+ redland_raptor2_support.h)
+md5sums=('03ae49e87c6ec99e57d0433c2650846f'
+ '92e3f1f3b9546fb4f202b03a2e6f1b3d')
+build() {
+  cd ${srcdir}/${pkgname}-$pkgver
+  patch -Np1 -i ${srcdir}/redland_raptor2_support.h
 
-build() {
   cd ${srcdir}
   mkdir build
   cd build
@@ -31,3 +36,5 @@
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }
+
+

Added: redland_raptor2_support.h
===
--- redland_raptor2_support.h   (rev 0)
+++ redland_raptor2_support.h   2011-04-26 17:30:19 UTC (rev 120835)
@@ -0,0 +1,67 @@
+From: Luigi Toscano luigi.tosc...@tiscali.it
+Subject: Add support for raptor V2 to the redland backend
+Acked-By: Modestas Vainius mo...@debian.org
+Forwarded: no
+Origin: other
+Last-Update: 2011-03-22
+
+--- a/backends/redland/redlandbackend.cpp
 b/backends/redland/redlandbackend.cpp
+@@ -24,6 +24,7 @@
+ 
+ #include redlandbackend.h
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ 
+ #include redlandworld.h
+--- a/backends/redland/redlandmodel.h
 b/backends/redland/redlandmodel.h
+@@ -28,6 +28,7 @@
+ #include QtCore/QtGlobal
+ #include QtCore/QTextStream
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ 
+ #include storagemodel.h
+--- a/backends/redland/redlandnodeiteratorbackend.h
 b/backends/redland/redlandnodeiteratorbackend.h
+@@ -24,6 +24,7 @@
+ 
+ #include iteratorbackend.h
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ 
+ #include QtCore/QSharedDataPointer
+--- a/backends/redland/redlandqueryresult.h
 b/backends/redland/redlandqueryresult.h
+@@ -23,6 +23,7 @@
+ #ifndef SOPRANO_BACKEND_REDLAND_QUERY_RESULT_H
+ #define SOPRANO_BACKEND_REDLAND_QUERY_RESULT_H
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ #include QString
+ 
+--- a/backends/redland/redlandstatementiterator.h
 b/backends/redland/redlandstatementiterator.h
+@@ -23,6 +23,7 @@
+ #ifndef SOPRANO_BACKEND_REDLAND_STATEMENT_ITERATOR_H
+ #define SOPRANO_BACKEND_REDLAND_STATEMENT_ITERATOR_H
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ 
+ #include iteratorbackend.h
+--- a/backends/redland/redlandworld.h
 b/backends/redland/redlandworld.h
+@@ -23,6 +23,7 @@
+ #ifndef SOPRANO_BACKEND_REDLAND_WORLD_H
+ #define SOPRANO_BACKEND_REDLAND_WORLD_H
+ 
++#include raptor2/raptor.h
+ #include redland.h
+ 
+ #include error.h



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

2011-04-26 Thread Andrea Scarpino
Date: Tuesday, April 26, 2011 @ 14:37:37
  Author: andrea
Revision: 120839

crap, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615487

Modified:
  soprano/trunk/PKGBUILD
Deleted:
  soprano/trunk/redland_raptor2_support.h

---+
 PKGBUILD  |   19 +++-
 redland_raptor2_support.h |   67 
 2 files changed, 6 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 18:19:47 UTC (rev 120838)
+++ PKGBUILD2011-04-26 18:37:37 UTC (rev 120839)
@@ -4,22 +4,17 @@
 
 pkgname=soprano
 pkgver=2.6.0
-pkgrel=4
+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' 'clucene' 'redland' 'libiodbc' 'raptor1')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-options=(!makeflags)
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
- redland_raptor2_support.h)
-md5sums=('03ae49e87c6ec99e57d0433c2650846f'
- '92e3f1f3b9546fb4f202b03a2e6f1b3d')
-build() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  patch -Np1 -i ${srcdir}/redland_raptor2_support.h
+depends=('qt' 'clucene' 'redland-compat' 'libiodbc' 'raptor1')
+makedepends=('cmake' 'openjdk6' 'doxygen' 'redland-compat-devel==1.0.12-3' 
'rasqal-compat-devel==0.9.21-2')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 
+build() {
   cd ${srcdir}
   mkdir build
   cd build
@@ -36,5 +31,3 @@
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }
-
-

Deleted: redland_raptor2_support.h
===
--- redland_raptor2_support.h   2011-04-26 18:19:47 UTC (rev 120838)
+++ redland_raptor2_support.h   2011-04-26 18:37:37 UTC (rev 120839)
@@ -1,67 +0,0 @@
-From: Luigi Toscano luigi.tosc...@tiscali.it
-Subject: Add support for raptor V2 to the redland backend
-Acked-By: Modestas Vainius mo...@debian.org
-Forwarded: no
-Origin: other
-Last-Update: 2011-03-22
-
 a/backends/redland/redlandbackend.cpp
-+++ b/backends/redland/redlandbackend.cpp
-@@ -24,6 +24,7 @@
- 
- #include redlandbackend.h
- 
-+#include raptor2/raptor.h
- #include redland.h
- 
- #include redlandworld.h
 a/backends/redland/redlandmodel.h
-+++ b/backends/redland/redlandmodel.h
-@@ -28,6 +28,7 @@
- #include QtCore/QtGlobal
- #include QtCore/QTextStream
- 
-+#include raptor2/raptor.h
- #include redland.h
- 
- #include storagemodel.h
 a/backends/redland/redlandnodeiteratorbackend.h
-+++ b/backends/redland/redlandnodeiteratorbackend.h
-@@ -24,6 +24,7 @@
- 
- #include iteratorbackend.h
- 
-+#include raptor2/raptor.h
- #include redland.h
- 
- #include QtCore/QSharedDataPointer
 a/backends/redland/redlandqueryresult.h
-+++ b/backends/redland/redlandqueryresult.h
-@@ -23,6 +23,7 @@
- #ifndef SOPRANO_BACKEND_REDLAND_QUERY_RESULT_H
- #define SOPRANO_BACKEND_REDLAND_QUERY_RESULT_H
- 
-+#include raptor2/raptor.h
- #include redland.h
- #include QString
- 
 a/backends/redland/redlandstatementiterator.h
-+++ b/backends/redland/redlandstatementiterator.h
-@@ -23,6 +23,7 @@
- #ifndef SOPRANO_BACKEND_REDLAND_STATEMENT_ITERATOR_H
- #define SOPRANO_BACKEND_REDLAND_STATEMENT_ITERATOR_H
- 
-+#include raptor2/raptor.h
- #include redland.h
- 
- #include iteratorbackend.h
 a/backends/redland/redlandworld.h
-+++ b/backends/redland/redlandworld.h
-@@ -23,6 +23,7 @@
- #ifndef SOPRANO_BACKEND_REDLAND_WORLD_H
- #define SOPRANO_BACKEND_REDLAND_WORLD_H
- 
-+#include raptor2/raptor.h
- #include redland.h
- 
- #include error.h



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

2011-04-24 Thread andyrtr
Date: Sunday, April 24, 2011 @ 13:41:42
  Author: andyrtr
Revision: 120527

upgpkg: soprano 2.6.0-3
rebuild for split redland/rasqal compat libs

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-24 17:37:00 UTC (rev 120526)
+++ PKGBUILD2011-04-24 17:41:42 UTC (rev 120527)
@@ -4,13 +4,13 @@
 
 pkgname=soprano
 pkgver=2.6.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' 'clucene' 'redland-compat-storage-virtuoso' 'libiodbc' 'raptor1')
-makedepends=('cmake' 'openjdk6' 'doxygen')
+depends=('qt' 'clucene' 'redland-compat' 'libiodbc' 'raptor1')
+makedepends=('cmake' 'openjdk6' 'doxygen' 'redland-compat-devel==1.0.12-3' 
'rasqal-compat-devel==0.9.21-2')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 



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

2011-04-21 Thread Andrea Scarpino
Date: Thursday, April 21, 2011 @ 12:14:30
  Author: andrea
Revision: 120245

upgpkg: soprano 2.6.0-2
depends on redland-compat

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-21 16:10:28 UTC (rev 120244)
+++ PKGBUILD2011-04-21 16:14:30 UTC (rev 120245)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'raptor1')
+depends=('qt' 'clucene' 'redland-compat-storage-virtuoso' 'libiodbc' 'raptor1')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')



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

2011-02-23 Thread Andrea Scarpino
Date: Wednesday, February 23, 2011 @ 12:14:28
  Author: andrea
Revision: 111022

cleanup depends/makedepends

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 16:43:36 UTC (rev 111021)
+++ PKGBUILD2011-02-23 17:14:28 UTC (rev 111022)
@@ -9,8 +9,8 @@
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'redland-storage-virtuoso=1.0.13' 'raptor1' 
'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 
'doxygen')
+depends=('qt' 'clucene' 'virtuoso' 'iodbc' 'raptor1')
+makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 



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

2011-02-23 Thread Andrea Scarpino
Date: Wednesday, February 23, 2011 @ 12:17:20
  Author: andrea
Revision: 111023

typo

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 17:14:28 UTC (rev 111022)
+++ PKGBUILD2011-02-23 17:17:20 UTC (rev 111023)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'virtuoso' 'iodbc' 'raptor1')
+depends=('qt' 'clucene' 'virtuoso' 'libiodbc' 'raptor1')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')



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

2011-02-22 Thread andyrtr
Date: Tuesday, February 22, 2011 @ 11:52:20
  Author: andyrtr
Revision: 110816

make it build against new raptor/rasqal/redland packages

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 16:15:47 UTC (rev 110815)
+++ PKGBUILD2011-02-22 16:52:20 UTC (rev 110816)
@@ -4,13 +4,13 @@
 
 pkgname=soprano
 pkgver=2.6.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' 'clucene' 'redland' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'postgresql-libs' 'libmysqlclient' 'unixodbc')
+depends=('qt' 'clucene' 'redland-storage-virtuoso=1.0.13' 'raptor1' 
'libiodbc' 'virtuoso')
+makedepends=('cmake' 'openjdk6' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 
'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 



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

2011-02-22 Thread Andrea Scarpino
Date: Tuesday, February 22, 2011 @ 13:49:12
  Author: andrea
Revision: 110842

disable the RedLand backend

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 18:45:17 UTC (rev 110841)
+++ PKGBUILD2011-02-22 18:49:12 UTC (rev 110842)
@@ -23,7 +23,8 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_REDLAND_BACKEND=ON
   make
 }
 



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

2011-02-01 Thread Andrea Scarpino
Date: Tuesday, February 1, 2011 @ 18:20:16
  Author: andrea
Revision: 108617

upgpkg: soprano 2.6.0-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-01 22:21:05 UTC (rev 108616)
+++ PKGBUILD2011-02-01 23:20:16 UTC (rev 108617)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.5.63
-pkgrel=2
+pkgver=2.6.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,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'postgresql-libs' 'libmysqlclient' 'unixodbc')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bef6147f1245cd99aa9ad1a37f7d48ac')
+md5sums=('03ae49e87c6ec99e57d0433c2650846f')
 
 build() {
   cd ${srcdir}



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

2011-01-27 Thread Andrea Scarpino
Date: Thursday, January 27, 2011 @ 06:19:09
  Author: andrea
Revision: 107866

upgpkg: soprano 2.5.63-2
add remove redland dependencies in makedependencies to build redland backend

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-27 11:10:11 UTC (rev 107865)
+++ PKGBUILD2011-01-27 11:19:09 UTC (rev 107866)
@@ -4,13 +4,13 @@
 
 pkgname=soprano
 pkgver=2.5.63
-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' 'clucene' 'redland' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6')
+makedepends=('cmake' 'openjdk6' 'postgresql-libs' 'libmysqlclient' 'unixodbc')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('bef6147f1245cd99aa9ad1a37f7d48ac')
 



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

2011-01-26 Thread Andrea Scarpino
Date: Thursday, January 27, 2011 @ 00:28:36
  Author: andrea
Revision: 107838

upstream release

Modified:
  soprano/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-27 05:15:45 UTC (rev 107837)
+++ PKGBUILD2011-01-27 05:28:36 UTC (rev 107838)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 53575 2009-10-02 16:19:01Z andrea $
+# $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.5.3
+pkgver=2.5.63
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c1b4b61677db3900e5b23ea5b4b6140f')
+md5sums=('bef6147f1245cd99aa9ad1a37f7d48ac')
 
 build() {
   cd ${srcdir}


Property changes on: soprano/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-11-23 Thread Andrea Scarpino
Date: Tuesday, November 23, 2010 @ 11:11:02
  Author: andrea
Revision: 100435

upgpkg: soprano 2.5.3-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-23 16:03:30 UTC (rev 100434)
+++ PKGBUILD2010-11-23 16:11:02 UTC (rev 100435)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c5562bae458cad6f5d4f344277a9a48a')
+md5sums=('c1b4b61677db3900e5b23ea5b4b6140f')
 
 build() {
   cd ${srcdir}



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

2010-09-10 Thread Andrea Scarpino
Date: Friday, September 10, 2010 @ 03:29:42
  Author: andrea
Revision: 90262

upgpkg: soprano 2.5.2-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-09 23:41:02 UTC (rev 90261)
+++ PKGBUILD2010-09-10 07:29:42 UTC (rev 90262)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ec0286e15ec44a2dda47c87de1489a8b')
+md5sums=('c5562bae458cad6f5d4f344277a9a48a')
 
 build() {
   cd ${srcdir}



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

2010-09-08 Thread Andrea Scarpino
Date: Wednesday, September 8, 2010 @ 13:04:23
  Author: andrea
Revision: 90175

upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-08 15:25:39 UTC (rev 90174)
+++ PKGBUILD2010-09-08 17:04:23 UTC (rev 90175)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ec09dd93e97a6ef8cb9bb83297206891')
+md5sums=('ec0286e15ec44a2dda47c87de1489a8b')
 
 build() {
   cd ${srcdir}



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

2010-08-07 Thread Andrea Scarpino
Date: Saturday, August 7, 2010 @ 15:06:40
  Author: andrea
Revision: 86959

upgpkg: soprano 2.5.0-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-07 18:30:07 UTC (rev 86958)
+++ PKGBUILD2010-08-07 19:06:40 UTC (rev 86959)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.64
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('edb7f48dd4cc0d5baa75797520c189fc')
+md5sums=('ec09dd93e97a6ef8cb9bb83297206891')
 
 build() {
   cd ${srcdir}



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:42:08
  Author: andrea
Revision: 86173

fix

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 08:41:55 UTC (rev 86172)
+++ PKGBUILD2010-07-27 08:42:08 UTC (rev 86173)
@@ -23,11 +23,11 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr || return \
-  make || return 1
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:31:43
  Author: andrea
Revision: 86273

upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 10:26:19 UTC (rev 86272)
+++ PKGBUILD2010-07-27 10:31:43 UTC (rev 86273)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.63
+pkgver=2.4.64
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a063a01849437b7142b41c59702a061')
+md5sums=('edb7f48dd4cc0d5baa75797520c189fc')
 
 build() {
   cd ${srcdir}



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

2010-07-08 Thread Andrea Scarpino
Date: Thursday, July 8, 2010 @ 05:08:48
  Author: andrea
Revision: 85114

upgpkg: soprano 2.4.4-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-08 08:44:51 UTC (rev 85113)
+++ PKGBUILD2010-07-08 09:08:48 UTC (rev 85114)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e2bfa179a03810af60618110f5f832e2')
+md5sums=('11a83941f290e8719883df49a4cd8faa')
 
 build() {
   cd ${srcdir}
@@ -23,11 +23,11 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr || return \
-  make || return 1
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-04-22 Thread Andrea Scarpino
Date: Thursday, April 22, 2010 @ 15:45:24
  Author: andrea
Revision: 78371

upgpkg: soprano 2.4.3-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-22 16:45:59 UTC (rev 78370)
+++ PKGBUILD2010-04-22 19:45:24 UTC (rev 78371)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4b40be000f23a7c5f1ef530303268d36')
+md5sums=('e2bfa179a03810af60618110f5f832e2')
 
 build() {
   cd ${srcdir}



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

2010-04-16 Thread Andrea Scarpino
Date: Friday, April 16, 2010 @ 07:05:44
  Author: andrea
Revision: 77584

upgpkg: soprano 2.4.2-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-16 08:40:26 UTC (rev 77583)
+++ PKGBUILD2010-04-16 11:05:44 UTC (rev 77584)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4892c800853cc340b63d0ab6fcf405af')
+md5sums=('4b40be000f23a7c5f1ef530303268d36')
 
 build() {
   cd ${srcdir}



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

2010-03-04 Thread Andrea Scarpino
Date: Thursday, March 4, 2010 @ 18:21:58
  Author: andrea
Revision: 71167

upgpkg: soprano 2.4.1-1
upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-04 23:21:33 UTC (rev 71166)
+++ PKGBUILD2010-03-04 23:21:58 UTC (rev 71167)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.0.1
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6175a3b342a77a7adc6f157cf4968f6d')
+md5sums=('4892c800853cc340b63d0ab6fcf405af')
 
 build() {
   cd ${srcdir}



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

2010-02-11 Thread Andrea Scarpino
Date: Thursday, February 11, 2010 @ 09:11:56
  Author: andrea
Revision: 68190

upgpkg: soprano 2.4.0.1-1
upstream release (fix bugs with krunner, dolphin...)

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-11 12:26:25 UTC (rev 68189)
+++ PKGBUILD2010-02-11 14:11:56 UTC (rev 68190)
@@ -3,17 +3,16 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.3.73
-pkgrel=2
+pkgver=2.4.0.1
+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=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
-options=('force')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e8e5455b5f12856e1cfd45137cc727f2')
+md5sums=('6175a3b342a77a7adc6f157cf4968f6d')
 
 build() {
   cd ${srcdir}



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

2010-02-09 Thread Pierre Schmitz
Date: Tuesday, February 9, 2010 @ 12:31:53
  Author: pierre
Revision: 67911

update

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-09 15:03:20 UTC (rev 67910)
+++ PKGBUILD2010-02-09 17:31:53 UTC (rev 67911)
@@ -3,16 +3,16 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.3.73
+pkgver=2.4.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/'
 license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'redland=1.0.10-2' 'libiodbc' 'virtuoso')
+depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e8e5455b5f12856e1cfd45137cc727f2')
+md5sums=('519f1243e558262b9e8cc2827139f117')
 
 build() {
   cd ${srcdir}



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

2010-02-09 Thread Pierre Schmitz
Date: Tuesday, February 9, 2010 @ 19:48:35
  Author: pierre
Revision: 67953

upgpkg: soprano 2.3.73-2
downgrade to last working version

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-10 00:44:07 UTC (rev 67952)
+++ PKGBUILD2010-02-10 00:48:35 UTC (rev 67953)
@@ -3,16 +3,17 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.0
-pkgrel=1
+pkgver=2.3.73
+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' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
+options=('force')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('519f1243e558262b9e8cc2827139f117')
+md5sums=('e8e5455b5f12856e1cfd45137cc727f2')
 
 build() {
   cd ${srcdir}



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

2010-02-03 Thread Pierre Schmitz
Date: Wednesday, February 3, 2010 @ 17:26:44
  Author: pierre
Revision: 67128

upgpkg: soprano 2.3.73-1
upd

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 22:25:59 UTC (rev 67127)
+++ PKGBUILD2010-02-03 22:26:44 UTC (rev 67128)
@@ -3,17 +3,16 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.3.70.20100120
-pkgrel=2
+pkgver=2.3.73
+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=('qt' 'clucene' 'redland=1.0.10-2' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
-#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f643bb0e7e541ce83e8f353c6c6a117d')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('e8e5455b5f12856e1cfd45137cc727f2')
 
 build() {
   cd ${srcdir}



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

2009-12-06 Thread Pierre Schmitz
Date: Sunday, December 6, 2009 @ 22:41:39
  Author: pierre
Revision: 60788

Remove broken hack to support jre. Only openjdk6 is supported by now.

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-07 03:30:58 UTC (rev 60787)
+++ PKGBUILD2009-12-07 03:41:39 UTC (rev 60788)
@@ -4,14 +4,14 @@
 
 pkgname=soprano
 pkgver=2.3.1
-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' 'clucene' 'redland')
 makedepends=('cmake' 'openjdk6')
-optdepends=('java-runtime=6: Sesame2 backend')
+optdepends=('openjdk6: Sesame2 backend')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('c9a2c008b80cd5d76599e9d48139dfe9')
 
@@ -30,10 +30,6 @@
 -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# \
-  -e 
s#:${JAVA_HOME}/jre/lib/${_jvmarch}/server#:${JAVA_HOME}/jre/lib/${_jvmarch}/server:/opt/java/jre/lib/${_jvmarch}/server#
 \
-  -i backends/sesame2/CMakeFiles/soprano_sesame2backend.dir/link.txt || 
return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }