Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlive2019-bin: use historic texlive repository
@ 2020-04-12 13:23 newbluemoon
  2020-04-12 13:37 ` leahneukirchen
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-12 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

There is a new pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages texlive2019-bin
https://github.com/void-linux/void-packages/pull/20913

texlive2019-bin: use historic texlive repository
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/20913.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive2019-bin-20913.patch --]
[-- Type: text/x-diff, Size: 1692 bytes --]

From 24a36c705794497f3ed70c1056e670cdb9fd920f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 12 Apr 2020 15:02:31 +0200
Subject: [PATCH] texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
---
 srcpkgs/texlive2019-bin/INSTALL  | 4 ++--
 srcpkgs/texlive2019-bin/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL
index ea07e7ab407..bd7b10e2121 100644
--- a/srcpkgs/texlive2019-bin/INSTALL
+++ b/srcpkgs/texlive2019-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2019-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -profile void.profile -repository ftp://tug.org/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -profile void.profile -repository ftp://tug.org/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
 			;;
 		esac
 	esac
diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template
index 009d1d8d973..d7cd1c71664 100644
--- a/srcpkgs/texlive2019-bin/template
+++ b/srcpkgs/texlive2019-bin/template
@@ -1,7 +1,7 @@
-# Template file for 'texlive-bin'
+# Template file for 'texlive2019-bin'
 pkgname=texlive2019-bin
 version=2019
-revision=1
+revision=2
 archs="x86_64* i686 aarch64 arm*"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 homepage="http://tug.org/texlive/"

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-05-11 20:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
2020-04-12 13:37 ` leahneukirchen
2020-04-12 13:38 ` leahneukirchen
2020-04-12 13:39 ` leahneukirchen
2020-04-12 14:04 ` leahneukirchen
2020-04-12 14:06 ` leahneukirchen
2020-04-12 14:26 ` leahneukirchen
2020-04-12 18:04 ` newbluemoon
2020-04-21 20:42 ` ericonr
2020-04-21 20:57 ` leahneukirchen
2020-04-23  8:10 ` leahneukirchen
2020-04-23 11:14 ` newbluemoon
2020-04-23 17:27 ` [PR PATCH] [Updated] " newbluemoon
2020-04-23 17:28 ` newbluemoon
2020-04-26  6:25 ` [PR PATCH] [Updated] " newbluemoon
2020-05-10 17:34 ` newbluemoon
2020-05-11 20:10 ` newbluemoon
2020-05-11 20:16 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).