diff --git a/bluedevil-kf5/PKGBUILD b/bluedevil-kf5/PKGBUILD index eb60b5ef1..c974217e8 100644 --- a/bluedevil-kf5/PKGBUILD +++ b/bluedevil-kf5/PKGBUILD @@ -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") diff --git a/kio-extras/PKGBUILD b/kio-extras/PKGBUILD index 5360862f7..9b0ea7a59 100644 --- a/kio-extras/PKGBUILD +++ b/kio-extras/PKGBUILD @@ -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 - }