mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
file conflict was resolved upstream
This commit is contained in:
parent
f5c7569650
commit
b83f813353
@ -9,7 +9,8 @@ pkgdesc="Integrate the Bluetooth technology within KDE workspace and application
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/bluedevil'
|
||||
license=('LGPL')
|
||||
depends=('kio' 'bluez-qt5')
|
||||
depends=('qt5-base' 'qt5-declarative' 'kcoreaddons' 'kwidgetsaddons' 'kdbusaddons' 'knotifications'
|
||||
'kiconthemes' 'plasma-framework' 'ki18n' 'bluez-qt' 'shared-mime-info' 'kded')
|
||||
makedepends=('extra-cmake-modules')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
|
@ -33,8 +33,4 @@ build() {
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# conflicts with kde-runtime
|
||||
mv "$pkgdir"/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user