mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
lxappearance: load l10n from /usr/share
This commit is contained in:
parent
ea9de2f12e
commit
3aef03d6e4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue