diff options
Diffstat (limited to 'user/plasma-integration')
-rw-r--r-- | user/plasma-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/plasma-integration/APKBUILD b/user/plasma-integration/APKBUILD index 50afdbc67..4c2e14e54 100644 --- a/user/plasma-integration/APKBUILD +++ b/user/plasma-integration/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=plasma-integration pkgver=5.8.7 -pkgrel=0 +pkgrel=1 pkgdesc="Qt platform theme plugin for Plasma" url="https://www.kde.org/" arch="all" license="LGPL-2.1" options="!check" # Times out, requires X11 desktop. -depends="breeze ttf-hack" +depends="breeze ttf-hack ttf-noto" depends_dev="qt5-qtbase-dev qt5-qtx11extras-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev breeze-dev libxcursor-dev" |