# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-panel pkgver=1.21.0 pkgrel=0 pkgdesc="The MATE panel is the area on your desktop from which you can run applications" url="https://github.com/mate-desktop/mate-panel" arch="all" license="GPL-2.0" depends="mate-common mate-desktop" makedepends="librsvg-dev libmateweather-dev libtool intltool itstool mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev libwnck3-dev libsoup-dev mate-desktop-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --enable-static=no \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="053f4f3a4451b86638ca6ad79a7bea70db0fd9a2fe88ce6bd640ac6110d7401db91d60386ec674624f48fd5348de23110a1032aa590c798d2aa584861435417b mate-panel-1.21.0.tar.xz"