# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-control-center pkgver=1.19.3 pkgrel=0 pkgdesc="MATE's main interface for configuration of various aspects of your desktop" url="https://github.com/mate-desktop/mate-control-center" arch="all" license="GPL-2.0" depends="mate-common mate-menus mate-desktop mate-icon-theme desktop-file-utils" makedepends="dbus-glib-dev libtool intltool itstool gtk+3.0-dev dconf-dev mate-menus-dev libunique-dev marco-dev mate-settings-daemon-dev libmatekbd-dev libxklavier-dev mate-desktop-dev startup-notification-dev" 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 \ --prefix=/usr \ --disable-static \ --disable-update-mimedb make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="e3575d18160e6b101513178b4e681ba32bc126055f8d8afdb758cd798661891d0bf1e8d2bb39a46c94bd165428649c4378345b80797f261732a5a90742f4cd16 mate-control-center-1.19.3.tar.xz"