From fa02aed77e4201d8679cc8c08478aa94351eeec1 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Tue, 22 Mar 2016 19:33:55 +0000 Subject: [PATCH] frameworkintegration: fix font dependencies --- frameworkintegration/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworkintegration/PKGBUILD b/frameworkintegration/PKGBUILD index 33a09370d..22487320e 100644 --- a/frameworkintegration/PKGBUILD +++ b/frameworkintegration/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Framework providing components to allow applications to integrate with arch=('x86_64') url='https://projects.kde.org/projects/frameworks/frameworkintegration' license=('LGPL') -depends=('kio' 'ttf-noto' 'ttf-oxygen') #should replace this with oxygen-fonts once plasma5 hits stable +depends=('kio' 'ttf-noto') #should replace this with oxygen-fonts once plasma5 hits stable makedepends=("extra-cmake-modules>=${KFECMVersion}") options=("debug") groups=('kf5')