# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=pluma pkgver=1.22.2 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() { 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="a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992 pluma-1.22.2.tar.xz"