summaryrefslogtreecommitdiff
path: root/nonprism/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 /nonprism/kdenetwork-kopete
parent3bdc8c19c50252990ee2634bd597a9a1c5936c11 (diff)
kdenetwork-kopete-15.04.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'nonprism/kdenetwork-kopete')
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD21
1 files changed, 7 insertions, 14 deletions
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index 48cdc0df9..ec29bffa9 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/kdenetwork-kopete/PKGBUILD
@@ -1,27 +1,24 @@
-# $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.nonprism1
+pkgver=15.04.0
+pkgrel=1.parabola1.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
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 ${pkgname}-libre-nonprism)
conflicts=(${pkgname}-libre ${pkgname}-libre-nonprism)
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
- 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 'kdepim-kleopatra')
optdepends=('mediastreamer: jingle support')
install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
- 'mediastreamer-2.11.patch'
'libre-nonprism.patch')
-sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8'
- '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf'
+sha1sums=('c287f0fdfc179d97a634320dd54aebcba08561d9'
'f0d7b727da1b5160f05952eec4df1bfbefab99cf')
prepare() {
@@ -39,10 +36,6 @@ prepare() {
patch -p1 -i "${srcdir}"/libre-nonprism.patch
cd ..
mkdir build
-
-# fix compilation with mediastreamer 2.11
- cd kopete-$pkgver
- patch -p1 -i "$srcdir"/mediastreamer-2.11.patch
}
build() {