# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=pluma pkgver=1.22.1 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" arch="all" license="GPL-2.0-or-later" # check fails as tracked in https://github.com/mate-desktop/pluma/issues/33 options="!check" makedepends="intltool enchant-dev iso-codes-dev gtk+3.0-dev mate-desktop-dev gtksourceview-dev dconf-dev libsm-dev itstool libxml2-utils fortify-headers libpeas-dev gsettings-desktop-schemas-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --enable-static=no \ --prefix=/usr make } check() { make check } package() { make DESTDIR="${pkgdir}" install } sha512sums="0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a pluma-1.22.1.tar.xz"