Date: Monday, January 27, 2014 @ 12:15:49 Author: flexiondotorg Revision: 104841
Require ttf-dejavu so that basic font requirements are met and applications don't core dump. Modified: mate-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-27 10:46:48 UTC (rev 104840) +++ PKGBUILD 2014-01-27 11:15:49 UTC (rev 104841) @@ -1,17 +1,15 @@ # $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-desktop pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="Library with common API for various MATE modules" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=(GPL LGPL) depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2' - 'startup-notification') + 'startup-notification' 'ttf-dejavu') makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser') optdepends=('lightdm-gtk2-greeter: A lightweight display manager') options=('!emptydirs')
