git » frameworkintegration.git » commit e5e5968

Noto is the new default sans font

author Antonio Rojas
2015-11-13 22:37:42 UTC
committer Antonio Rojas
2015-11-13 22:37:42 UTC
parent 1687bafcc7a18dbfc48784e0da0b92dc6b59dc70

Noto is the new default sans font

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 24fb75d..afafbe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=frameworkintegration
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
 license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'libxcursor')
+depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")