# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-netbook pkgver=1.22.0 pkgrel=0 pkgdesc="Netbook-oriented window manager for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="GPL-3.0-only AND LGPL-2.0+" depends="" makedepends="gtk+3.0-dev intltool libfakekey-dev libwnck-dev libxtst-dev mate-panel-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-netbook-$pkgver.tar.xz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="faff1618e0a99b95b291d7556b1ccd5d0593be1ffa2b2ee30f4df2c9228ff797e9021cc7a0f6183c69b38fdb3dae1c4cb206539057174ff37a4b56b55d07c33a mate-netbook-1.22.0.tar.xz"