[arch-commits] Commit in sile/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jun 9 19:01:34 UTC 2022


    Date: Thursday, June 9, 2022 @ 19:01:34
  Author: alerque
Revision: 1229741

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  143 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 73 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 19:01:25 UTC (rev 1229740)
+++ PKGBUILD	2022-06-09 19:01:34 UTC (rev 1229741)
@@ -1,70 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Adrián Pérez de Castro <aperez at 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"
-}

Copied: sile/repos/community-x86_64/PKGBUILD (from rev 1229740, sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 19:01:34 UTC (rev 1229741)
@@ -0,0 +1,73 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Adrián Pérez de Castro <aperez at igalia.com>
+
+pkgname=sile
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
+pkgver=0.13.0
+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')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('c32fe58e20f0753e150771678db0e0bc9e2c6c767eda406d2ac2e4a51c7bc439')
+
+build () {
+	cd "$_archive"
+	./configure \
+		--prefix /usr \
+		--with-system-luarocks
+	make all
+}
+
+check () {
+	cd "$_archive"
+	make check
+}
+
+package () {
+	cd "$_archive"
+	make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list