summaryrefslogtreecommitdiff
path: root/community/mate-system-tools/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
commit7e108c74958ec076a3734822f61f145d0d69547f (patch)
tree5af7d8df8a09ee699544a24ce149876c1cdee06e /community/mate-system-tools/PKGBUILD
parent8640bbf496b9d8a232da91e1db43466797f86861 (diff)
Thu Mar 20 04:00:11 UTC 2014
Diffstat (limited to 'community/mate-system-tools/PKGBUILD')
-rw-r--r--community/mate-system-tools/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/mate-system-tools/PKGBUILD b/community/mate-system-tools/PKGBUILD
index d581047b4..0ec43de02 100644
--- a/community/mate-system-tools/PKGBUILD
+++ b/community/mate-system-tools/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=mate-system-tools
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
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' 'wireless_tools')
+depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends')
makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('ntp: Automatic time synchronisation.'
- 'caja: provides Caja Shares extension'
+optdepends=('caja: provides Caja Shares extension'
'yelp: for reading MATE help documents')
source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
@@ -20,12 +19,14 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --disable-network \
+ --disable-services \
+ --disable-time
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
}