# Contributor: Alan Lacerda # Maintainer: pkgname=mate-applets pkgver=1.18.1 pkgrel=1 pkgdesc="Applets for use with the MATE panel" url="https://github.com/mate-desktop/mate-applets" arch="all" license="GPLv2" depends="mate-icon-theme" depends_dev="" makedepends="$depends_dev intltool gtk+3.0-dev mate-panel-dev libwnck3-dev mate-desktop-dev dconf-dev itstool linux-headers libxml2-dev libxml2-utils libgtop-dev" subpackages="$pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" options="suid" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --prefix=/usr \ --disable-stickynotes make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="3186af69f3b8b54a7f31d3c00a39ed439717200181a1e64d97b28eaf2e75b19ac79fdda44c40401687e9cece06feb1e29f52948cd73afadeb0099f64e672c036 mate-applets-1.18.1.tar.xz"