mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
|
pkgname=pluma
|
|
pkgver=1.19.3
|
|
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"
|
|
# 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="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz
|
|
0001-fix-accessperms-in-tests.patch"
|
|
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--sysconfdir=/etc \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="${pkgdir}" install
|
|
}
|
|
|
|
sha512sums="a62c92b38fb21fd896b64c6dfeb06d6388ff5c901d38eeccdc8340b1fb1ad305ab117560192f52575ef0c1b853b7bb9152c48c33b617ad4a6ae89b113ff9fc5c pluma-1.19.3.tar.xz
|
|
3aa0ae2e383bcc36c63384455062954876e77995da79a757b4eb6e37f3b2e5f7139165d7bb95c193ff888d33d2682773e981bf7e44fd963e918696d64e537741 0001-fix-accessperms-in-tests.patch"
|