Date: Friday, July 15, 2022 @ 14:19:58 Author: alerque Revision: 1252949
archrelease: copy trunk to community-x86_64 Added: sile/repos/community-x86_64/PKGBUILD (from rev 1252948, sile/trunk/PKGBUILD) Deleted: sile/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 148 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-15 14:19:48 UTC (rev 1252948) +++ PKGBUILD 2022-07-15 14:19:58 UTC (rev 1252949) @@ -1,74 +0,0 @@ -# Maintainer: Caleb Maclennan <ca...@alerque.com> -# Contributor: Adrián Pérez de Castro <ape...@igalia.com> - -pkgname=sile -pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua' -pkgver=0.13.2 -pkgrel=2 -arch=(x86_64) -url=https://www.sile-typesetter.org -_url="https://github.com/sile-typesetter/$pkgname" -license=(MIT) -_luadeps=(bit32 - cassowary - cldr - cliargs - cosmo - expat - filesystem - fluent - linenoise - loadkit - lpeg - luaepnf - luarepl - luautf8 - penlight - sec - socket - stdlib - vstruct - zlib) -depends=(glibc - fontconfig - freetype2 - harfbuzz - gentium-plus-font - git - icu - libpng # this goes with libtexpdf if ever split out to a library package - lua - "${_luadeps[@]/#/lua-}" - zlib) -depends+=(libfreetype.so - libharfbuzz.so - libicudata.so - libicui18n.so - libicuio.so - libicuuc.so) -optdepends=('libertinus-font: math package default font' - 'noto-fonts-cjk: tate enabled classes default font') -checkdepends=(poppler) -provides=(libtexpdf.so) -options=(debug) -_archive="$pkgname-$pkgver" -source=("$_url/releases/download/v$pkgver/$_archive.tar.xz") -sha256sums=('7d0a1f22100cefbc85d67b1e78fe114c3b4b510dc3a24ec59a9485e9b3ef7b08') - -build () { - cd "$_archive" - ./configure \ - --prefix /usr \ - --with-system-luarocks - make all -} - -check () { - cd "$_archive" - make check -} - -package () { - cd "$_archive" - make install DESTDIR="$pkgdir" -} Copied: sile/repos/community-x86_64/PKGBUILD (from rev 1252948, sile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-15 14:19:58 UTC (rev 1252949) @@ -0,0 +1,74 @@ +# Maintainer: Caleb Maclennan <ca...@alerque.com> +# Contributor: Adrián Pérez de Castro <ape...@igalia.com> + +pkgname=sile +pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua' +pkgver=0.13.3 +pkgrel=1 +arch=(x86_64) +url=https://www.sile-typesetter.org +_url="https://github.com/sile-typesetter/$pkgname" +license=(MIT) +_luadeps=(bit32 + cassowary + cldr + cliargs + cosmo + expat + filesystem + fluent + linenoise + loadkit + lpeg + luaepnf + luarepl + luautf8 + penlight + sec + socket + stdlib + vstruct + zlib) +depends=(glibc + fontconfig + freetype2 + harfbuzz + gentium-plus-font + git + icu + libpng # this goes with libtexpdf if ever split out to a library package + lua + "${_luadeps[@]/#/lua-}" + zlib) +depends+=(libfreetype.so + libharfbuzz.so + libicudata.so + libicui18n.so + libicuio.so + libicuuc.so) +optdepends=('libertinus-font: math package default font' + 'noto-fonts-cjk: tate enabled classes default font') +checkdepends=(poppler) +provides=(libtexpdf.so) +options=(debug) +_archive="$pkgname-$pkgver" +source=("$_url/releases/download/v$pkgver/$_archive.tar.xz") +sha256sums=('1ab1c6f1898440822c1f85186f8b4676bab3eda3ad947d838ea0d991fb301c75') + +build () { + cd "$_archive" + ./configure \ + --prefix /usr \ + --with-system-luarocks + make all +} + +check () { + cd "$_archive" + make check +} + +package () { + cd "$_archive" + make install DESTDIR="$pkgdir" +}