diff --git a/kde-gtk-config-kf5/PKGBUILD b/kde-gtk-config-kf5/PKGBUILD index c77b64fb4..5bf386fce 100644 --- a/kde-gtk-config-kf5/PKGBUILD +++ b/kde-gtk-config-kf5/PKGBUILD @@ -9,7 +9,8 @@ pkgdesc="GTK2 and GTK3 Configuration for KDE" arch=('x86_64') url='projects.kde.org/' license=('LGPL') -depends=('knewstuff') + +depends=('qt5-base' 'ki18n' 'kio' 'kconfigwidgets' 'knewstuff' 'karchive' 'kcmutils' 'kiconthemes') makedepends=('extra-cmake-modules' 'gtk2' 'gtk3') optdepends=('gtk2: GTK2 Theme Preview' 'gtk3: GTK3 Theme Preview') diff --git a/kdeplasma-addons-kf5/PKGBUILD b/kdeplasma-addons-kf5/PKGBUILD index 76cca432b..d3fae27eb 100644 --- a/kdeplasma-addons-kf5/PKGBUILD +++ b/kdeplasma-addons-kf5/PKGBUILD @@ -9,7 +9,10 @@ pkgdesc='KDE Plasma Workspace' arch=('x86_64') url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons' license=('LGPL') -depends=('krunner' 'kdelibs4support') + +depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'kconfigwidgets' 'kcoreaddons' + 'ki18n' 'kio' 'kcmutils' 'plasma-framework' 'krunner' 'kservice' 'kunitconversion' + 'kdelibs4support' 'knewstuff' 'kross') makedepends=('extra-cmake-modules' 'kdoctools') conflicts=('kde-workspace') groups=('plasma') diff --git a/oxygen-fonts/PKGBUILD b/oxygen-fonts/PKGBUILD index d8222df3d..e510e79e1 100644 --- a/oxygen-fonts/PKGBUILD +++ b/oxygen-fonts/PKGBUILD @@ -19,7 +19,7 @@ source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz") sha256sums=( $(getSum ${pkgname} | head -n 1) ) prepare() { - mkdir build + mkdir -p build } build() { diff --git a/plasma-desktop/PKGBUILD b/plasma-desktop/PKGBUILD index b4e7503dc..bea88a0db 100644 --- a/plasma-desktop/PKGBUILD +++ b/plasma-desktop/PKGBUILD @@ -9,7 +9,7 @@ arch=('x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-agent-frameworks' 'libcanberra' - 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner' + 'kwin' 'kpeople' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner' #sddm can be removed as a dependency in the future, only added here to automate the switch to Plasma 5 'sddm-kcm') makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-kf5') diff --git a/plasma-workspace/PKGBUILD b/plasma-workspace/PKGBUILD index 1993a7aa9..197d54ac7 100644 --- a/plasma-workspace/PKGBUILD +++ b/plasma-workspace/PKGBUILD @@ -10,9 +10,9 @@ arch=('x86_64') url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' license=('LGPL') depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' 'kglobalaccel>=5.7.0' - 'libksysguard' 'libkscreen-kf5' 'ktexteditor' 'libqalculate' + 'libksysguard' 'libkscreen-kf5' 'ktexteditor' 'kxmlrpcclient' 'libqalculate' 'networkmanager-qt' 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'xorg-apps' 'xorg-utils') -makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-kf5' 'krunner') +makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-kf5' 'krunner' 'kdewebkit') groups=('plasma') options=("debug") source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz" @@ -47,7 +47,6 @@ package_plasma-workspace() { # Remove conflicts with drkonqi rm "${pkgdir}"/usr/lib/drkonqi rm -r "${pkgdir}"/usr/share/drkonqi - rm "${pkgdir}"/usr/lib/libKF5XmlRpcClientPrivate.* } package_drkonqi() {