# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-terminal pkgver=1.22.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 install-sh.patch" 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="45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645 mate-terminal-1.22.0.tar.xz 2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"