diff --git a/.SRCINFO b/.SRCINFO index 742f92efb9cc2..cbb0f419c8653 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -8,24 +8,13 @@ pkgbase = plasma-bigscreen-git makedepends = cmake makedepends = extra-cmake-modules-git makedepends = git - depends = kio - depends = kactivities - depends = kactivities-stats - depends = ki18n depends = kdeconnect - depends = plasma-workspace - depends = kdeclarative - depends = plasma-framework - depends = kirigami2 - depends = kcmutils - depends = knotifications - depends = kwayland - depends = kwayland-integration - depends = kwindowsystem - depends = xorg-server-xwayland - depends = plasma-wayland-session + depends = plasma-nm + depends = plasma-pa + depends = plasma-remotecontrollers depends = plasma-nano depends = plasma-settings + depends = qt5-virtualkeyboard optdepends = libcec: add USB-CEC support in order to be controled by TV remotes optdepends = mycroft-core: add voice control support provides = plasma-bigscreen diff --git a/PKGBUILD b/PKGBUILD index 9c44acc1b366b..b68dfd733466b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,24 +7,13 @@ arch=('any') url="https://plasma-bigscreen.org/" license=('GPL2') groups=() -depends=('kio' - 'kactivities' - 'kactivities-stats' - 'ki18n' - 'kdeconnect' - 'plasma-workspace' - 'kdeclarative' - 'plasma-framework' - 'kirigami2' - 'kcmutils' - 'knotifications' - 'kwayland' - 'kwayland-integration' - 'kwindowsystem' - 'xorg-server-xwayland' - 'plasma-wayland-session' +depends=('kdeconnect' + 'plasma-nm' + 'plasma-pa' + 'plasma-remotecontrollers' 'plasma-nano' - 'plasma-settings') + 'plasma-settings' + 'qt5-virtualkeyboard') makedepends=('cmake' 'extra-cmake-modules-git' 'git') optdepends=('libcec: add USB-CEC support in order to be controled by TV remotes'