mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
added missing replaces provides variables
This commit is contained in:
parent
393f4d2308
commit
c7431bad46
@ -4,7 +4,7 @@ source ../plasma.conf
|
||||
pkgname=kde-gtk-config-kf5
|
||||
_pkgname=kde-gtk-config
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GTK2 and GTK3 Configuration for KDE"
|
||||
arch=('x86_64')
|
||||
url='projects.kde.org/'
|
||||
@ -15,6 +15,8 @@ makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
|
||||
optdepends=('gtk2: GTK2 Theme Preview'
|
||||
'gtk3: GTK3 Theme Preview')
|
||||
conflicts=('kde-gtk-config')
|
||||
provides=('kde-gtk-config')
|
||||
replaces=('kde-gtk-config')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
source=("${PServer}/${pkgver}/${_pkgname}-${PSubVersion}.tar.xz")
|
||||
|
@ -3,7 +3,7 @@ source ../plasma.conf
|
||||
|
||||
pkgname=kinfocenter
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='KInfocenter'
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/kinfocenter'
|
||||
@ -11,6 +11,9 @@ license=('LGPL')
|
||||
depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
conflicts=('kde-workspace' 'kcm-about-distro')
|
||||
replaces=('kcm-about-distro')
|
||||
provides=('kcm-about-distro')
|
||||
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
||||
|
Loading…
Reference in New Issue
Block a user