From d44823e5676f0edd0e259c7c33d5640a043748ac Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 7 Mar 2014 03:52:15 +0000 Subject: Fri Mar 7 03:48:12 UTC 2014 --- community/mate-desktop/PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'community/mate-desktop/PKGBUILD') diff --git a/community/mate-desktop/PKGBUILD b/community/mate-desktop/PKGBUILD index caeed6036..f5b2c8d1e 100644 --- a/community/mate-desktop/PKGBUILD +++ b/community/mate-desktop/PKGBUILD @@ -1,32 +1,35 @@ -# $Id: PKGBUILD 104842 2014-01-27 11:23:45Z flexiondotorg $ # Maintainer : Martin Wimpress pkgname=mate-desktop -pkgver=1.6.2 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 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' 'ttf-dejavu') -makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser') -optdepends=('lightdm-gtk2-greeter: A lightweight display manager') +makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools') +optdepends=('lightdm-gtk2-greeter: A lightweight display manager' + 'orca: Screen reader for blind or visually impaired individuals' + 'yelp: for reading MATE help documents') options=('!emptydirs') groups=('mate') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6') install=${pkgname}.install build() { + # See the following for '--disable-desktop-docs' justification + # - https://github.com/mate-desktop/mate-desktop/issues/68 cd "${srcdir}/${pkgname}-${pkgver}" PYTHON=/usr/bin/python2 ./configure \ --prefix=/usr \ + --with-gtk=2.0 \ --disable-static \ - --disable-scrollkeeper \ --disable-schemas-compile \ - --enable-gtk-doc \ - --with-omf-dir=/usr/share/omf/${pkgname} + --disable-desktop-docs \ + --enable-gtk-doc make } -- cgit v1.2.3-54-g00ecf