From 986f36ba20551fbb74a3ee585807944f30ca1f6e Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sun, 10 Apr 2016 13:57:19 -0400 Subject: [PATCH 3/3] texlive: include collection .tlpobj for tlmgr --- cygclass/texlive.cygclass | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cygclass/texlive.cygclass b/cygclass/texlive.cygclass index 13f68fc..f67a627 100644 --- a/cygclass/texlive.cygclass +++ b/cygclass/texlive.cygclass @@ -58,10 +58,13 @@ # mirror instead of from stable release repository mirrors, which are frozen # during the pretest phase. #**** -if ! defined TEXLIVE_TEXMF_PKGS && ! defined TEXLIVE_ARCH_PKGS && ! defined TEXLIVE_DOC_PKGS -then - TEXLIVE_TEXMF_PKGS=${PN#texlive-} -fi + +# For the sake of tlmgr we want to include the .tlpobj file for the +# collection. +case ${PN} in +*-doc) ;; +*) TEXLIVE_TEXMF_PKGS+=" ${PN#texlive-}" ;; +esac #****o* texlive.cygclass/CATEGORY (texlive) # DEFINITION -- 2.8.0