# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-terminal pkgver=1.21.0 pkgrel=0 pkgdesc="MATE terminal emulator" url="https://github.com/mate-desktop/mate-terminal" arch="all" license="GPL-2.0" depends="mate-common yelp-tools mate-desktop" makedepends="libtool intltool dconf-dev libsm-dev itstool vte3-dev mate-desktop-dev libxml2-utils gtk+3.0-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://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="2c3946bc5838fde93f06aba619f723d2767e59b636f8ca8d9bfffb61841df7068617dda2ef0497759130d371cc817ea309d79e283a387f29e280a0a3504ec3dd mate-terminal-1.21.0.tar.xz"