# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-desktop pkgver=1.22.2 pkgrel=0 pkgdesc="Core library for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="MIT AND LGPL-2.0+ AND GPL-2.0+" depends="" makedepends="dconf-dev gobject-introspection-dev gtk+3.0-dev intltool iso-codes-dev librsvg startup-notification-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-desktop-$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="d2e965f9e26e4fe25337a4ef69521239388f38cff25e978331a307591555d8a9ff22d6a19ef3c92cf336c472fbfb231969ef5ac60e3a4c5908a81ded1e5f0f46 mate-desktop-1.22.2.tar.xz"