mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
vifm: update to 0.8.1
This commit is contained in:
parent
e247ce09b0
commit
41bcbaa493
2 changed files with 3 additions and 15 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- src/utils/utils_nix.c.orig 2015-07-14 07:43:29.181540065 +0200
|
|
||||||
+++ src/utils/utils_nix.c 2015-07-14 07:43:48.108760240 +0200
|
|
||||||
@@ -23,6 +23,9 @@
|
|
||||||
#if defined (HAVE_LINUX_BINFMTS_H) && defined (HAVE_SYS_USER_H)
|
|
||||||
#include <linux/binfmts.h>
|
|
||||||
#include <sys/user.h>
|
|
||||||
+#ifndef PAGE_SIZE
|
|
||||||
+#define PAGE_SIZE 4096
|
|
||||||
+#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <sys/select.h> /* select() FD_SET FD_ZERO */
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vifm'
|
# Template file for 'vifm'
|
||||||
pkgname=vifm
|
pkgname=vifm
|
||||||
version=0.8
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gtk"
|
configure_args="--without-gtk"
|
||||||
|
@ -11,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=69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb
|
checksum=9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/pkgdata_DATA =/,+3d' src/Makefile.in
|
sed -i '/dist_pkgdata_DATA =/,+3d' src/Makefile.in
|
||||||
}
|
}
|
||||||
post_install () {
|
post_install () {
|
||||||
vsconf data/vifmrc
|
vsconf data/vifmrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue