# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-terminal pkgver=1.22.1 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() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --enable-static=no \ --prefix=/usr make } check() { make check } package() { make DESTDIR="${pkgdir}" install } sha512sums="b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534 mate-terminal-1.22.1.tar.xz"