From e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Feb 2013 00:07:22 -0800 Subject: Sat Feb 9 00:07:22 PST 2013 --- extra/kdebindings-korundum/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'extra/kdebindings-korundum/PKGBUILD') diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD index 21012825a..f91a8f5b2 100644 --- a/extra/kdebindings-korundum/PKGBUILD +++ b/extra/kdebindings-korundum/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 174669 2013-01-05 13:12:54Z andrea $ +# $Id: PKGBUILD 177664 2013-02-08 08:56:23Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdebindings-korundum -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 pkgdesc="Ruby bindings for libraries created by the KDE community" url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum" @@ -12,10 +12,12 @@ groups=('kdebindings') depends=('kdebindings-qtruby' 'kdebindings-smokekde') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') +optdepends=('kdegraphics-okular: okular bindings' + 'kdepimlibs: akonadi bindings') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz" 'ruby19.patch') -sha1sums=('e8a31c1db3110d269fcbd3e32d3d409fd20e9f4b' +sha1sums=('c8257b61c546df77c98d83ce32759359118d7c9d' 'c074f027bac3b9bffe70a2c2304a6a7be12be034') build() { @@ -28,6 +30,7 @@ build() { cmake ../korundum-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') -- cgit v1.2.3-54-g00ecf