mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
kdenetwork-krfb: Fix conflict
This commit is contained in:
parent
9e34f97536
commit
8946920df0
@ -7,7 +7,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname="kdenetwork-krfb"
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Desktop Sharing Server"
|
||||
# note on libxdamage:
|
||||
# not detected by namcap because libgl depends on it
|
||||
@ -15,9 +15,7 @@ pkgdesc="Desktop Sharing Server"
|
||||
depends=("kde-runtime>=${_kdever}" "kdelibs>=${_kdever}" 'libvncserver' 'libxdamage')
|
||||
groups=("kde" "kdenetwork" "kde-uninstall")
|
||||
categories=('network')
|
||||
conflicts=("kdenetwork-common" "kdenetwork-doc" "kdenetwork-krfb")
|
||||
replaces=("kdenetwork-krfb")
|
||||
provides=("kdenetwork-krfb")
|
||||
conflicts=("kdenetwork-common" "kdenetwork-doc")
|
||||
install=kdenetwork.install
|
||||
url="http://www.kde.org"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
|
Loading…
Reference in New Issue
Block a user