# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=marco pkgver=1.20.1 pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" arch="all" license="GPL-2.0" depends="mate-common yelp-tools libxml2-utils" makedepends="libtool itstool zenity intltool glib-dev gtk+3.0-dev libxcomposite-dev libcanberra-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 \ --localstatedir=/var \ --enable-static=no \ --prefix=/usr make CFLAGS='-D_GNU_SOURCE' } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="3179b9b8c41788c0cdff4e20d1a315bbe7447a6d6622f5dafff0d1251671b4e4f6de84c865460ef26bdc7340d45ee1af09fdf06933050a81c061719c0f11257f marco-1.20.1.tar.xz"