Skip to content

Commit 0c3ebb7

Browse files
committed
feat(deps): Make @Omikhleia's ptable package available by default
It seems like I use this on most of my projects these days. Now that silex (which it depends on, so becomes a transitive dependency here too) doesn't hijack SILE's namespace by default, there isn't any reason not to provide this out of the box. So instead of having them have to install it in their own Docker images or Lua Rockspec, lets just bundle it by default.
1 parent 1c701fe commit 0c3ebb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
105105
AX_LUAROCKS_ROCK(yaml)
106106
107107
AX_LUAROCKS_ROCK(decasify.sile)
108+
AX_LUAROCKS_ROCK(ptable.sile)
108109
109110
AC_PATH_PROG([PERL], [perl])
110111
AX_PROG_PERL_VERSION([5], [], AC_MSG_ERROR([perl interpreter is required]))

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REVISION=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')
88
RUNTIME_DEPS='bc bcprov curl decasify entr epubcheck fontconfig ghostscript git git-warp-time imagemagick inetutils sudo'\
99
' inkscape java-commons-lang jq kindlegen libertinus-font libgit2 m4 make mdbook moreutils nodejs'\
1010
' pandoc-sile-git parallel pcre pdftk podofo-tools poppler povray ripgrep sassc sile sqlite'\
11-
' sile-decasify'\
11+
' sile-decasify sile-ptable'\
1212
' texlive-binextra texlive-xetex texlive-formatsextra texlive-latexextra texlive-langenglish texlive-langother texlive-langcyrillic'\
1313
' tex-gyre-fonts ttf-hack yq zint zola zsh'\
1414
' lua lua-yaml lua-decasify'\

0 commit comments

Comments
 (0)