From f2eead0064b99014b6a6d9585d6a20a37a85b33c Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Fri, 9 Aug 2024 12:46:22 -0700 Subject: [PATCH] fix --- plasma-dialer/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plasma-dialer/PKGBUILD b/plasma-dialer/PKGBUILD index 5473bf4..5dcbbff 100644 --- a/plasma-dialer/PKGBUILD +++ b/plasma-dialer/PKGBUILD @@ -11,11 +11,11 @@ url="https://community.kde.org/Plasma/Mobile" license=('GPL3') depends=(callaudiod desktop-file-utils - kcontacts - kdbusaddons + kcontacts5 + kdbusaddons5 kio5 - kirigami-addons - knotifications + kirigami-addons5 + knotifications5 kpeople5 libphonenumber modemmanager-qt5 @@ -27,7 +27,10 @@ depends=(callaudiod makedepends=(cmake extra-cmake-modules kdoctools5 - plasma-wayland-protocols) + plasma-wayland-protocols + qt5-svg + qt5-tools + reuse) source=("https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz") install=$pkgname.install md5sums=('2c9795160dbe66c16510d02c0fb357d0')