From fb01d60116dd477a62486719dbe9416437a185d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:20 -0300 Subject: [PATCH 01/24] texlive: update to 20210325. For ownership.txt changes: - all files using the texlive version were identical between packages - tikztosvg had more features in texlive-pictures --- .../build-style/texmf/ownership.txt | 6 +++ srcpkgs/texlive/patches/tlmgr.patch | 44 +++++++------------ srcpkgs/texlive/template | 18 +++----- 3 files changed, 29 insertions(+), 39 deletions(-) diff --git a/common/environment/build-style/texmf/ownership.txt b/common/environment/build-style/texmf/ownership.txt index 0f41d75e2055..01dcd2f0cc6f 100644 --- a/common/environment/build-style/texmf/ownership.txt +++ b/common/environment/build-style/texmf/ownership.txt @@ -20,6 +20,7 @@ scripts/accfonts/mkt1font texlive scripts/accfonts/vpl2ovp texlive scripts/accfonts/vpl2vpl texlive scripts/adhocfilelist/adhocfilelist.sh texlive +scripts/albatross/albatross.sh texlive scripts/arara/arara.sh texlive scripts/attachfile2/pdfatfi.pl texlive scripts/authorindex/authorindex texlive @@ -71,8 +72,10 @@ scripts/fontools/autoinst texlive scripts/fontools/ot2kpx texlive scripts/fragmaster/fragmaster.pl texlive scripts/getmap/getmapdl.lua texlive +scripts/git-latexdiff/git-latexdiff texlive scripts/glossaries/makeglossaries-lite.lua texlive scripts/glossaries/makeglossaries texlive +scripts/hyperxmp/hyperxmp-add-bytecount.pl texlive scripts/installfont/installfont-tl texlive scripts/jfmutil/jfmutil.pl texlive scripts/ketcindy/ketcindy.pl texlive @@ -91,6 +94,7 @@ scripts/latexindent/latexindent.pl texlive scripts/latexmk/latexmk.pl texlive scripts/latexpand/latexpand texlive scripts/latex-papersize/latex-papersize.py texlive +scripts/light-latex-make/llmk.lua texlive scripts/lilyglyphs/lily-glyph-commands.py texlive-music scripts/lilyglyphs/lily-image-commands.py texlive-music scripts/lilyglyphs/lily-rebuild-pdfs.py texlive-music @@ -122,6 +126,7 @@ scripts/pdfxup/pdfxup texlive scripts/pedigree-perl/pedigree.pl texlive-pstricks scripts/perltex/perltex.pl texlive scripts/petri-nets/pn2pdf texlive +scripts/tikztosvg/tikztosvg texlive-pictures scripts/pfarrei/a5toa4.tlu texlive scripts/pfarrei/pfarrei.tlu texlive scripts/pkfix-helper/pkfix-helper texlive @@ -144,6 +149,7 @@ scripts/pythontex/depythontex.py texlive scripts/pythontex/pythontex.py texlive scripts/rubik/rubikrotation.pl texlive-games scripts/simpdftex/simpdftex texlive +scripts/spix/spix.py texlive scripts/splitindex/splitindex.pl texlive scripts/srcredact/srcredact.pl texlive scripts/sty2dtx/sty2dtx.pl texlive diff --git a/srcpkgs/texlive/patches/tlmgr.patch b/srcpkgs/texlive/patches/tlmgr.patch index ef3ae26e7368..b4c1c02e8943 100644 --- a/srcpkgs/texlive/patches/tlmgr.patch +++ b/srcpkgs/texlive/patches/tlmgr.patch @@ -11,26 +11,21 @@ Modified by fosslinux. --- a/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/texk/texlive/linked_scripts/texlive/tlmgr.pl -@@ -21,7 +21,7 @@ +@@ -20,7 +20,7 @@ $datrev =~ s/^.*Date: //; + $datrev =~ s/ \(.*$//; $tlmgrversion = "$tlmgrrevision ($datrev)"; - our $Master; --our $ismain; -+our $ismain = 1; +-our $Master; ++our $Master = "/usr/share/texmf-dist"; our $loadmediasrcerror; our $packagelogfile; our $packagelogged; -@@ -41,50 +41,8 @@ +@@ -39,38 +39,9 @@ END { + } BEGIN { - $^W = 1; -- $ismain = (__FILE__ eq $0); -- # WARNING -- # The only use anticipated for tlmgr.pl as library for the 2009 release -- # is the Windows w32client prototype script. -- # Unix-specific problems with use as library will probably go undetected. -- -- # make subprograms (including kpsewhich) have the right path: +- $^W = 1; + # make subprograms (including kpsewhich) have the right path: - my $kpsewhichname; - if ($^O =~ /^MSWin/i) { - # on w32 $0 and __FILE__ point directly to tlmgr.pl; they can be relative @@ -44,14 +39,8 @@ Modified by fosslinux. - } else { - $Master = __FILE__; - $Master =~ s,/*[^/]*$,,; -- if ($ismain) { -- $bindir = $Master; -- $Master = "$Master/../.."; -- } else { -- # for the time being, this code will not be used or tested -- $Master = "$Master/../../.."; -- # no code yet for $bindir; would have to detect platform -- } +- $bindir = $Master; +- $Master = "$Master/../.."; - # make subprograms (including kpsewhich) have the right path: - $ENV{"PATH"} = "$bindir:$ENV{PATH}"; - $kpsewhichname = "kpsewhich"; @@ -67,13 +56,12 @@ Modified by fosslinux. - die ("Could not determine directory of tlmgr executable, " - . "maybe shared library woes?\nCheck for error messages above"); - } -- -+ -+ $Master = "/usr/share/texmf-dist"; ++ $bindir = $Master; ++ $ENV{"PATH"} = "$bindir:$ENV{PATH}"; + $::installerdir = $Master; # for config.guess et al., see TLUtils.pm - # make Perl find our packages first: -@@ -621,6 +579,13 @@ +@@ -615,6 +586,13 @@ for the full story.\n"; tldie("$prg: Try --help if you need it.\n"); } @@ -87,7 +75,7 @@ Modified by fosslinux. # # the main tree we will be working on $::maintree = $Master; -@@ -6099,7 +6064,9 @@ +@@ -6118,7 +6096,9 @@ sub action_postaction { # sets up the user tree for tlmgr in user mode sub action_init_usertree { # init_local_db but do not die if localtlpdb is not found! @@ -98,7 +86,7 @@ Modified by fosslinux. my $tlpdb = TeXLive::TLPDB->new; my $usertree; if ($opts{"usertree"}) { -@@ -6739,7 +6706,11 @@ +@@ -6758,7 +6738,11 @@ sub init_local_db { if ($should_i_die == 2) { return undef; } else { diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template index 06e527a5258d..7c1a5079c774 100644 --- a/srcpkgs/texlive/template +++ b/srcpkgs/texlive/template @@ -1,7 +1,7 @@ # Template file for 'texlive' pkgname=texlive -version=20200406 -revision=10 +version=20210325 +revision=1 wrksrc="texlive-${version}-source" build_wrksrc="build" build_style=gnu-configure @@ -47,6 +47,7 @@ configure_args=" --disable-ttf2pk2 --disable-vlna --disable-xindy + --disable-xpdfopen --with-ps=gs --with-banner-add=/VoidLinux --with-system-cairo @@ -62,7 +63,6 @@ configure_args=" --with-system-poppler --with-system-pixman --with-system-teckit - --with-system-xpdf --with-system-zlib --with-system-zziplib --with-xdvi-x-toolkit=Xaw" @@ -71,13 +71,13 @@ makedepends="cairo-devel freetype-devel gd-devel graphite-devel gmp-devel harfbuzz-devel icu-devel libpaper-devel libpng-devel mpfr-devel poppler-devel pixman-devel libteckit-devel zlib-devel zziplib-devel libXaw-devel" -depends="dialog ghostscript perl-Tk texlive-core xbps-triggers>=0.119_1" +depends="dialog ghostscript perl-Tk texlive-core xbps-triggers" short_desc="TeX Live" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" -distfiles="ftp://tug.org/texlive/historic/2020/texlive-${version}-source.tar.xz" -checksum=e32f3d08cbbbcf21d8d3f96f2143b64a1f5e4cb01b06b761d6249c8785249078 +homepage="https://tug.org/texlive/" +distfiles="ftp://tug.org/texlive/historic/2021/texlive-${version}-source.tar.xz" +checksum=7aefd96608d72061970f2d73f275be5648ea8ae815af073016d3106acc0d584b python_version=3 # Virtual package cares only about year part of version provides="tex-${version%${version#????}}_1" @@ -134,10 +134,6 @@ esac export DASM_ARCH post_extract() { - # pdftex poppler compatibility - cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.86.0,}.cc - cp -pv texk/web2c/pdftexdir/pdftosrc{-poppler0.83.0,}.cc - mkdir -p "${build_wrksrc}" cp -rf texk/web2c "${build_wrksrc}/web2c-host" } From 29bcfd0754c6860d08497eb41d5a4199f39fd165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:21 -0300 Subject: [PATCH 02/24] texlive-basic: update to 2021.0. --- srcpkgs/texlive-basic/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/texlive-basic/template b/srcpkgs/texlive-basic/template index 68af65f2c705..f00aacdb39a5 100644 --- a/srcpkgs/texlive-basic/template +++ b/srcpkgs/texlive-basic/template @@ -1,15 +1,16 @@ # Template file for 'texlive-basic' pkgname=texlive-basic -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive>=20200406 - texlive-BibTeX>=20200406 - texlive-LuaTeX>=20200406 - texlive-dvi>=20200406 - texlive-core>=2020.57066 - texlive-latexextra>=2020.57067 - texlive-pictures>=2020.57065" +_year=${version%.*} +depends="texlive>=20210325 + texlive-BibTeX>=20210325 + texlive-LuaTeX>=20210325 + texlive-dvi>=20210325 + texlive-core>=${_year} + texlive-latexextra>=${_year} + texlive-pictures>=${_year}" short_desc="TeX Live - Metapackage including some simple packages" maintainer="fosslinux " license="GPL-2.0-or-later" From bafd41f502c153bac25fd402d97b063d42b65882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:21 -0300 Subject: [PATCH 03/24] texlive-bibtexextra: update to 2021.58697. --- srcpkgs/texlive-bibtexextra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-bibtexextra/template b/srcpkgs/texlive-bibtexextra/template index fe9d2fa2681d..0d7b57159892 100644 --- a/srcpkgs/texlive-bibtexextra/template +++ b/srcpkgs/texlive-bibtexextra/template @@ -1,12 +1,12 @@ # Template file for 'texlive-bibtexextra' pkgname=texlive-bibtexextra -version=2020.56991 +version=2021.58697 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Additional BibTeX styles and bibliography databases" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=29ac4e1ab0447832a6847abf4a4f2a034ff4deae339fe9c118aef1bc95c02b49 +checksum=d65aa2a12df851e9ddca879f6502a15a52ece9d33c803d4c0d0227fcc785a1c9 From 57e1ab02273ff1df7f980f3123f75186461d8b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:22 -0300 Subject: [PATCH 04/24] texlive-core: update to 2021.58710. --- srcpkgs/texlive-core/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-core/template b/srcpkgs/texlive-core/template index b330bfc6c2bc..2289356f9142 100644 --- a/srcpkgs/texlive-core/template +++ b/srcpkgs/texlive-core/template @@ -1,11 +1,11 @@ # Template file for 'texlive-core' pkgname=texlive-core -version=2020.57066 +version=2021.58710 revision=1 build_style="texmf" short_desc="TeX Live - core texmf distribution" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive" +homepage="https://tug.org/texlive" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=b3280ddd2b2c8d41dba3784ba41b755e317e5352868015fe1f70a16b24f5dde9 +checksum=ef11a19ca15f3e937733ed9e17cc024afaf525afdf3d649c9ae4261f1bfb4415 From a47b2e6186969de5cc23cf77155a4aeabf76097c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:22 -0300 Subject: [PATCH 05/24] texlive-fontsextra: update to 2021.58704. --- srcpkgs/texlive-fontsextra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-fontsextra/template b/srcpkgs/texlive-fontsextra/template index ea129fa90f8c..3de281b7428b 100644 --- a/srcpkgs/texlive-fontsextra/template +++ b/srcpkgs/texlive-fontsextra/template @@ -1,12 +1,12 @@ # Template file for 'texlive-fontsextra' pkgname=texlive-fontsextra -version=2020.57042 +version=2021.58704 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - All sorts of extra fonts" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=88a46fc20ec4522bb825aad3b8792ad1494933b2dcbeee4e6b746e1a264352fb +checksum=4e1647ea20536d336120c2885af3f7677d9e483ce7f397c1c4404e31fc5fc0aa From 4964fb8a0589ba3a876d1377b69828da7e357f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:23 -0300 Subject: [PATCH 06/24] texlive-formatsextra: update to 2021.57972. --- srcpkgs/texlive-formatsextra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-formatsextra/template b/srcpkgs/texlive-formatsextra/template index fee99a62cd6e..d3042a9b2038 100644 --- a/srcpkgs/texlive-formatsextra/template +++ b/srcpkgs/texlive-formatsextra/template @@ -1,12 +1,12 @@ # Template file for 'texlive-formatsextra' pkgname=texlive-formatsextra -version=2020.56699 +version=2021.57972 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Collection of extra TeX 'formats'" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=ead7b2f6674f0db9b35db6ad89c13dead0831f7782999b7fdd921937ffec8352 +checksum=641660f85062d70d715b11e8bd404558d1618a02ce95e1d54792f01e3aa8b80a From bdf6331a783d60888495bf648c71c5b9bfe50b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:24 -0300 Subject: [PATCH 07/24] texlive-games: update to 2021.56833. --- srcpkgs/texlive-games/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-games/template b/srcpkgs/texlive-games/template index 682791ab0e36..ecaffb00fd8d 100644 --- a/srcpkgs/texlive-games/template +++ b/srcpkgs/texlive-games/template @@ -1,12 +1,12 @@ # Template file for 'texlive-games' pkgname=texlive-games -version=2020.56833 +version=2021.56833 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Typesetting board games" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=c11db61e7daf90f815a606df357da480479d300ebe7606179f67ca8c13fedc27 +checksum=9d808f5ecbc8a00d3b2fabef627e4ae0ac026c9eb54d6b02f2efeed486aea54b From c2cc849e34589839fddeed12070fb792cba092e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:24 -0300 Subject: [PATCH 08/24] texlive-humanities: update to 2021.58589. --- srcpkgs/texlive-humanities/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-humanities/template b/srcpkgs/texlive-humanities/template index 4623280a8914..67a66171b548 100644 --- a/srcpkgs/texlive-humanities/template +++ b/srcpkgs/texlive-humanities/template @@ -1,12 +1,12 @@ # Template file for 'texlive-humanities' pkgname=texlive-humanities -version=2020.57034 +version=2021.58589 revision=1 build_style="texmf" depends="texlive-core texlive-latexextra texlive-pictures" short_desc="TeX Live - Packages for humanities, law, linguistics, etc" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=9eecd63565d7ab550fa7f82f10f4f1bbb523c501e987c3eef051426e5927ed70 +checksum=a2688733e66ba324154ee9715327f4cdb26e7c19283a38d03f086e1b3f123e9f From e340bbcba1aebd15cc5c42fd952b81fa8fdf259d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:25 -0300 Subject: [PATCH 09/24] texlive-langchinese: update to 2021.58583. --- srcpkgs/texlive-langchinese/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langchinese/template b/srcpkgs/texlive-langchinese/template index 9b10e8751d56..387b14ef7cbe 100644 --- a/srcpkgs/texlive-langchinese/template +++ b/srcpkgs/texlive-langchinese/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langchinese' pkgname=texlive-langchinese -version=2020.57044 +version=2021.58583 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Chinese" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=635ff96a2373caca1c4b927ba54d6fd1bd3ee629dc9279be768021eb8fe1c93f +checksum=61c476961b3e4d2cc8e95fe68b8ade9a4e692abe644190c1b34adfb58c2f8f8b From 80618a8abf1bd006b225b272e5dd5b5780b64cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:26 -0300 Subject: [PATCH 10/24] texlive-langcyrillic: update to 2021.58426. --- srcpkgs/texlive-langcyrillic/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langcyrillic/template b/srcpkgs/texlive-langcyrillic/template index 6ab9170e30d1..67c0592949fb 100644 --- a/srcpkgs/texlive-langcyrillic/template +++ b/srcpkgs/texlive-langcyrillic/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langcyrillic' pkgname=texlive-langcyrillic -version=2020.56674 +version=2021.58426 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Cyrillic text" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=b20e99fd5a7f48e0024fc2e2bb2609d28eb9a74e5b2abee1843e680632833cf9 +checksum=9dbab28a29c74164f336f38d735277b46ae837492a6fe417b96345620979db7f From b4bb0acbb2fa40cae889e95970559395d1f52668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:26 -0300 Subject: [PATCH 11/24] texlive-langextra: update to 2021.58019. --- srcpkgs/texlive-langextra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langextra/template b/srcpkgs/texlive-langextra/template index a66c38aa338a..d527ba24cc9c 100644 --- a/srcpkgs/texlive-langextra/template +++ b/srcpkgs/texlive-langextra/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langextra' pkgname=texlive-langextra -version=2020.56781 +version=2021.58019 revision=1 build_style="texmf" depends="texlive-core texlive-latexextra" short_desc="TeX Live - Packages for a bunch of extra languages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=57b27be556189cb9a50ee5c724d4cce40cab2efdc3e253d8a4fb61c52d36860a +checksum=3b4b6b09a67a33f2a327021ba39e32e746b9be602037c1f50f7e4ab64605bd47 From 20eeb94b291437d6ea67b9fcc3d13ee64739b33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:27 -0300 Subject: [PATCH 12/24] texlive-langgreek: update to 2021.57684. --- srcpkgs/texlive-langgreek/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langgreek/template b/srcpkgs/texlive-langgreek/template index 1e4c61c3fc2b..2cf3904193e8 100644 --- a/srcpkgs/texlive-langgreek/template +++ b/srcpkgs/texlive-langgreek/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langgreek' pkgname=texlive-langgreek -version=2020.56956 +version=2021.57684 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Greek" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=9fac133578469c91572306a537c47ee6fdc661caf0f0dacba276af6a69fca465 +checksum=dc51d6c3b1ccf8ef95504f4d610759e465eb2703764d0a5bb6cc82790c831141 From 3efa14a6d513a162d87deff2d13e8c068bdb3e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:28 -0300 Subject: [PATCH 13/24] texlive-langjapanese: update to 2021.58632. --- srcpkgs/texlive-langjapanese/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langjapanese/template b/srcpkgs/texlive-langjapanese/template index e5949a7f2325..a58a1b4bd7af 100644 --- a/srcpkgs/texlive-langjapanese/template +++ b/srcpkgs/texlive-langjapanese/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langjapanese' pkgname=texlive-langjapanese -version=2020.57025 +version=2021.58632 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Japanese" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=8f358bde670e7afb8b1561382bc0c18797da97f0e2ea40c74b87a54fc32057c7 +checksum=60f3306ab01d1e57720190c8f59d77e50784646a4050720ed0233deccf65871e From 296bbf5928f8b026d25dbb18a8f1abd9e0da5c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:28 -0300 Subject: [PATCH 14/24] texlive-langkorean: update to 2021.58468. --- srcpkgs/texlive-langkorean/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-langkorean/template b/srcpkgs/texlive-langkorean/template index 05287fea5178..5d8a6b46a5a0 100644 --- a/srcpkgs/texlive-langkorean/template +++ b/srcpkgs/texlive-langkorean/template @@ -1,12 +1,12 @@ # Template file for 'texlive-langkorean' pkgname=texlive-langkorean -version=2020.56915 +version=2021.58468 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Korean" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=e767951038f076f9cdd76a7b5bad9598733ef3df098082d623511d9adffb1d1e +checksum=65da5065850e516840ade0522dca2fe0ecbbcabe38c68744372513943c6c61fc From c0d88a190dc11f96f0e63af53955557fd595dc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:29 -0300 Subject: [PATCH 15/24] texlive-latexextra: update to 2020.57067. --- srcpkgs/texlive-latexextra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/texlive-latexextra/template b/srcpkgs/texlive-latexextra/template index bedea0152676..18db31615c45 100644 --- a/srcpkgs/texlive-latexextra/template +++ b/srcpkgs/texlive-latexextra/template @@ -7,6 +7,6 @@ depends="perl-File-Which python3-Pygments texlive-core texlive-pictures" short_desc="TeX Live - Collection of LaTeX addon packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" checksum=6ab6ca702f7d956de9ee8fb9c78518da64c322472716c99780d9dfd9c158930f From 3b71fac20ae60a64fe0bc79fa1b3ea05b6071c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:30 -0300 Subject: [PATCH 16/24] texlive-music: update to 2021.58331. --- srcpkgs/texlive-music/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-music/template b/srcpkgs/texlive-music/template index 03a03d99805f..2c71e1e607e7 100644 --- a/srcpkgs/texlive-music/template +++ b/srcpkgs/texlive-music/template @@ -1,12 +1,12 @@ # Template file for 'texlive-music' pkgname=texlive-music -version=2020.56473 +version=2021.58331 revision=1 build_style="texmf" depends="fontforge python3 texlive-core" short_desc="TeX Live - Music typesetting packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=06caf29f5ef2e3881cde74963f70ffe75215359ae824ebae4f0599b24ca4458b +checksum=6018606d59925c94a22aeaafbc1fc8e3fbfa78ce2c2f39a4494249e5a27cd984 From edd673817646c266bb7bf603a07950228786b5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:30 -0300 Subject: [PATCH 17/24] texlive-pictures: update to 2021.58558. --- srcpkgs/texlive-pictures/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-pictures/template b/srcpkgs/texlive-pictures/template index e60fb2462824..9dc20b90f8aa 100644 --- a/srcpkgs/texlive-pictures/template +++ b/srcpkgs/texlive-pictures/template @@ -1,12 +1,12 @@ # Template file for 'texlive-pictures' pkgname=texlive-pictures -version=2020.57065 +version=2021.58558 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Packages for drawing graphics" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=4e9a720d65b4a2d15cb05591f817cc76dff57797485b075f356c1c1ff109bca5 +checksum=3c4451eb8d81edadfb165233477835ec7dc8b6ba2ba636cc98204623e3f284d6 From ec3c42bddb3b2490290c0cd7bf3aa7277f4c4708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:31 -0300 Subject: [PATCH 18/24] texlive-pstricks: update to 2021.58293. --- srcpkgs/texlive-pstricks/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-pstricks/template b/srcpkgs/texlive-pstricks/template index 40773bad302a..4988e816311b 100644 --- a/srcpkgs/texlive-pstricks/template +++ b/srcpkgs/texlive-pstricks/template @@ -1,12 +1,12 @@ # Template file for 'texlive-pstricks' pkgname=texlive-pstricks -version=2020.56758 +version=2021.58293 revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Additional PSTricks packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=3c02a5733450544e8d38f66e6fa20055974a474e6184b293fe7d7003e891f6a1 +checksum=f35f6fa8b9686cfdf9a7a2bd43add9d193c1d28f67dd87acfe69765672930b7d From cc085f7efa85a724ec79855e5c39add3de43f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:31 -0300 Subject: [PATCH 19/24] texlive-publishers: update to 2021.58683. --- srcpkgs/texlive-publishers/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive-publishers/template b/srcpkgs/texlive-publishers/template index 892d6e202462..066d07250f35 100644 --- a/srcpkgs/texlive-publishers/template +++ b/srcpkgs/texlive-publishers/template @@ -1,11 +1,11 @@ # Template file for 'texlive-publishers' pkgname=texlive-publishers -version=2020.57058 +version=2021.58683 revision=1 build_style="texmf" short_desc="TeX Live - Classes and packages for certain publishers" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=13a312f58913e168e68b6dc57ef93b099485537c99e5f6f588f5c98764abf069 +checksum=7ee1bdb92641601c285f972f1978b19adbcbb90f430ae38356bd2e5165506304 From 12e0083ccf4fab9a135f166187daea8c866e279a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:51:32 -0300 Subject: [PATCH 20/24] texlive-science: update to 2021.58667. --- srcpkgs/texlive-science/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/texlive-science/template b/srcpkgs/texlive-science/template index 17000ee36c22..28221640fbc4 100644 --- a/srcpkgs/texlive-science/template +++ b/srcpkgs/texlive-science/template @@ -1,12 +1,12 @@ # Template file for 'texlive-science' pkgname=texlive-science -version=2020.57068 -revision=2 +version=2021.58667 +revision=1 build_style="texmf" depends="texlive-core" short_desc="TeX Live - Typesetting for mathematics and science disciplines" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="http://tug.org/texlive/" +homepage="https://tug.org/texlive/" distfiles="https://sources.archlinux.org/other/texlive/${pkgname}-${version}-src.zip" -checksum=ae3925dce04e315ee53cef15799c03a743bdf048313cf328a50b143ff9ace888 +checksum=5b065edb313860e48461ce5591c0f3a346c44abab2a53967661f7f50958c3112 From 004100d49bae1d0f0b26b96e14e5ba7d2e84c305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:53:55 -0300 Subject: [PATCH 21/24] texlive-most: update to 2021.0. --- srcpkgs/texlive-most/template | 45 ++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/srcpkgs/texlive-most/template b/srcpkgs/texlive-most/template index 68683f7d1c01..a1a644f9e3b8 100644 --- a/srcpkgs/texlive-most/template +++ b/srcpkgs/texlive-most/template @@ -1,29 +1,30 @@ # Template file for 'texlive-most' pkgname=texlive-most -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive>=20200406 - texlive-BibTeX>=20200406 - texlive-ConTeXt>=20200406 - texlive-LuaTeX>=20200406 - texlive-PythonTeX>=20200406 - texlive-Xdvi>=20200406 - texlive-XeTeX>=20200406 - texlive-dvi>=20200406 - texlive-core>=2020.57066 - texlive-bibtexextra>=2020.56991 - texlive-fontsextra>=2020.57042 - texlive-formatsextra>=2020.56699 - texlive-games>=2020.56833 - texlive-humanities>=2020.57034 - texlive-latexextra>=2020.57067 - texlive-music>=2020.56473 - texlive-pictures>=2020.57065 - texlive-pstricks>=2020.56758 - texlive-publishers>=2020.57058 - texlive-science>=2020.57068" +_year=${version%.*} +depends="texlive>=20210325 + texlive-BibTeX>=20210325 + texlive-ConTeXt>=20210325 + texlive-LuaTeX>=20210325 + texlive-PythonTeX>=20210325 + texlive-Xdvi>=20210325 + texlive-XeTeX>=20210325 + texlive-dvi>=20210325 + texlive-core>=${_year} + texlive-bibtexextra>=${_year} + texlive-fontsextra>=${_year} + texlive-formatsextra>=${_year} + texlive-games>=${_year} + texlive-humanities>=${_year} + texlive-latexextra>=${_year} + texlive-music>=${_year} + texlive-pictures>=${_year} + texlive-pstricks>=${_year} + texlive-publishers>=${_year} + texlive-science>=${_year}" short_desc="TeX Live - Metapackage including most packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" +homepage="https://tug.org/texlive/" From 32ef12aafd0d12af08706cf7d215c104b70e125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:53:56 -0300 Subject: [PATCH 22/24] texlive-minimal: update to 2021.0. --- srcpkgs/texlive-minimal/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/texlive-minimal/template b/srcpkgs/texlive-minimal/template index cd6fed4d1f4e..bff6399d5fd8 100644 --- a/srcpkgs/texlive-minimal/template +++ b/srcpkgs/texlive-minimal/template @@ -1,11 +1,12 @@ # Template file for 'texlive-minimal' pkgname=texlive-minimal -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive>=20200406 - texlive-core>=2020.57066" +_year=${version%.*} +depends="texlive>=20210325 + texlive-core>=${year}" short_desc="TeX Live - Metapackage including minimal packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" +homepage="https://tug.org/texlive/" From 5b23955b226cba4589cdf44097ee6234b9019e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:53:56 -0300 Subject: [PATCH 23/24] texlive-lang: update to 2021.0. --- srcpkgs/texlive-lang/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/texlive-lang/template b/srcpkgs/texlive-lang/template index 7473c58c229a..3d7989843dd6 100644 --- a/srcpkgs/texlive-lang/template +++ b/srcpkgs/texlive-lang/template @@ -1,16 +1,17 @@ # Template file for 'texlive-lang' pkgname=texlive-lang -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive-core>=2020.57066 - texlive-langchinese>=2020.57044 - texlive-langcyrillic>=2020.56674 - texlive-langextra>=2020.56781 - texlive-langgreek>=2020.56956 - texlive-langjapanese>=2020.57025 - texlive-langkorean>=2020.56915" +_year=${version%.*} +depends="texlive-core>=${_year} + texlive-langchinese>=${_year} + texlive-langcyrillic>=${_year} + texlive-langextra>=${_year} + texlive-langgreek>=${_year} + texlive-langjapanese>=${_year} + texlive-langkorean>=${_year}" short_desc="TeX Live - Metapackage including all languages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" +homepage="https://tug.org/texlive/" From 0b3cdb3388ce2ff2dd01c73cbd3a7af1cc45c752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 27 Nov 2021 00:53:57 -0300 Subject: [PATCH 24/24] texlive-full: update to 2021.0. --- srcpkgs/texlive-full/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/texlive-full/template b/srcpkgs/texlive-full/template index dd578736f605..b5b28221516f 100644 --- a/srcpkgs/texlive-full/template +++ b/srcpkgs/texlive-full/template @@ -1,11 +1,12 @@ # Template file for 'texlive-full' pkgname=texlive-full -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive-most>=2020.1 - texlive-lang>=2020.1" +_year=${version%.*} +depends="texlive-most>=${_year} + texlive-lang>=${_year}" short_desc="TeX Live - Metapackage including all packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" +homepage="https://tug.org/texlive/"