summaryrefslogtreecommitdiff
path: root/extra/kdebindings-kross
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
commit624e141150ea71c22164ca4ac6602d6d5a191674 (patch)
tree7e4f924e39fd73afb927925fbd75f857a41fae9c /extra/kdebindings-kross
parent692010aa202808a5b0ab62a132e5e366e34273fc (diff)
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mlt/PKGBUILD community-testing/acetoneiso2/PKGBUILD community-testing/paraview/PKGBUILD community-testing/qbittorrent/PKGBUILD community-testing/virtualbox/PKGBUILD community-testing/virtualbox/virtualbox.install community/chmsee/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeutils/PKGBUILD extra/libmpdclient/PKGBUILD extra/xf86-video-ati/PKGBUILD extra/xfce4-session/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'extra/kdebindings-kross')
-rw-r--r--extra/kdebindings-kross/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/kdebindings-kross/PKGBUILD b/extra/kdebindings-kross/PKGBUILD
index 640b0d3f4..7686e051c 100644
--- a/extra/kdebindings-kross/PKGBUILD
+++ b/extra/kdebindings-kross/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 139948 2011-10-05 19:10:35Z andrea $
+# $Id: PKGBUILD 141799 2011-11-02 18:13:30Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdebindings-kross
pkgname=('kdebindings-kross-python'
# 'kdebindings-kross-ruby'
'kdebindings-kross-java')
-pkgver=4.7.2
+pkgver=4.7.3
pkgrel=1
url="http://kde.org/"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'openjdk6')
source=("http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.bz2")
-sha1sums=('7dba16c2e5e18c955d2fc40536d6a40bc4872cff')
+sha1sums=('3e31b85d1a27a273450652d9f5a33f2c3c035329')
build() {
cd "${srcdir}"
@@ -22,7 +22,8 @@ build() {
cmake ../kross-interpreters-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_ruby=OFF
+ -DBUILD_ruby=OFF \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2
make
}