lxappearance: load l10n from /usr/share

This commit is contained in:
Đoàn Trần Công Danh 2021-01-09 18:56:47 +07:00
parent ea9de2f12e
commit 3aef03d6e4

View file

@ -1,7 +1,7 @@
# Template file for 'lxappearance'
pkgname=lxappearance
version=0.6.3
revision=3
revision=4
build_style=gnu-configure
configure_args="$(vopt_enable dbus) $(vopt_enable gtk3)"
hostmakedepends="pkg-config intltool"
@ -16,3 +16,7 @@ checksum=7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38
build_options="gtk3 dbus"
build_options_default="dbus gtk3"
post_patch() {
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
}