tk: update to 8.6.11.1

This commit is contained in:
Leonid Pliushch 2021-05-05 12:03:33 +00:00
parent 86be30eb4e
commit ba0abb8928
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 10 additions and 11 deletions

View File

@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="A windowing toolkit for use with tcl"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="license.terms"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=8.6.10
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=8.6.11.1
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/tcl/tk${TERMUX_PKG_VERSION}-src.tar.gz
TERMUX_PKG_SHA256=63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386
TERMUX_PKG_SHA256=006cab171beeca6a968b6d617588538176f27be232a2b334a0e96173e89909be
TERMUX_PKG_DEPENDS="fontconfig, libx11, libxft, libxss, tcl"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_MAKE_INSTALL_TARGET="install install-private-headers"

View File

@ -1,12 +1,12 @@
diff -uNr tk8.6.9/unix/installManPage tk8.6.9.mod/unix/installManPage
--- tk8.6.9/unix/installManPage 2018-11-18 00:33:44.000000000 +0200
+++ tk8.6.9.mod/unix/installManPage 2019-11-17 16:16:48.449560198 +0200
@@ -109,7 +109,7 @@
chmod 444 $Dir/$First
$Gzip $Dir/$First
diff -uNr tk8.6.11/unix/installManPage tk8.6.11.mod/unix/installManPage
--- tk8.6.11/unix/installManPage 2021-01-13 20:14:00.000000000 +0000
+++ tk8.6.11.mod/unix/installManPage 2021-05-05 11:59:01.889458448 +0000
@@ -117,7 +117,7 @@
chmod 644 "$Dir/$First"
$Gzip "$Dir/$First"
else
- ln $SymOrLoc$First$Gz $Dir/$Target$Gz
+ ln -sfr $SymOrLoc$First$Gz $Dir/$Target$Gz
- ln $SymOrLoc"$First$Gz" "$Dir/$Target$Gz"
+ ln -sfr $SymOrLoc"$First$Gz" "$Dir/$Target$Gz"
fi
done