mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
vifm: update to 0.8
This commit is contained in:
parent
92b6c210f6
commit
8bd7f6d381
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'vifm'
|
# Template file for 'vifm'
|
||||||
pkgname=vifm
|
pkgname=vifm
|
||||||
version=0.7.8
|
version=0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gtk"
|
configure_args="--without-gtk"
|
||||||
hostmakedepends="mdocml"
|
|
||||||
makedepends="ncurses-devel file-devel"
|
makedepends="ncurses-devel file-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Ncurses-based file manager with vi-like keybindings"
|
short_desc="Ncurses-based file manager with vi-like keybindings"
|
||||||
|
@ -12,10 +11,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://vifm.info/"
|
homepage="http://vifm.info/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
||||||
checksum=5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
|
checksum=69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,groff,mandoc,g;s,../data/vifmrc ,,' src/Makefile.in
|
sed -i '/pkgdata_DATA =/,+3d' src/Makefile.in
|
||||||
}
|
}
|
||||||
post_install () {
|
post_install () {
|
||||||
vsconf data/vifmrc
|
vsconf data/vifmrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue