# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=pluma pkgver=1.26.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 gtksourceview4-dev enchant-dev intltool itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils wayland-protocols" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/pluma-$pkgver.tar.xz" build() { rm -r help/ru ./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="bc4f621736d93df07fc2dc434a25c5a5acaf0d2c958eac43bd0061d4b664cae9b9eac1fffc47afa1509fd64b3c93a77ca62737428b034ca25997ebee432d5eb3 pluma-1.26.1.tar.xz"