From 20baa30c3c0e442a770f2906d12784ab7ef719ec Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 2 Mar 2014 03:22:51 +0000 Subject: Sun Mar 2 03:20:04 UTC 2014 --- extra/appmenu-qt/PKGBUILD | 10 +++++----- extra/automoc4/PKGBUILD | 19 ++++++++++--------- extra/feh/PKGBUILD | 6 +++--- extra/gnucash/PKGBUILD | 6 +++--- extra/haskell-http/PKGBUILD | 4 ++-- extra/libdbusmenu-qt/PKGBUILD | 9 +++++---- extra/libgphoto2/PKGBUILD | 10 ++++++---- extra/libqzeitgeist/PKGBUILD | 12 ++++++------ extra/polkit-qt/PKGBUILD | 7 ++++--- extra/prison/PKGBUILD | 9 +++++---- extra/qca/PKGBUILD | 18 ++++++++++-------- extra/qimageblitz/PKGBUILD | 11 ++++++----- extra/qjson/PKGBUILD | 9 +++++---- extra/qt-gstreamer/PKGBUILD | 11 ++++++----- extra/qwtplot3d/PKGBUILD | 25 +++++++++++++------------ extra/raptor/PKGBUILD | 6 +++--- extra/rasqal/PKGBUILD | 12 ++++++------ extra/virtuoso/PKGBUILD | 10 +++++----- 18 files changed, 103 insertions(+), 91 deletions(-) (limited to 'extra') diff --git a/extra/appmenu-qt/PKGBUILD b/extra/appmenu-qt/PKGBUILD index 1b566bacd..cb9cba804 100644 --- a/extra/appmenu-qt/PKGBUILD +++ b/extra/appmenu-qt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178947 2013-03-01 10:19:09Z andrea $ +# $Id: PKGBUILD 206527 2014-03-01 08:09:39Z andrea $ # Maintainer: Andrea Scarpino pkgname=appmenu-qt @@ -16,15 +16,15 @@ md5sums=('90cce750e5412d43ce075b0a9bdb6782' 'de499d01369fc85040f5bbfc53ae1700' '5db00ca92274c8b1797c204321961189') -build() { - . /etc/profile.d/qt4.sh +prepare() { + mkdir build # FS#33286 cd ${pkgname}-${pkgver} patch -p0 -i "${srcdir}"/appmenu-async.diff - cd ../ +} - mkdir build +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/extra/automoc4/PKGBUILD b/extra/automoc4/PKGBUILD index 903090736..b4e153571 100644 --- a/extra/automoc4/PKGBUILD +++ b/extra/automoc4/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178949 2013-03-01 10:19:23Z andrea $ +# $Id: PKGBUILD 206531 2014-03-01 08:11:54Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz @@ -16,21 +16,22 @@ source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver md5sums=('91bf517cb940109180ecd07bc90c69ec' '9014edbb7e2f02fe90b2db8707487bce') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd build + cd build make DESTDIR="${pkgdir}" install - install -Dm644 "${srcdir}/license.txt" \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 "${srcdir}/license.txt" \ + "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index de86e00d3..b1bf8bec6 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 188169 2013-06-11 11:59:02Z bisson $ +# $Id: PKGBUILD 206522 2014-03-01 05:47:00Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Andrea Scarpino # Contributor: dorphell # Contributor: Tom Newsom pkgname=feh -pkgver=2.9.3 +pkgver=2.10 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' @@ -16,7 +16,7 @@ optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) -sha1sums=('6e93c9bbc339d36002ead189d0a94880f58876bd' 'SKIP') +sha1sums=('38b472f2a3222e287269a0719c7ead383f1cb8a5' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD index 360db097e..2f5e9a004 100644 --- a/extra/gnucash/PKGBUILD +++ b/extra/gnucash/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 203018 2014-01-01 13:31:09Z juergen $ +# $Id: PKGBUILD 206564 2014-03-01 15:20:03Z bpiotrowski $ # Maintainer: Juergen Hoetzel # Contributor: Mark Schneider pkgname=gnucash -pkgver=2.6.0 +pkgver=2.6.1 pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('evince: for print preview' options=('!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9715468bbe9e4cef6559bfa9825d51ac10d6ff84') +sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/haskell-http/PKGBUILD b/extra/haskell-http/PKGBUILD index 21c7e46ae..6e3fa134e 100644 --- a/extra/haskell-http/PKGBUILD +++ b/extra/haskell-http/PKGBUILD @@ -2,7 +2,7 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.2.8 +pkgver=4000.2.11 pkgrel=1 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 'haskell-parsec=3.1.3-3' source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install options=('staticlibs') -md5sums=('94be05278da4e9324aaef6e012e751e2') +md5sums=('a293c8a1b6caebda06cf655f42d473d0') build() { cd ${_hkgname}-${pkgver} diff --git a/extra/libdbusmenu-qt/PKGBUILD b/extra/libdbusmenu-qt/PKGBUILD index 4f3c0fa15..2397638c8 100644 --- a/extra/libdbusmenu-qt/PKGBUILD +++ b/extra/libdbusmenu-qt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178965 2013-03-01 10:21:35Z andrea $ +# $Id: PKGBUILD 206555 2014-03-01 08:25:23Z andrea $ # Maintainer: Andrea Scarpino pkgname=libdbusmenu-qt @@ -13,10 +13,11 @@ makedepends=('cmake' 'doxygen' 'qjson') source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2") md5sums=('9a49484927669cd2ec91b3bf9ba8b79e') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD index a7449d95a..4ae640420 100644 --- a/extra/libgphoto2/PKGBUILD +++ b/extra/libgphoto2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 204790 2014-01-27 08:48:48Z jgc $ +# $Id: PKGBUILD 206566 2014-03-01 15:43:35Z andyrtr $ # Maintainer: Jan de Groot # Contributor: Tom Gundersen # Contributor: Eduardo Romero @@ -6,14 +6,16 @@ pkgname=libgphoto2 pkgver=2.5.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." arch=(i686 x86_64) url="http://www.gphoto.org" license=(LGPL) depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb') install=libgphoto2.install -options=('libtool') +# libtool files should be obsolete meanwhile, they have been added in 2008 +# https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libgphoto2&id=e029ddabe9716521cf1e0eeb1f1988e4104e15b6 +#options=('libtool') source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc}) md5sums=('aad2607a84442769c14f6acce2ca1ddf' 'SKIP') @@ -37,7 +39,7 @@ package() { LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \ CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \ "${pkgdir}/usr/lib/libgphoto2/print-camera-list" hwdb > \ - "${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.conf" + "${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb" # Remove recursive symlink rm -f "${pkgdir}/usr/include/gphoto2/gphoto2" diff --git a/extra/libqzeitgeist/PKGBUILD b/extra/libqzeitgeist/PKGBUILD index ee930d067..7e683cf9c 100644 --- a/extra/libqzeitgeist/PKGBUILD +++ b/extra/libqzeitgeist/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178968 2013-03-01 10:21:57Z andrea $ +# $Id: PKGBUILD 206552 2014-03-01 08:24:09Z andrea $ # Maintainer: Andrea Scarpino pkgname=libqzeitgeist @@ -15,22 +15,22 @@ source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pk md5sums=('97bdea6a1865db7d5f29c93e3a492f24' '712013e582acb73296e41ad842d0da01') -build() { - . /etc/profile.d/qt4.sh +prepare() { + mkdir build cd ${pkgname}-${pkgver} patch -p1 -i "${srcdir}"/set-declarative-installation-dir.patch - cd ../ # Fix python2 path sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \ ${pkgname}-${pkgver}/scripts/onto2cpp.py +} - mkdir build +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/ make } diff --git a/extra/polkit-qt/PKGBUILD b/extra/polkit-qt/PKGBUILD index d77ee8182..fecd886c4 100644 --- a/extra/polkit-qt/PKGBUILD +++ b/extra/polkit-qt/PKGBUILD @@ -14,10 +14,11 @@ makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2") md5sums=('a105e233e6733fb072c9080cd7ae1af2') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-1-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/extra/prison/PKGBUILD b/extra/prison/PKGBUILD index 7552fa8dc..942c46b30 100644 --- a/extra/prison/PKGBUILD +++ b/extra/prison/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178975 2013-03-01 10:22:55Z andrea $ +# $Id: PKGBUILD 206549 2014-03-01 08:22:41Z andrea $ # Maintainer: Andrea Scarpino pkgname=prison @@ -13,10 +13,11 @@ makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz") md5sums=('8baac61506e37a31482a0df4a5d02cd2') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/extra/qca/PKGBUILD b/extra/qca/PKGBUILD index e37bf7c4f..13ddac998 100644 --- a/extra/qca/PKGBUILD +++ b/extra/qca/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178977 2013-03-01 10:23:13Z andrea $ +# $Id: PKGBUILD 206535 2014-03-01 08:14:56Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz @@ -10,16 +10,18 @@ arch=('i686' 'x86_64') url="http://delta.affinix.com/qca/" license=('LGPL') depends=('qt4' 'ca-certificates') -source=("http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2" +source=("http://delta.affinix.com/download/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2" 'gcc47.patch') md5sums=('fc15bd4da22b8096c51fcfe52d2fa309' 'dffc7367152d8888c1447253a0387a2a') -build() { - . /etc/profile.d/qt4.sh +prepare() { + cd ${pkgname}-${pkgver} + patch -p0 -i "${srcdir}"/gcc47.patch +} - cd $srcdir/${pkgname}-${pkgver} - patch -p0 -i ${srcdir}/gcc47.patch +build() { + cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr \ --disable-tests \ @@ -30,6 +32,6 @@ build() { } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make INSTALL_ROOT=${pkgdir} install + cd ${pkgname}-${pkgver} + make INSTALL_ROOT="${pkgdir}" install } diff --git a/extra/qimageblitz/PKGBUILD b/extra/qimageblitz/PKGBUILD index 193a92be8..0e33fafda 100644 --- a/extra/qimageblitz/PKGBUILD +++ b/extra/qimageblitz/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178980 2013-03-01 10:23:35Z andrea $ +# $Id: PKGBUILD 206544 2014-03-01 08:20:12Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski @@ -14,14 +14,15 @@ makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('0ae2f7d4e0876764a97ca73799f61df4') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/extra/qjson/PKGBUILD b/extra/qjson/PKGBUILD index ab298d47f..be1af2187 100644 --- a/extra/qjson/PKGBUILD +++ b/extra/qjson/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178982 2013-03-01 10:23:51Z andrea $ +# $Id: PKGBUILD 206538 2014-03-01 08:16:33Z andrea $ # Maintainer: Andrea Scarpino pkgname=qjson @@ -13,10 +13,11 @@ makedepends=('cmake') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz") md5sums=('4eef13da988edf8f91c260a3e1baeea9') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/extra/qt-gstreamer/PKGBUILD b/extra/qt-gstreamer/PKGBUILD index a7ccc9d5c..f7ccbb405 100644 --- a/extra/qt-gstreamer/PKGBUILD +++ b/extra/qt-gstreamer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178986 2013-03-01 10:24:22Z andrea $ +# $Id: PKGBUILD 206559 2014-03-01 08:27:59Z andrea $ # Maintainer: Andrea Scarpino # Contributor: laloch @@ -14,10 +14,11 @@ makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen') source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('0428aedf2874fd0884ad4c41db9da20e') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -28,5 +29,5 @@ build() { package() { cd build - make DESTDIR="$pkgdir" install + make DESTDIR="${pkgdir}" install } diff --git a/extra/qwtplot3d/PKGBUILD b/extra/qwtplot3d/PKGBUILD index 6cf4ca5c3..1fe9df007 100644 --- a/extra/qwtplot3d/PKGBUILD +++ b/extra/qwtplot3d/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178992 2013-03-01 10:24:54Z andrea $ +# $Id: PKGBUILD 206541 2014-03-01 08:19:07Z andrea $ # Maintainer: Ronald van Haren # Contributor: damir @@ -17,33 +17,34 @@ sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea' '52fa169b651a98550f8a8391ddf52e0eaeb2c215' '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005') -build() { - . /etc/profile.d/qt4.sh - - cd ${srcdir}/${pkgname} - patch -p1 < ../qwtplot3d-gcc44.patch - patch -p1 < ../qwtplot3d-qt-4.8.0.patch +prepare() { + cd ${pkgname} + patch -p1 -i "${srcdir}"/qwtplot3d-gcc44.patch + patch -p1 -i "${srcdir}"/qwtplot3d-qt-4.8.0.patch +} +build() { + cd ${pkgname} # build qwt: qmake qwtplot3d.pro make } package() { - cd ${srcdir}/${pkgname} + cd ${pkgname} # install qwtplot3d: (by hand, because the Makefile do not provide a "install:") - install -d ${pkgdir}/usr/{include/qwtplot3d,lib} + install -d "${pkgdir}"/usr/{include/qwtplot3d,lib} for n in include/* ; do - cp -d $n ${pkgdir}/usr/include/qwtplot3d + cp -d $n "${pkgdir}"/usr/include/qwtplot3d done for n in lib/libqwtplot3d.so* ; do - cp -d $n ${pkgdir}/usr/lib + cp -d $n "${pkgdir}"/usr/lib done # install custom license - install -Dm644 ${srcdir}/${pkgname}/COPYING ${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE + install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD index 9ab604021..a37002878 100644 --- a/extra/raptor/PKGBUILD +++ b/extra/raptor/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 202202 2013-12-19 10:41:19Z bpiotrowski $ +# $Id: PKGBUILD 206568 2014-03-01 15:57:24Z bpiotrowski $ # Maintainer: Tom Gundersen # Contributor: Andreas Radke # Contributor: eric # Contributor: Damir Perisa pkgname=raptor -pkgver=2.0.12 +pkgver=2.0.13 pkgrel=1 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples" arch=('i686' 'x86_64') @@ -32,4 +32,4 @@ package() { cd "${srcdir}"/raptor2-${pkgver} make prefix="${pkgdir}"/usr install } -md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5') +md5sums=('f380566229d6264590315b0a5341b689') diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index a332699dc..3d7a83b32 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -1,25 +1,25 @@ -# $Id: PKGBUILD 203590 2014-01-13 17:12:22Z andyrtr $ +# $Id: PKGBUILD 206572 2014-03-01 18:07:57Z bpiotrowski $ # Maintainer: Tom Gundersen # Contributor: AndyRTR # Contributor: Lawrence Lee pkgname=rasqal epoch=1 -pkgver=0.9.30 -pkgrel=4 +pkgver=0.9.32 +pkgrel=1 pkgdesc="A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings" url="http://librdf.org/rasqal" license=('GPL' 'LGPL') arch=('i686' 'x86_64') depends=('raptor' 'mpfr' 'util-linux') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b') +md5sums=('dc7c6107de00c47f85f6ab7db164a136') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ - --disable-static \ - --enable-release + --disable-static \ + --enable-release make } diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD index b098d36e5..ea68e4893 100644 --- a/extra/virtuoso/PKGBUILD +++ b/extra/virtuoso/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 197128 2013-10-22 10:14:37Z andrea $ +# $Id: PKGBUILD 206570 2014-03-01 18:07:03Z bpiotrowski $ # Maintainer: Andrea Scarpino # Contributor: Massimiliano Torromeo pkgbase=virtuoso pkgname=('virtuoso' 'virtuoso-base') epoch=1 -pkgver=6.1.7 -pkgrel=2 +pkgver=6.1.8 +pkgrel=1 arch=('i686' 'x86_64') url='http://virtuoso.openlinksw.com/wiki/main/Main/' license=('GPL') makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng') source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz") -md5sums=('88885e84e8f7b61e59516f696b1d3be5') +md5sums=('94ef4f93cad915f73bee547fe95db725') prepare() { cd ${pkgbase}-opensource-${pkgver} @@ -50,7 +50,7 @@ package_virtuoso-base() { package_virtuoso() { pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data Management with Web Application Server and Web Services Platform functionality' - depends=('virtuoso-base' 'libxml2') + depends=('virtuoso-base' 'libxml2' 'java-environment') cd ${pkgbase}-opensource-${pkgver} make DESTDIR=${pkgdir} install -- cgit v1.2.3-54-g00ecf