mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
akonadi fix conflicts/replacement deps
This commit is contained in:
parent
964c5aeafc
commit
9837542407
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadi
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=6
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||
arch=('x86_64')
|
||||
url='http://community.kde.org/KDE_PIM/Akonadi'
|
||||
@ -14,9 +14,8 @@ checkdepends=('xorg-server-xvfb')
|
||||
optdepends=('postgresql: PostgreSQL backend'
|
||||
'mariadb: MariaDB backend')
|
||||
install="${pkgname}.install"
|
||||
replaces=('akonadi-qt4')
|
||||
provides=('akonadi-qt4')
|
||||
conflics=('akonadi-qt4')
|
||||
replaces=('akonadi<15' 'akonadi-qt4')
|
||||
conflicts=('akonadi<15' 'akonadi-qt4')
|
||||
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