summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-09 01:54:11 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-09 01:54:11 -0300
commit089494eea62432ae24f6caaf53c0d9eed9e045af (patch)
treea3b543b47a6330ebd00ebff08e984f7baf38d577 /libre/kdenetwork-kopete/PKGBUILD
parentffb7415803ba9f57555a304fb005567ad04ca900 (diff)
kdenetwork-kopete-16.08.1-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete/PKGBUILD')
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index f2786cc66..38fc7dea5 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 274414 2016-08-21 03:38:03Z felixonmars $
+# $Id: PKGBUILD 275851 2016-09-08 15:18:47Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
-pkgver=16.08.0
+pkgver=16.08.1
pkgrel=1.parabola1
pkgdesc='Instant Messenger, without nonfree Skype support'
url='http://kde.org/applications/internet/kopete/'
@@ -17,8 +17,10 @@ conflicts=(${pkgname}-libre)
depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz")
-sha1sums=('e722841470df3c832ed551db600d7ea9f421bfc5')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
+ 'kopete-mediastreamer2.14.patch')
+sha1sums=('6f3fd40ab617a2b57e587e7376a246229921b845'
+ 'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
prepare() {
cd kopete-$pkgver
@@ -27,6 +29,10 @@ prepare() {
sed 's/, Skype//' -i doc/index.docbook
cd ..
mkdir -p build
+
+# Fix build with mediastreamer 2.14
+ cd kopete-$pkgver
+ patch -p1 -i ../kopete-mediastreamer2.14.patch
}
build() {