[arch-commits] Commit in soprano (5 files)

2013-02-18 Thread Andrea Scarpino
Date: Tuesday, February 19, 2013 @ 01:07:16
  Author: andrea
Revision: 178273

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  soprano/repos/staging-i686/PKGBUILD
(from rev 178272, soprano/trunk/PKGBUILD)
  soprano/repos/staging-x86_64/PKGBUILD
(from rev 178272, soprano/trunk/PKGBUILD)
Deleted:
  soprano/kde-unstable/
  soprano/repos/staging-i686/PKGBUILD
  soprano/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   69 ++
 staging-x86_64/PKGBUILD |   69 ++
 2 files changed, 68 insertions(+), 70 deletions(-)

Deleted: repos/staging-i686/PKGBUILD
===
--- repos/staging-i686/PKGBUILD 2013-02-19 00:07:07 UTC (rev 178272)
+++ repos/staging-i686/PKGBUILD 2013-02-19 00:07:16 UTC (rev 178273)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.8.0
-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=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('273c3403aeb6d8a43e78a4887f50a385')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/staging-i686/PKGBUILD (from rev 178272, 
soprano/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2013-02-19 00:07:16 UTC (rev 178273)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.0
+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')
+makedepends=('cmake' 'java-environment' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
+
+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 \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/staging-x86_64/PKGBUILD
===
--- repos/staging-x86_64/PKGBUILD   2013-02-19 00:07:07 UTC (rev 178272)
+++ repos/staging-x86_64/PKGBUILD   2013-02-19 00:07:16 UTC (rev 178273)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.8.0
-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=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('273c3403aeb6d8a43e78a4887f50a385')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/staging-x86_64/PKGBUILD (from rev 178272, 
soprano/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2013-02-19 00:07:16 UTC (rev 178273)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 

[arch-commits] Commit in soprano (5 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  soprano/repos/extra-i686/PKGBUILD
(from rev 163680, soprano/trunk/PKGBUILD)
  soprano/repos/extra-x86_64/PKGBUILD
(from rev 163680, soprano/trunk/PKGBUILD)
Modified:
  soprano/kde-unstable/PKGBUILD
Deleted:
  soprano/repos/extra-i686/PKGBUILD
  soprano/repos/extra-x86_64/PKGBUILD

-+
 kde-unstable/PKGBUILD   |4 +-
 repos/extra-i686/PKGBUILD   |   68 +-
 repos/extra-x86_64/PKGBUILD |   68 +-
 3 files changed, 70 insertions(+), 70 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-07-17 18:38:10 UTC (rev 163680)
+++ kde-unstable/PKGBUILD   2012-07-17 18:38:40 UTC (rev 163681)
@@ -4,12 +4,12 @@
 
 pkgname=soprano
 pkgver=2.8.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')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('273c3403aeb6d8a43e78a4887f50a385')

Deleted: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2012-07-17 18:38:10 UTC (rev 163680)
+++ repos/extra-i686/PKGBUILD   2012-07-17 18:38:40 UTC (rev 163681)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-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')
-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=('8eee947956134ea4aa2d1e94ddbd551e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-i686/PKGBUILD (from rev 163680, 
soprano/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2012-07-17 18:38:40 UTC (rev 163681)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.6
+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')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('8eee947956134ea4aa2d1e94ddbd551e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  . /etc/profile.d/openjdk6.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2012-07-17 18:38:10 UTC (rev 163680)
+++ repos/extra-x86_64/PKGBUILD 2012-07-17 18:38:40 UTC (rev 163681)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-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')
-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=('8eee947956134ea4aa2d1e94ddbd551e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
-