diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
commit | aabab2c530c33c1beb40ac3dacb95e19ab99eac3 (patch) | |
tree | 1417c10b601a05725676a727a25901a32e7fd94c /extra/kdebindings | |
parent | 3357db80ffa8a795fb5cdad0fc726470887706b0 (diff) | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/cinepaint/PKGBUILD
extra/cmake/PKGBUILD
extra/fltk/PKGBUILD
extra/foomatic/PKGBUILD
extra/kdegraphics/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdepim-runtime/PKGBUILD
extra/kdepim/PKGBUILD
extra/libxi/PKGBUILD
extra/monica/PKGBUILD
extra/rasqal/PKGBUILD
extra/soprano/PKGBUILD
multilib/wine/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/kdebindings')
-rw-r--r-- | extra/kdebindings/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings/PKGBUILD b/extra/kdebindings/PKGBUILD index e98536d41..48a76a359 100644 --- a/extra/kdebindings/PKGBUILD +++ b/extra/kdebindings/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('kdebindings-csharp' 'kdebindings-python' 'kdebindings-ruby' 'kdebindings-smoke') -pkgver=4.6.3 +pkgver=4.6.5 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' @@ -15,7 +15,7 @@ license=('GPL' 'LGPL') makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 'mono' 'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653') +sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689') build() { export MONO_SHARED_DIR="${srcdir}/build/.mono" @@ -31,7 +31,8 @@ build() { -DBUILD_falcon=OFF \ -DBUILD_java=OFF \ -DBUILD_php=OFF \ - -DWITH_PolkitQt=OFF + -DWITH_PolkitQt=OFF \ + -DWITH_Soprano=OFF make } |