# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-applets pkgver=1.22.2 pkgrel=0 pkgdesc="Utility applications for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="LGPL-2.0+ AND GPL-2.0+ AND GPL-2.0-only" depends="" makedepends="dbus-dev dbus-glib-dev gtk+3.0-dev gtksourceview-3.0-dev gucharmap-dev intltool itstool libmateweather-dev libnotify-dev libwnck-dev libxml2-dev libxml2-utils mate-panel-dev polkit-dev upower-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/1.22/mate-applets-$pkgver.tar.xz" build() { cd "$builddir" rm -r mateweather/docs/ru ./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="a57ed37d6ddef303e40cbd8f811d1c6be473eeee78a5b56c5eb280d7dba10668678bf9203425f735fb3b356f4ec33eb2369867aa3ab4b446748fe36b80194e8f mate-applets-1.22.2.tar.xz"