texlive: create libsynctex sub-package.
Other packages can link against this library, and they don't need to pull in the whole texlive package. [ci skip] Closes: #24300 [via git-merge-pr]
This commit is contained in:
parent
bfc209830a
commit
feb835ee2e
3 changed files with 9 additions and 0 deletions
|
@ -3972,6 +3972,7 @@ libkpathsea.so.6 texlive-20200406_1
|
||||||
libtexluajit.so.2 texlive-LuaTeX-20200406_1
|
libtexluajit.so.2 texlive-LuaTeX-20200406_1
|
||||||
libtexlua53.so.5 texlive-LuaTeX-20200406_1
|
libtexlua53.so.5 texlive-LuaTeX-20200406_1
|
||||||
libptexenc.so.1 texlive-20200406_1
|
libptexenc.so.1 texlive-20200406_1
|
||||||
|
libsynctex.so.2 libsynctex-20200406_3
|
||||||
libdolphinvcs.so.5 dolphin-20.04.3_1
|
libdolphinvcs.so.5 dolphin-20.04.3_1
|
||||||
libcglm.so.0 cglm-0.7.6_1
|
libcglm.so.0 cglm-0.7.6_1
|
||||||
libfcft.so.3 fcft-2.2.2_1
|
libfcft.so.3 fcft-2.2.2_1
|
||||||
|
|
1
srcpkgs/libsynctex
Symbolic link
1
srcpkgs/libsynctex
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
texlive
|
|
@ -338,6 +338,13 @@ texlive-Xdvi_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libsynctex_package() {
|
||||||
|
short_desc+=" - libsynctex"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/libsynctex.so.*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
texlive-devel_package() {
|
texlive-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue