gxmessage: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-01 20:49:03 +07:00
parent 21448751aa
commit c81656d30e
1 changed files with 9 additions and 4 deletions

View File

@ -1,13 +1,18 @@
# Template file for 'gxmessage'
pkgname=gxmessage
version=3.4.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="intltool pkg-config"
makedepends="gtk+3-devel"
short_desc="An xmessage clone based on GTK+"
short_desc="Clone of xmessage based on GTK+"
maintainer="Peter Wang <novalazy@gmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="http://savannah.gnu.org/projects/gxmessage"
distfiles="${GNU_SITE}/gxmessage/gxmessage-3.4.3.tar.gz"
distfiles="${GNU_SITE}/gxmessage/gxmessage-${version}.tar.gz"
checksum=db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}