diff --git a/srcpkgs/gxmessage/template b/srcpkgs/gxmessage/template index 8263304878a..0d349d8bbe5 100644 --- a/srcpkgs/gxmessage/template +++ b/srcpkgs/gxmessage/template @@ -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 " -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 +}