spacefm: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-09 19:16:55 +07:00
parent 46238a3578
commit 401d1f9e13

View file

@ -1,13 +1,12 @@
# Template file for 'spacefm'
pkgname=spacefm
version=1.0.6
revision=1
build_options="gtk3"
revision=2
build_style=gnu-configure
conf_files="/etc/spacefm/spacefm.conf"
hostmakedepends="pkg-config intltool"
makedepends="$(vopt_if gtk3 gtk+3-devel gtk+-devel) startup-notification-devel eudev-libudev-devel ffmpegthumbnailer-devel"
configure_args="$(vopt_with gtk3)"
hostmakedepends="pkg-config intltool"
makedepends="$(vopt_if gtk3 gtk+3-devel gtk+-devel)
startup-notification-devel eudev-libudev-devel ffmpegthumbnailer-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Multi-panel tabbed file manager"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -15,5 +14,12 @@ license="GPL-3.0-or-later"
homepage="http://ignorantguru.github.io/spacefm/"
distfiles="https://github.com/IgnorantGuru/spacefm/archive/${version}.tar.gz"
checksum=fedea9fcad776e0af4b8d90c5a1c86684a9c96ef1cdd4e959530ce93bdebe7c9
conf_files="/etc/spacefm/spacefm.conf"
build_options="gtk3"
build_options_default="gtk3"
CFLAGS="-fcommon"
post_patch() {
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
}