summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-25 00:05:30 -0700
committerroot <root@rshg054.dnsready.net>2013-03-25 00:05:30 -0700
commit32793d9a5b60ef0591c71c12ad75121d9b155adf (patch)
treeab1afae584dd06fd4ab20f57fb5a624e907f0985 /extra/kdebindings-korundum/PKGBUILD
parent31416859638d756d88136e4e0eb78027c16ac17f (diff)
Mon Mar 25 00:05:30 PDT 2013
Diffstat (limited to 'extra/kdebindings-korundum/PKGBUILD')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD
index 83721fc34..8f1d3987a 100644
--- a/extra/kdebindings-korundum/PKGBUILD
+++ b/extra/kdebindings-korundum/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 179366 2013-03-05 15:29:18Z andrea $
+# $Id: PKGBUILD 180580 2013-03-23 23:09:35Z td123 $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-korundum
pkgver=4.10.1
-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')
@@ -21,13 +21,12 @@ sha1sums=('ba0326225e6d040ea215f1991295f7e43d5aaed4'
'c074f027bac3b9bffe70a2c2304a6a7be12be034')
build() {
- cd "${srcdir}/korundum-${pkgver}"
+ cd korundum-${pkgver}
patch -p1 -i "${srcdir}/ruby19.patch"
+ cd ../
- cd "${srcdir}"
mkdir build
cd build
-
cmake ../korundum-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DKDE4_BUILD_TESTS=OFF \
@@ -39,6 +38,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}