summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/kdenetwork-kopete-libre/PKGBUILD')
-rw-r--r--libre/kdenetwork-kopete-libre/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index 5c3f7b52f..74e2d75fb 100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 212682 2014-05-14 20:07:22Z svenstaro $
+# $Id: PKGBUILD 214073 2014-06-03 09:46:26Z andrea $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
_pkgname=kdenetwork-kopete
pkgname=kdenetwork-kopete-libre
pkgver=4.13.1
-pkgrel=1
+pkgrel=3
pkgdesc='Instant Messenger, without nonfree Skype support'
url='http://kde.org/applications/internet/kopete/'
arch=('i686' 'x86_64' 'mips64el')
@@ -14,9 +14,9 @@ groups=('kde' 'kdenetwork')
replaces=($_pkgname)
conflicts=($_pkgname)
provides=($_pkgname=$pkgver)
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
install=${_pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz")
sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1')
@@ -24,8 +24,7 @@ sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1')
prepare() {
cd kopete-${pkgver}
# Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34.
- sed -i 's/Skype protocol" ON/Skype protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/skype
+ rm -rv protocols/skype
sed 's/, Skype//' -i doc/index.docbook
cd ..
mkdir build
@@ -37,7 +36,9 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON
+ -DCMAKE_SKIP_RPATH=ON \
+ -DWITH_Libmsn=OFF \
+ -DWITH_skype=OFF
make
}