summaryrefslogtreecommitdiff
path: root/dev-texlive
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-03 18:48:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-03 18:48:35 +0000
commit3517a84243eae72744de4d2fdeda9f541f332ebb (patch)
tree360d80ba59172941ec3737419b655d3ba82e5575 /dev-texlive
parentc492fb3e74f4af91c7146e56d71984a089d3af33 (diff)
downloadbaldeagleos-repo-3517a84243eae72744de4d2fdeda9f541f332ebb.tar.gz
baldeagleos-repo-3517a84243eae72744de4d2fdeda9f541f332ebb.tar.xz
baldeagleos-repo-3517a84243eae72744de4d2fdeda9f541f332ebb.zip
Adding metadata
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild (renamed from dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild)14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild
index 24cc821ea10f..82ee9175f687 100644
--- a/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild
+++ b/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild
@@ -201,7 +201,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
tlcockpit.source.r54857
"
-inherit texlive-module
+inherit shell-completion texlive-module
DESCRIPTION="TeXLive TeX auxiliary programs"
@@ -222,6 +222,10 @@ RDEPEND="
DEPEND="
${COMMON_DEPEND}
"
+# app-text/texlive-core for texlua/luatex to generate the shellc completion
+BDEPEND="
+ app-text/texlive-core
+"
TEXLIVE_MODULE_BINSCRIPTS="
texmf-dist/scripts/a2ping/a2ping.pl
@@ -313,7 +317,15 @@ TEXLIVE_MODULE_BINLINKS="
texdef:latexdef
"
+src_compile() {
+ texlive-module_src_compile
+ ./texmf-dist/scripts/texdoc/texdoc.tlu \
+ --print-completion zsh \
+ > "${T}"/_texdoc || die
+}
+
src_install() {
texlive-module_src_install
keepdir /var/lib/texmf/web2c
+ dozshcomp "${T}"/_texdoc
}