summaryrefslogtreecommitdiff
path: root/libre/texlive-bin
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-09-04 20:29:56 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-09-09 23:23:20 -0400
commit42e4fae36f0dbff082c5246eeb79adede4f8c438 (patch)
tree61e90c6063e868ce29f4507d72fd9e495de0d2bd /libre/texlive-bin
parent5891b60599faa08b4bc2ceaa777d132ce18e5648 (diff)
[texlive-bin]: add 'icu' sodeps
Diffstat (limited to 'libre/texlive-bin')
-rw-r--r--libre/texlive-bin/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD
index 4ef88b7cb..f4222aaf8 100644
--- a/libre/texlive-bin/PKGBUILD
+++ b/libre/texlive-bin/PKGBUILD
@@ -10,7 +10,7 @@
# parabola changes and rationale:
# - rebrand for parabola
-# - pin to strongly-coupled dependency versions (NOTE: this build does not pin to poppler - it may no longer be necessary due to removal of --with-system-poppler flag?)
+# - pin to strongly-coupled dependency versions
# - disable texindy/xindy on armv7h
@@ -131,6 +131,9 @@ package_texlive-bin() {
optdepends=('ed: for texconfig'
'biber: for bibliography processing')
+ # pin to strongly-coupled dependency versions
+ depends+=('libicui18n.so' 'libicuuc.so')
+
cd "$srcdir/texlive-source"
#############################################################