mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:17:14 +08:00
kdepim-runtime will replace temporarily the orphan kio-pim pkg
This commit is contained in:
parent
4c39f8511f
commit
832bf90e8e
@ -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`)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user