Date: Thursday, September 1, 2022 @ 20:46:54
  Author: alerque
Revision: 1290420

archrelease: copy trunk to community-x86_64

Added:
  sile/repos/community-x86_64/PKGBUILD
    (from rev 1290419, sile/trunk/PKGBUILD)
Deleted:
  sile/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  147 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-01 20:46:46 UTC (rev 1290419)
+++ PKGBUILD    2022-09-01 20:46:54 UTC (rev 1290420)
@@ -1,73 +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.14.2
-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
-          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=('a3de247d9c21a3b26e9bef10865dc04ccf72021285aa1197365519a36f5062e0')
-
-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 1290419, 
sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-01 20:46:54 UTC (rev 1290420)
@@ -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.14.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
+          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: default math font'
+            'noto-fonts-cjk: default font for tate enabled classes'
+            'ttf-hack: defaualt mono font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
+
+build () {
+       cd "$_archive"
+       ./configure \
+               --prefix /usr \
+               --with-system-luarocks
+       make all
+}
+
+check () {
+       cd "$_archive"
+       make check
+}
+
+package () {
+       cd "$_archive"
+       make install DESTDIR="$pkgdir"
+}

Reply via email to