From b5064f85ddbb5c2dd12abc533ed9c9cbe690c945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Jul 2020 18:31:20 +0200 Subject: [PATCH 1/2] texlive-bin: move provides to metapackage --- srcpkgs/texlive-bin/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/texlive-bin/template b/srcpkgs/texlive-bin/template index 9d8f677ef4b..bd3a6e688c2 100644 --- a/srcpkgs/texlive-bin/template +++ b/srcpkgs/texlive-bin/template @@ -1,12 +1,15 @@ # Template file for 'texlive-bin' pkgname=texlive-bin version=2020 -revision=2 +revision=3 depends="texlive${version}-bin" short_desc="TeX Live Binary distribution through tl-install (newest version)" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://tug.org/texlive/" +# Newest texliveYYYY-bin shouldn't provide tex. +# This way updates will be pulled by packages depending on virtual. +provides="tex-${version}_1" case "$XBPS_TARGET_MACHINE" in i686) _tlarch=i386-linux;; From 8b86daac1065b79f4cfc4f40333c2c534d902fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Jul 2020 18:31:20 +0200 Subject: [PATCH 2/2] texlive2020-bin: move provides to metapackage --- srcpkgs/texlive2020-bin/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/texlive2020-bin/template b/srcpkgs/texlive2020-bin/template index 94376abd509..f6684c6122e 100644 --- a/srcpkgs/texlive2020-bin/template +++ b/srcpkgs/texlive2020-bin/template @@ -1,7 +1,7 @@ # Template file for 'texlive-bin' pkgname=texlive2020-bin version=2020 -revision=2 +revision=3 archs="x86_64* i686 aarch64 arm*" maintainer="Leah Neukirchen " homepage="http://tug.org/texlive/" @@ -10,7 +10,6 @@ short_desc="TeX Live Binary distribution through tl-install" depends="cairo pixman graphite gd poppler libsigsegv zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl ghostscript xz" -provides="tex-${version}_1" distfiles="ftp://ftp.tug.org/texlive/historic/${version}/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz" checksum=7c90a50e55533d57170cbc7c0370a010019946eb18570282948e1af6f809382d create_wrksrc=yes