summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 14:42:50 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 14:42:50 -0200
commit5cf227ac1a14ccb1e01e5f6478cf99b5b5efdd88 (patch)
tree263d616215a7bccd838fda55a700f10026481573 /libre/kdenetwork-kopete-libre
parentbdfe9adb13bdbd74b051cd3b244cd691f01d4b76 (diff)
kdenetwork-kopete-libre-4.10.0-1: updating version
Diffstat (limited to 'libre/kdenetwork-kopete-libre')
-rw-r--r--libre/kdenetwork-kopete-libre/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index 8fea1b1c3..cbd38ec0f 100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 174113 2013-01-02 11:04:46Z andrea $
+# $Id: PKGBUILD 176632 2013-01-31 14:46:22Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
pkgbase=kdenetwork
pkgname=('kdenetwork-kopete-libre')
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://www.kde.org'
@@ -17,7 +17,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() {
@@ -33,12 +33,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
}