# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-netbook pkgver=1.22.2 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="caaa841857b86592dd7417fa77e8211d1527f8234cd248a00a3a74b2b1487bd1c06a4bfde44818e1c3b0a64350b94e47d8bfdbcd545d787365dfd76c3af2ff71 mate-netbook-1.22.2.tar.xz"