# Contributor: Alan Lacerda # Maintainer: Francesco Colista pkgname=mate-applets pkgver=1.21.0 pkgrel=1 pkgdesc="Applets for use with the MATE panel" url="https://github.com/mate-desktop/mate-applets" arch="all" license="GPL-2.0-or-later" depends="mate-icon-theme" makedepends="intltool gtk+3.0-dev mate-panel-dev libwnck3-dev mate-desktop-dev dconf-dev itstool linux-headers libxml2-dev libxml2-utils libgtop-dev libmateweather-dev wireless-tools-dev gucharmap-dev libnotify-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://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 \ --enable-static=no \ --disable-stickynotes make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="616244ea38d7bfdcd5b2e7b8f46b3a87ce0773d8f1699112d1c13100f662357c0be0b6d9d5c53b58e6a65f56e9fbaff3a694a5a31aa99b87bd20205393b8c0e1 mate-applets-1.21.0.tar.xz"