diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-22 16:45:50 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-22 16:46:17 -0500 |
commit | 69e1aedcdb53aba1a74a79e515ea82db497eadf2 (patch) | |
tree | 02a3b1f5fb8f12e8b53695d21eb3484ea38d0dc9 /user/plasma-integration/APKBUILD | |
parent | 5b1df5b9e3b9b9d99cb0bd2ba1c84a9a2fb0774b (diff) | |
download | packages-69e1aedcdb53aba1a74a79e515ea82db497eadf2.tar.gz packages-69e1aedcdb53aba1a74a79e515ea82db497eadf2.tar.bz2 packages-69e1aedcdb53aba1a74a79e515ea82db497eadf2.tar.xz packages-69e1aedcdb53aba1a74a79e515ea82db497eadf2.zip |
user/plasma-integration: ttf-hack is broken, don't use it
Diffstat (limited to 'user/plasma-integration/APKBUILD')
-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 4c2e14e54..8e5452518 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=1 +pkgrel=2 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 ttf-noto" +depends="breeze 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" |