diff --git a/packages/vifm/build.sh b/packages/vifm/build.sh index fe1c95d6ab..71703a6a9f 100644 --- a/packages/vifm/build.sh +++ b/packages/vifm/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://vifm.info/ TERMUX_PKG_DESCRIPTION="File manager with vi like keybindings" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=0.12.1 +TERMUX_PKG_VERSION=0.13 TERMUX_PKG_SRCURL=https://github.com/vifm/vifm/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=410b2f183e9fdefb145cf6811c106e9297c9d8f7ddfe38f8840869c63e089f95 +TERMUX_PKG_SHA256=8379397b2824cc74a91f5cfa00b5496f5d08cdcec18e3d13b64c480151225ca8 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="ncurses, file" diff --git a/packages/vifm/configure.ac.patch b/packages/vifm/configure.ac.patch index cceb57f6eb..372fa3e547 100644 --- a/packages/vifm/configure.ac.patch +++ b/packages/vifm/configure.ac.patch @@ -1,7 +1,7 @@ -diff -u -r ../vifm-0.9.1/configure.ac ./configure.ac ---- ../vifm-0.9.1/configure.ac 2018-02-05 10:40:02.000000000 +0000 -+++ ./configure.ac 2018-02-06 13:53:38.873777524 +0000 -@@ -154,18 +154,11 @@ +diff -uNr vifm-0.13/configure.ac vifm-0.13.mod/configure.ac +--- vifm-0.13/configure.ac 2023-04-04 06:19:52.000000000 +0800 ++++ vifm-0.13.mod/configure.ac 2023-04-07 21:40:35.669000390 +0800 +@@ -148,16 +148,8 @@ AC_CHECK_FUNC([getcwd], [], [AC_MSG_ERROR([getcwd() function not found.])]) AC_CHECK_FUNC([getenv], [], [AC_MSG_ERROR([getenv() function not found.])]) AC_CHECK_FUNC([geteuid], [], [AC_MSG_ERROR([geteuid() function not found.])]) @@ -9,26 +9,21 @@ diff -u -r ../vifm-0.9.1/configure.ac ./configure.ac -AC_CHECK_FUNC([getgrgid], [], [AC_MSG_ERROR([getgrgid() function not found.])]) -AC_CHECK_FUNC([getgrgid_r], [], [AC_MSG_ERROR([getgrgid_r() function not found.])]) -AC_CHECK_FUNC([getgrnam], [], [AC_MSG_ERROR([getgrnam() function not found.])]) - if test -n "$HAVE_MNTENT_H" ; then - AC_CHECK_FUNC([getmntent], [], [AC_MSG_ERROR([getmntent() function not found.])]) - fi AC_CHECK_FUNC([getpid], [], [AC_MSG_ERROR([getpid() function not found.])]) AC_CHECK_FUNC([getppid], [], [AC_MSG_ERROR([getppid() function not found.])]) -AC_CHECK_FUNC([getpwent], [], [AC_MSG_ERROR([getpwent() function not found.])]) -AC_CHECK_FUNC([getpwnam], [], [AC_MSG_ERROR([getpwnam() function not found.])]) -AC_CHECK_FUNC([getpwuid], [], [AC_MSG_ERROR([getpwuid() function not found.])]) - AC_CHECK_FUNC([getpwuid_r], [], [AC_MSG_ERROR([getpwuid_r() function not found.])]) +-AC_CHECK_FUNC([getpwuid_r], [], [AC_MSG_ERROR([getpwuid_r() function not found.])]) AC_CHECK_FUNC([ioctl], [], [AC_MSG_ERROR([ioctl() function not found.])]) AC_CHECK_FUNC([iswalnum], [], [AC_MSG_ERROR([iswalnum() function not found.])]) -@@ -201,13 +194,11 @@ + AC_CHECK_FUNC([iswdigit], [], [AC_MSG_ERROR([iswdigit() function not found.])]) +@@ -194,10 +186,8 @@ AC_CHECK_FUNC([rmdir], [], [AC_MSG_ERROR([rmdir() function not found.])]) AC_CHECK_FUNC([select], [], [AC_MSG_ERROR([select() function not found.])]) AC_CHECK_FUNC([setenv], [], [AC_MSG_ERROR([setenv() function not found.])]) -AC_CHECK_FUNC([setgrent], [], [AC_MSG_ERROR([setgrent() function not found.])]) AC_CHECK_FUNC([setlocale], [], [AC_MSG_ERROR([setlocale() function not found.])]) - if test -n "$HAVE_MNTENT_H" ; then - AC_CHECK_FUNC([setmntent], [], [AC_MSG_ERROR([setmntent() function not found.])]) - fi AC_CHECK_FUNC([setpgid], [], [AC_MSG_ERROR([setpgid() function not found.])]) -AC_CHECK_FUNC([setpwent], [], [AC_MSG_ERROR([setpwent() function not found.])]) AC_CHECK_FUNC([setsid], [], [AC_MSG_ERROR([setsid() function not found.])])