Date: Wednesday, March 2, 2022 @ 16:41:33 Author: alerque Revision: 1139631
archrelease: copy trunk to community-x86_64 Added: sile/repos/community-x86_64/PKGBUILD (from rev 1139630, sile/trunk/PKGBUILD) Deleted: sile/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 136 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 68 insertions(+), 68 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-03-02 16:41:26 UTC (rev 1139630) +++ PKGBUILD 2022-03-02 16:41:33 UTC (rev 1139631) @@ -1,68 +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.12.2 -pkgrel=1 -arch=(x86_64) -url=https://www.sile-typesetter.org -license=(MIT) -_luadeps=(bit32 - cassowary - cliargs - cosmo - expat - filesystem - linenoise - 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') -checkdepends=(poppler) -provides=(libtexpdf.so) -_archive="$pkgname-$pkgver" -source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz") -sha256sums=('510367f0f55f3770d530219f8eca602d0b6b9abf82de83492cb0c85c1f599646') - -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 1139630, sile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-03-02 16:41:33 UTC (rev 1139631) @@ -0,0 +1,68 @@ +# 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.12.3 +pkgrel=1 +arch=(x86_64) +url=https://www.sile-typesetter.org +license=(MIT) +_luadeps=(bit32 + cassowary + cliargs + cosmo + expat + filesystem + linenoise + 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') +checkdepends=(poppler) +provides=(libtexpdf.so) +_archive="$pkgname-$pkgver" +source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz") +sha256sums=('922c1447480866160bc1eb32d7684e2a43998a8efc829c6d3abac78a4023390a') + +build () { + cd "$_archive" + ./configure \ + --prefix /usr \ + --with-system-luarocks + make all +} + +check () { + cd "$_archive" + make check +} + +package () { + cd "$_archive" + make install DESTDIR="$pkgdir" +}