mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/lxi-tools: Updated for version 1.20
Signed-off-by: Nate Bargmann <n0nb@arrl.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
229230a0b2
commit
c82eaa3cd2
4 changed files with 19 additions and 19 deletions
|
@ -1,14 +1,13 @@
|
|||
diff -Nur lxi-tools-1.19.orig/configure.ac lxi-tools-1.19/configure.ac > configure.ac.diff
|
||||
--- lxi-tools-1.19.orig/configure.ac 2018-03-10 18:54:41.000000000 -0600
|
||||
+++ lxi-tools-1.19/configure.ac 2018-03-18 07:21:43.825850367 -0500
|
||||
@@ -14,8 +14,8 @@
|
||||
AC_CHECK_LIB([readline], [readline], [], [AC_MSG_ERROR(libreadline not found)])
|
||||
AC_CHECK_LIB([lxi], [lxi_connect], [], [AC_MSG_ERROR(liblxi not found)])
|
||||
diff -Nur lxi-tools-1.20.orig/configure.ac lxi-tools-1.20/configure.ac > configure.ac.diff
|
||||
--- lxi-tools-1.20.orig/configure.ac 2018-03-18 13:43:14.000000000 -0500
|
||||
+++ lxi-tools-1.20/configure.ac 2018-05-12 12:59:54.168808337 -0500
|
||||
@@ -16,9 +16,6 @@
|
||||
|
||||
-# Check for Lua 5.2
|
||||
-PKG_CHECK_MODULES([lua], [lua5.2])
|
||||
+# Check for Lua 5.1 or newer
|
||||
+PKG_CHECK_MODULES([lua], [lua >= 5.1])
|
||||
|
||||
# Handle bash completion
|
||||
AC_ARG_WITH([bash-completion-dir],
|
||||
# Check for Lua 5.1 or newer
|
||||
lua_found=0
|
||||
-PKG_CHECK_MODULES([lua], [lua5.3],[lua_found=1],[x=0])
|
||||
-PKG_CHECK_MODULES([lua], [lua5.2],[lua_found=1],[x=0])
|
||||
-PKG_CHECK_MODULES([lua], [lua5.1],[lua_found=1],[x=0])
|
||||
PKG_CHECK_MODULES([lua], [lua >= 5.1],[lua_found=1],[x=0])
|
||||
if test $lua_found == 0
|
||||
then
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lxi-tools
|
||||
VERSION=${VERSION:-1.19}
|
||||
VERSION=${VERSION:-1.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxi-tools"
|
||||
VERSION="1.19"
|
||||
VERSION="1.20"
|
||||
HOMEPAGE="https://lxi-tools.github.io/"
|
||||
DOWNLOAD="https://github.com/lxi-tools/lxi-tools/releases/download/v1.19/lxi-tools-1.19.tar.xz"
|
||||
MD5SUM="89c36a7aec17c1a5c020fba178cc141d"
|
||||
DOWNLOAD="https://github.com/lxi-tools/lxi-tools/releases/download/v1.20/lxi-tools-1.20.tar.xz"
|
||||
MD5SUM="2e7bdd16464d4f519ea7a71efad4428f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="liblxi lua"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
--- lxi-tools-1.19.orig/src/gui/lxi-gui/Makefile.am 2018-02-08 17:12:32.000000000 -0600
|
||||
+++ lxi-tools-1.19/src/gui/lxi-gui/Makefile.am 2018-03-18 07:57:42.523615101 -0500
|
||||
diff -Nur lxi-tools-1.20.orig/src/gui/lxi-gui/Makefile.am lxi-tools-1.20/src/gui/lxi-gui/Makefile.am > Makefile.am.diff
|
||||
--- lxi-tools-1.20.orig/src/gui/lxi-gui/Makefile.am 2018-02-08 17:12:32.000000000 -0600
|
||||
+++ lxi-tools-1.20/src/gui/lxi-gui/Makefile.am 2018-03-18 07:57:42.523615101 -0500
|
||||
@@ -13,11 +13,12 @@
|
||||
QT_SELECT ?= 5
|
||||
|
||||
|
|
Loading…
Reference in a new issue