diff options
author | root <root@rshg054.dnsready.net> | 2012-05-31 16:24:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-31 16:24:59 +0000 |
commit | f5a8de28b86c2c838a28e79aa54f8b4c3fbd869e (patch) | |
tree | 26873b23c15ea28962e55ab4dc7ae94b468089cf /kde-unstable | |
parent | f1ae949e08a764ac063703dc9bb7f0afd7c16e96 (diff) |
Thu May 31 16:24:59 UTC 2012
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/kdebindings-perlqt/PKGBUILD | 4 | ||||
-rw-r--r-- | kde-unstable/libkcompactdisc/PKGBUILD | 31 | ||||
-rw-r--r-- | kde-unstable/libkgoogle/PKGBUILD | 2 | ||||
-rw-r--r-- | kde-unstable/soprano/PKGBUILD | 11 |
4 files changed, 39 insertions, 9 deletions
diff --git a/kde-unstable/kdebindings-perlqt/PKGBUILD b/kde-unstable/kdebindings-perlqt/PKGBUILD index 3d046b873..fa27f08c5 100644 --- a/kde-unstable/kdebindings-perlqt/PKGBUILD +++ b/kde-unstable/kdebindings-perlqt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160089 2012-05-29 22:24:58Z andrea $ +# $Id: PKGBUILD 160184 2012-05-30 07:32:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlqt pkgver=4.8.80 -pkgrel=1 +pkgrel=2 pkgdesc="Perl bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt" arch=('i686' 'x86_64') diff --git a/kde-unstable/libkcompactdisc/PKGBUILD b/kde-unstable/libkcompactdisc/PKGBUILD new file mode 100644 index 000000000..112e1689c --- /dev/null +++ b/kde-unstable/libkcompactdisc/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 160182 2012-05-30 06:34:40Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=libkcompactdisc +pkgver=4.8.80 +pkgrel=1 +pkgdesc="A library for interfacing with CDs" +url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdemultimedia-kioslave') +conflicts=('kdemultimedia-kioslave') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('52c984a187195e92436b070cee186977c5dee977') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} diff --git a/kde-unstable/libkgoogle/PKGBUILD b/kde-unstable/libkgoogle/PKGBUILD index 1748fc7b6..5ec2ef8cb 100644 --- a/kde-unstable/libkgoogle/PKGBUILD +++ b/kde-unstable/libkgoogle/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 159612 2012-05-25 20:44:23Z andrea $ +# $Id: PKGBUILD 160216 2012-05-30 23:49:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkgoogle diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD index 77b8d6fb9..8f30b6c0c 100644 --- a/kde-unstable/soprano/PKGBUILD +++ b/kde-unstable/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 159614 2012-05-25 21:30:09Z andrea $ +# $Id: PKGBUILD 160186 2012-05-30 08:17:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=soprano -pkgver=2.7.6.git20120525 +pkgver=2.7.56 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 @@ url='http://soprano.sourceforge.net/' license=('GPL' 'LGPL') depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso') makedepends=('cmake' 'openjdk6' 'doxygen') -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") -#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('fe2e81a54ed8e22e06e0bf4b394b4960') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('999781170ebcf3e1494127f2eda7aa00') build() { cd "${srcdir}" @@ -21,7 +20,7 @@ build() { cd build . /etc/profile.d/openjdk6.sh # we need the rpath - cmake ../${pkgname}-${pkgver} \ + cmake ../${pkgname}-${pkgver}-beta1 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ |