mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
make khelpcenter conflicts with khelpcenter4
This commit is contained in:
parent
bd1dd66cd2
commit
d97954881d
@ -3,7 +3,7 @@ source ../plasma.conf
|
|||||||
|
|
||||||
pkgname=khelpcenter
|
pkgname=khelpcenter
|
||||||
pkgver=${PVersion}
|
pkgver=${PVersion}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Application to show KDE Applications' documentation"
|
pkgdesc="Application to show KDE Applications' documentation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
|
url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
|
||||||
@ -12,7 +12,7 @@ depends=('khtml' 'kdelibs4support' 'kcmutils')
|
|||||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||||
groups=('plasma')
|
groups=('plasma')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
conflicts=('kde-runtime')
|
conflicts=('khelpcenter4')
|
||||||
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
||||||
sha256sums=( $(getSum ${pkgname}) )
|
sha256sums=( $(getSum ${pkgname}) )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user