texlive-bin: move provides to metapackage
This commit is contained in:
parent
fc751325b9
commit
1651968cd4
1 changed files with 4 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive-bin'
|
||||||
pkgname=texlive-bin
|
pkgname=texlive-bin
|
||||||
version=2020
|
version=2020
|
||||||
revision=2
|
revision=3
|
||||||
depends="texlive${version}-bin"
|
depends="texlive${version}-bin"
|
||||||
short_desc="TeX Live Binary distribution through tl-install (newest version)"
|
short_desc="TeX Live Binary distribution through tl-install (newest version)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://tug.org/texlive/"
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) _tlarch=i386-linux;;
|
i686) _tlarch=i386-linux;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue