frameworkintegration: fix font dependencies

This commit is contained in:
Chaoting Liu 2016-03-22 19:33:55 +00:00
parent 6cb85170cc
commit fa02aed77e

View File

@ -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')