summaryrefslogtreecommitdiff
path: root/extra/kdenetwork
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-09 11:13:39 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-09 11:13:39 +0100
commit80c5e58be137999f5d9690b682e888436ffe69b2 (patch)
tree5aef91b2cbc21ef5471d9ab69066ba7beaf747f0 /extra/kdenetwork
parent9866fa59a35ebbae88bec725eba8551f34990e03 (diff)
parente9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-dataenc/PKGBUILD community/haskell-haskeline/PKGBUILD community/haskell-hslogger/PKGBUILD community/haskell-terminfo/PKGBUILD community/haskell-utf8-string/PKGBUILD community/haskell-x11-xft/PKGBUILD core/openssl/PKGBUILD extra/cabal-install/PKGBUILD extra/haskell-http/PKGBUILD extra/haskell-mtl/PKGBUILD extra/haskell-network/PKGBUILD extra/haskell-parsec/PKGBUILD extra/haskell-text/PKGBUILD extra/haskell-transformers/PKGBUILD extra/haskell-zlib/PKGBUILD extra/kdebindings-python/PKGBUILD
Diffstat (limited to 'extra/kdenetwork')
-rw-r--r--extra/kdenetwork/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/kdenetwork/PKGBUILD b/extra/kdenetwork/PKGBUILD
index 0d1d03b3c..a264302dd 100644
--- a/extra/kdenetwork/PKGBUILD
+++ b/extra/kdenetwork/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 174712 2013-01-05 13:31:24Z andrea $
+# $Id: PKGBUILD 177745 2013-02-08 08:58:24Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -10,7 +10,7 @@ pkgname=('kdenetwork-filesharing'
'kdenetwork-kppp'
'kdenetwork-krdc'
'kdenetwork-krfb')
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://www.kde.org'
@@ -22,7 +22,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
'use-libotr3.patch')
-sha1sums=('26a607742b83211575802781b287f6f7f1c3ebbc'
+sha1sums=('974bd9aea71a583563667e7cdc4749fe9d5bd82e'
'9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
build() {
@@ -34,12 +34,13 @@ build() {
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
- -DWITH_Xmms=OFF \
+ -DWITH_Xmms=OFF \
-DWITH_LibMeanwhile=OFF \
- -DWITH_qq=OFF
+ -DWITH_qq=OFF
make
}