Date: Monday, April 18, 2022 @ 09:12:21 Author: alerque Revision: 1186970
archrelease: copy trunk to community-x86_64 Added: sile/repos/community-x86_64/PKGBUILD (from rev 1186969, sile/trunk/PKGBUILD) Deleted: sile/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 138 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 70 insertions(+), 68 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-18 09:11:48 UTC (rev 1186969) +++ PKGBUILD 2022-04-18 09:12:21 UTC (rev 1186970) @@ -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.4 -pkgrel=2 -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=('228faec0592541e373e7a4e4145bdcba60252df08f7c5f6fb4e573c5fbc186d8') - -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 1186969, sile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-18 09:12:21 UTC (rev 1186970) @@ -0,0 +1,70 @@ +# 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.5 +pkgrel=1 +arch=(x86_64) +url=https://www.sile-typesetter.org +_url="https://github.com/sile-typesetter/$pkgname" +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) +options=(debug) +_archive="$pkgname-$pkgver" +source=("$_url/releases/download/v$pkgver/$_archive.tar.xz") +sha256sums=('de97ff483dd4cd5150ae3ec5b60ca11515bc47e143eb0ee980da67c5716c3c7d') + +build () { + cd "$_archive" + ./configure \ + --prefix /usr \ + --with-system-luarocks + make all +} + +check () { + cd "$_archive" + make check +} + +package () { + cd "$_archive" + make install DESTDIR="$pkgdir" +}