summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-20 04:07:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-20 04:07:59 +0000
commitc191cced4be4333b966cae0432ae8de29663fa5f (patch)
tree2c095990cfc426ecda70f9a7d88d055ecb44e5cd /extra/kdebindings-korundum
parent4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (diff)
Sun Apr 20 04:02:05 UTC 2014
Diffstat (limited to 'extra/kdebindings-korundum')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD
index 0ee06fdad..b2dec66b9 100644
--- a/extra/kdebindings-korundum/PKGBUILD
+++ b/extra/kdebindings-korundum/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 211375 2014-04-18 18:01:54Z andrea $
+# $Id: PKGBUILD 211526 2014-04-19 11:29:35Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-korundum
pkgver=4.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby bindings for libraries created by the KDE community"
url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum"
arch=('i686' 'x86_64')
@@ -30,7 +30,8 @@ build() {
-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"]') \
- -DWITH_Nepomuk=OFF
+ -DWITH_Nepomuk=OFF \
+ -DWITH_Soprano=OFF
make
}