mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:04:36 +08:00
added the previous removed provides/replaces lines
This commit is contained in:
parent
54b159b3a9
commit
8a7a38332e
@ -3,7 +3,7 @@ source ../frameworks.conf
|
||||
|
||||
pkgname=baloo
|
||||
pkgver=${KFVersion}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A framework for searching and managing metadata"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/frameworks/baloo'
|
||||
@ -12,7 +12,9 @@ depends=('xapian-core' 'kfilemetadata' 'kidletime' 'kcmutils' 'kdelibs4support'
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python3')
|
||||
groups=('frameworks')
|
||||
options=("debug")
|
||||
conflicts=('baloo<=4.14.3-1' 'baloo4')
|
||||
replaces=('baloo5' 'kf5-baloo' 'baloo-kf5')
|
||||
provides=('baloo5' 'kf5-baloo' 'baloo_file' 'baloo-kf5')
|
||||
conflicts=('baloo5' 'kf5-baloo' 'baloo<=4.14.3-1' 'baloo4' 'baloo-kf5')
|
||||
install=${pkgname}.install
|
||||
source=("${KFServer}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha256sums=( $(getSum ${pkgname}) )
|
||||
|
Loading…
Reference in New Issue
Block a user