summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-korundum/PKGBUILD')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD
index 718aa5647..0ee06fdad 100644
--- a/extra/kdebindings-korundum/PKGBUILD
+++ b/extra/kdebindings-korundum/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 209412 2014-03-31 10:13:03Z svenstaro $
+# $Id: PKGBUILD 211375 2014-04-18 18:01:54Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-korundum
-pkgver=4.12.4
+pkgver=4.13.0
pkgrel=1
pkgdesc="Ruby bindings for libraries created by the KDE community"
url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum"
@@ -16,7 +16,7 @@ optdepends=('kdegraphics-okular: okular bindings'
'kdepimlibs: akonadi bindings')
conflicts=('kdebindings-ruby')
source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz")
-sha1sums=('3139c54817ba69bca11df08bc01b8f16498b2d16')
+sha1sums=('057c291cc7a683ad37f332bae40d340d0068fc5c')
prepare() {
mkdir build
@@ -29,7 +29,8 @@ build() {
-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"]')
+ -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') \
+ -DWITH_Nepomuk=OFF
make
}