kdepim-runtime will replace temporarily the orphan kio-pim pkg

This commit is contained in:
AlmAck 2016-08-05 15:22:55 +01:00
parent 4c39f8511f
commit 832bf90e8e

View File

@ -3,7 +3,7 @@ source ../kdeapps.conf
pkgname=kdepim-runtime
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc='Extends the functionality of kdepim'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdepim-runtime'
@ -13,6 +13,10 @@ depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calend
makedepends=(extra-cmake-modules kdoctools boost)
install=$pkgname.install
options=('debug')
provides=('kio-pim') # the libkdepim pkg was splitted during the 16.08 release
replaces=('kio-pim') # kio is now part of multiple packages (kmailtransport, kldap, kdepim-runtime)
conflics=('kio-pim') # can be removed when 16.12 is released
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)