diff options
Diffstat (limited to 'community/mate-system-tools/PKGBUILD')
-rw-r--r-- | community/mate-system-tools/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/mate-system-tools/PKGBUILD b/community/mate-system-tools/PKGBUILD index 0ec43de02..d84563bd5 100644 --- a/community/mate-system-tools/PKGBUILD +++ b/community/mate-system-tools/PKGBUILD @@ -2,15 +2,15 @@ pkgname=mate-system-tools pkgver=1.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Suite of tools for MATE to simplify configuring workstations." url="http://mate-desktop.org/" arch=('i686' 'x86_64') license=('GPL') -depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends') -makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools') -optdepends=('caja: provides Caja Shares extension' - 'yelp: for reading MATE help documents') +depends=('dconf' 'liboobs' 'mate-polkit') +makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools') +optdepends=('yelp: for reading MATE help documents') +groups=('mate-extra') source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0') install=${pkgname}.install @@ -20,8 +20,10 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ + --disable-caja \ --disable-network \ --disable-services \ + --disable-shares \ --disable-time make } |