lxinput: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-02 06:30:30 +07:00
parent 55ce113071
commit e5e7cc5c86

View file

@ -1,9 +1,9 @@
# Template file for 'lxinput'
pkgname=lxinput
version=0.3.5
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-gtk3"
configure_args="--with-locales-dir=/usr/share/locale --enable-gtk3"
hostmakedepends="pkg-config intltool"
makedepends="gtk+3-devel"
depends="desktop-file-utils"
@ -13,3 +13,7 @@ license="GPL-2.0-or-later"
homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
checksum=4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}