From ecb6290b350a8f99a6613e9c0aae625ce9ca24a5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 12 May 2016 01:23:07 -0300 Subject: kdenetwork-kopete-16.04.1-1.parabola1{,.nonprism1}: updating version --- libre/kdenetwork-kopete/PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'libre/kdenetwork-kopete/PKGBUILD') diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index 9cece485c..0c017d821 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 266422 2016-04-28 07:59:01Z fyan $ +# $Id: PKGBUILD 267780 2016-05-11 07:07:02Z arojas $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Maintainer: André Silva pkgname=kdenetwork-kopete -pkgver=16.04.0 -pkgrel=2.parabola1 +pkgver=16.04.1 +pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64' 'armv7h') @@ -16,8 +16,9 @@ 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=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz" 'kopete-gcc6.patch') +sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e' + '98bf4a261f5a8097bf9ea6ab4b5ded3d895e2695') prepare() { cd kopete-${pkgver} @@ -26,6 +27,10 @@ prepare() { sed 's/, Skype//' -i doc/index.docbook cd .. mkdir -p build + +# Fix build with GCC 6 (Fedora) + cd kopete-$pkgver + patch -p1 -i ../kopete-gcc6.patch } build() { -- cgit v1.2.3