pluma: unbreak musl build: ACCESSPERMS is unportable.
This commit is contained in:
parent
a2517de667
commit
d9bb2d56f7
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pluma'
|
# Template file for 'pluma'
|
||||||
pkgname=pluma
|
pkgname=pluma
|
||||||
version=1.8.1
|
version=1.8.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=2.0 --enable-python"
|
configure_args="--with-gtk=2.0 --enable-python"
|
||||||
hostmakedepends="pkg-config intltool itstool"
|
hostmakedepends="pkg-config intltool itstool"
|
||||||
|
@ -16,6 +16,11 @@ homepage="http://mate-desktop.org"
|
||||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||||
checksum=38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b
|
checksum=38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
# ACCESSPERMS is glibc specific... unportable.
|
||||||
|
sed -i 's,ACCESSPERMS,(S_IRWXU|S_IRWXG|S_IRWXO),g' tests/document-saver.c
|
||||||
|
}
|
||||||
|
|
||||||
pluma-devel_package() {
|
pluma-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue