# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=pluma pkgver=1.24.1 pkgrel=0 pkgdesc="Text editor for the MATE desktop environment" url="https://mate-desktop.org" arch="all" options="!check" # tests fail due to schema being requested but not available license="GPL-2.0+ AND GPL-2.0-only AND LGPL-2.0+" depends="" makedepends="gtk+3.0-dev gtksourceview-3.0-dev enchant-dev intltool itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/pluma-$pkgver.tar.xz" build() { rm -r help/zh_CN ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="0cfd6a035fc95993dce3e556c49641e799888f20159b29f2c0712c54ee772aa6df1ce755f329414c94efdb2cb3819ce633b92e6559b0c8cb064dab3c74729ab3 pluma-1.24.1.tar.xz"