mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
spacefm: fix l10n dir
This commit is contained in:
parent
46238a3578
commit
401d1f9e13
1 changed files with 11 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'spacefm'
|
# Template file for 'spacefm'
|
||||||
pkgname=spacefm
|
pkgname=spacefm
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=1
|
revision=2
|
||||||
build_options="gtk3"
|
|
||||||
build_style=gnu-configure
|
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)"
|
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"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Multi-panel tabbed file manager"
|
short_desc="Multi-panel tabbed file manager"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -15,5 +14,12 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://ignorantguru.github.io/spacefm/"
|
homepage="http://ignorantguru.github.io/spacefm/"
|
||||||
distfiles="https://github.com/IgnorantGuru/spacefm/archive/${version}.tar.gz"
|
distfiles="https://github.com/IgnorantGuru/spacefm/archive/${version}.tar.gz"
|
||||||
checksum=fedea9fcad776e0af4b8d90c5a1c86684a9c96ef1cdd4e959530ce93bdebe7c9
|
checksum=fedea9fcad776e0af4b8d90c5a1c86684a9c96ef1cdd4e959530ce93bdebe7c9
|
||||||
|
conf_files="/etc/spacefm/spacefm.conf"
|
||||||
|
|
||||||
|
build_options="gtk3"
|
||||||
|
build_options_default="gtk3"
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue