summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 03:34:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 03:34:18 -0300
commit08e7f86f3587a6467a7469febc8e9fa06b4930df (patch)
tree607520a53db8723b6863733907cae87181cdaad6 /libre/kdenetwork-kopete
parent3bdc8c19c50252990ee2634bd597a9a1c5936c11 (diff)
kdenetwork-kopete-15.04.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete')
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD25
1 files changed, 9 insertions, 16 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index 2a1f4429b..fb715f7e1 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,26 +1,23 @@
-# $Id: PKGBUILD 233875 2015-03-15 14:51:39Z arojas $
+# $Id: PKGBUILD 236016 2015-04-10 06:56:26Z arojas $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
-pkgver=14.12.3
-pkgrel=2.parabola1
+pkgver=15.04.0
+pkgrel=1.parabola1
pkgdesc='Instant Messenger, without nonfree Skype support'
url='http://kde.org/applications/internet/kopete/'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
+groups=('kde-applications' 'kdenetwork')
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
- 'qimageblitz' 'libgadu' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
-optdepends=('mediastreamer: jingle support')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 'libgadu' 'kdepim-kleopatra')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
- 'mediastreamer-2.11.patch')
-sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8'
- '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz")
+sha1sums=('c287f0fdfc179d97a634320dd54aebcba08561d9')
prepare() {
cd kopete-${pkgver}
@@ -29,10 +26,6 @@ prepare() {
sed 's/, Skype//' -i doc/index.docbook
cd ..
mkdir build
-
-# fix compilation with mediastreamer 2.11
- cd kopete-$pkgver
- patch -p1 -i "$srcdir"/mediastreamer-2.11.patch
}
build() {