# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-utils pkgver=1.22.0 pkgrel=0 pkgdesc="Miscellaneous utilities for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="LGPL-2.0+ AND LGPL-2.1+ AND GPL-2.0+ AND GPL-3.0+" depends="" makedepends="gtk+3.0-dev intltool itstool libcanberra-dev libgtop-dev libsm-dev libxml2-utils mate-panel-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-utils-$pkgver.tar.xz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70 mate-utils-1.22.0.tar.xz"