gnome-doc-utils: fix l10n dir
This commit is contained in:
parent
b0b386a0d5
commit
f0196f98a1
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-doc-utils'
|
||||
pkgname=gnome-doc-utils
|
||||
version=0.20.10
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper"
|
||||
hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt
|
||||
|
@ -16,3 +16,7 @@ homepage="https://wiki.gnome.org/Projects/GnomeDocUtils"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/0.20/${pkgname}-${version}.tar.xz"
|
||||
checksum=cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6
|
||||
patch_args="-Np1"
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue