texlive[58078] Master/source/tlgui/tltcl: tltcl sources

commits+siepo at tug.org commits+siepo at tug.org
Wed Mar 3 21:10:12 CET 2021


Revision: 58078
          http://tug.org/svn/texlive?view=revision&revision=58078
Author:   siepo
Date:     2021-03-03 21:10:12 +0100 (Wed, 03 Mar 2021)
Log Message:
-----------
tltcl sources

Modified Paths:
--------------
    trunk/Master/source/tlgui/tltcl/tltcl.README

Added Paths:
-----------
    trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz
    trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz

Removed Paths:
-------------
    trunk/Master/source/tlgui/tltcl/tcl8.6.10.tar.gz
    trunk/Master/source/tlgui/tltcl/tk8.6.10.tar.gz

Deleted: trunk/Master/source/tlgui/tltcl/tcl8.6.10.tar.gz
===================================================================
(Binary files differ)

Added: trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz
===================================================================
(Binary files differ)

Index: trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz
===================================================================
--- trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz	2021-03-03 20:07:39 UTC (rev 58077)
+++ trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz	2021-03-03 20:10:12 UTC (rev 58078)

Property changes on: trunk/Master/source/tlgui/tltcl/tcl8.6.11-src.tar.gz
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/gzip
\ No newline at end of property
Deleted: trunk/Master/source/tlgui/tltcl/tk8.6.10.tar.gz
===================================================================
(Binary files differ)

Added: trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz
===================================================================
(Binary files differ)

Index: trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz
===================================================================
--- trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz	2021-03-03 20:07:39 UTC (rev 58077)
+++ trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz	2021-03-03 20:10:12 UTC (rev 58078)

Property changes on: trunk/Master/source/tlgui/tltcl/tk8.6.11-src.tar.gz
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/gzip
\ No newline at end of property
Modified: trunk/Master/source/tlgui/tltcl/tltcl.README
===================================================================
--- trunk/Master/source/tlgui/tltcl/tltcl.README	2021-03-03 20:07:39 UTC (rev 58077)
+++ trunk/Master/source/tlgui/tltcl/tltcl.README	2021-03-03 20:10:12 UTC (rev 58078)
@@ -1,42 +1,40 @@
-Notes on building Tcl/Tk for TeX Live 2020
+Notes on building Tcl/Tk for TeX Live 2021
 
-The 2020 edition contains a standard basic Tcl/Tk installation.
-However, I was unable this time to create a single-file Tcl/Tk
-runtime, as for the 2019 TeX Live edition.
+The 2021 edition contains a subset of a basic Tcl/Tk installation.
 
-The Tcl/Tk 8.6.10 sources were downloaded via
+The Tcl/Tk 8.6.11 sources were downloaded via
 http://www.tcl.tk/software/tcltk/download.html
 
-Tcl/Tk was cross-compiled under Ubuntu Linux 18.04 as follows. For
-first Tcl, then Tk do:
+Tcl/Tk was cross-compiled under ArchLinux (5.11.1-arch1-1) as follows.
 
-- Unpack the source, and run in the win subdirectory:
-
-  ./configure --host=i686-w64-mingw32 --enable-embedded-manifest \
-    --prefix=<tcltk root>
-
-- For Tk, patch the file tk8.6.10/win/win/wish.exe.manifest for
+First,patch the file tk8.6.11/win/wish.exe.manifest.in for
   better HiPDI support by adding a dpiAwareness element; the
   asmv3:windowsSettings element in this file becomes:
 
-        <asmv3:windowsSettings
-                xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-            <dpiAware>true</dpiAware>
-            <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
-        </asmv3:windowsSettings>
+<asmv3:windowsSettings
+        xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+    <dpiAware>true</dpiAware>
+    <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
+</asmv3:windowsSettings>
 
-  Presumably I could instead have patched wish.exe.manifest.in
-  _before_ running configure.
+Create or choose a root for the installation. Do for Tcl and Tk successively:
 
-- run 'make' and 'make install'
+- Unpack the source, and run in the win subdirectory:
 
+  ./configure --host=i686-w64-mingw32 --enable-embedded-manifest \
+    --prefix=<tcltk root>
   make
   make install
 
-Portability of the result should be no problem. I removed
-sqlite3_analyzer from <tcltk root>/bin and placed the resulting lib-
-and bin subdirectories under <TL root>/tlpkg/tltcl.
+Portability of the result should be no problem.
 
+For a smaller installation, I stripped all the .exe- and .dll files.
+I removed sqlite3_analyzer from <tcltk root>/bin and copied
+tclsh86.exe and wish86.exe to tclsh.exe and wish.exe respectively.
+I placed just the resulting lib- and bin subdirectories under
+<TL root>/tlpkg/tltcl, omitting the include- and share
+subdirectories.
+
 Siep Kroonenberg
 
-March 2020
+March 2021



More information about the tex-live-commits mailing list.