lxlauncher: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-02 06:31:14 +07:00
parent e5e7cc5c86
commit 7867a7fb11

View file

@ -1,9 +1,9 @@
# Template file for 'lxlauncher' # Template file for 'lxlauncher'
pkgname=lxlauncher pkgname=lxlauncher
version=0.2.5 version=0.2.5
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-gtk3" configure_args="--with-locales-dir=/usr/share/locale --enable-gtk3"
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="gtk+3-devel startup-notification-devel menu-cache-devel" makedepends="gtk+3-devel startup-notification-devel menu-cache-devel"
conf_files=" conf_files="
@ -17,3 +17,7 @@ homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz" distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
checksum=cd14b59cf337e7ba0d67efc95cd79859ab5f0f85af5a84c7aff771f868c3dca7 checksum=cd14b59cf337e7ba0d67efc95cd79859ab5f0f85af5a84c7aff771f868c3dca7
patch_args="-Np1" patch_args="-Np1"
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}