homebank: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-01 20:51:08 +07:00
parent c81656d30e
commit e6930b656f
1 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'homebank'
pkgname=homebank
version=5.4.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="intltool pkg-config"
makedepends="libofx-devel librsvg-devel gtk+3-devel libsoup-devel"
depends="shared-mime-info hicolor-icon-theme desktop-file-utils"
@ -12,3 +13,7 @@ license="GPL-2.0-or-later"
homepage="http://homebank.free.fr/"
distfiles="http://homebank.free.fr/public/homebank-${version}.tar.gz"
checksum=9222d7ed7cc44fcfff3f1fe20935a1b7fe91bb4d9f90003cb3c6f3b893298d0b
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}