summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-04-04 10:14:57 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-04-04 10:17:56 +0200
commite1ba111ea825b771541ccf989a67a855fd63eabc (patch)
tree8072003327d63fd9dc989c8136a1100e1509a19f /app-text/texlive-core
parenttexlive-*.eclass: move update_tldb from texlive-module to texlive-common (diff)
downloadgentoo-e1ba111ea825b771541ccf989a67a855fd63eabc.tar.gz
gentoo-e1ba111ea825b771541ccf989a67a855fd63eabc.tar.bz2
gentoo-e1ba111ea825b771541ccf989a67a855fd63eabc.zip
app-text/texlive-core: add 2023-r6
Unconditionally install xdvipdfmx and update tlpdb. Closes: https://bugs.gentoo.org/928288 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/texlive-core-2023-r6.ebuild (renamed from app-text/texlive-core/texlive-core-2023-r5.ebuild)8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-text/texlive-core/texlive-core-2023-r5.ebuild b/app-text/texlive-core/texlive-core-2023-r6.ebuild
index 97eb9b1ca6a2..4c3cc6a99092 100644
--- a/app-text/texlive-core/texlive-core-2023-r5.ebuild
+++ b/app-text/texlive-core/texlive-core-2023-r6.ebuild
@@ -335,7 +335,7 @@ src_configure() {
--enable-afm2pl=yes
--enable-dvidvi=yes
--enable-dviljk=yes
- $(use_enable cjk dvipdfm-x)
+ --enable-dvipdfm-x
--enable-dvipos=yes
--enable-gregorio=yes
--enable-gsftopk=yes
@@ -475,4 +475,10 @@ pkg_postinst() {
# eftmutil-sys here and the reasons why it sometimes fails.
nonfatal etexmf-update
nonfatal efmtutil-sys
+
+ texlive-common_update_tlpdb
+}
+
+pkg_postrm() {
+ texlive-common_update_tlpdb
}