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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Aug 11 20:29:05 UTC 2022


    Date: Thursday, August 11, 2022 @ 20:29:05
  Author: alerque
Revision: 1265285

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-11 20:28:57 UTC (rev 1265284)
+++ PKGBUILD	2022-08-11 20:29:05 UTC (rev 1265285)
@@ -1,73 +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.14.1
-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=('a6a86e59a6001b6bfac4448f6d2acaeedacf006ab6f9ccea17b6d9cb73a10cd0')
-
-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 1265284, sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-11 20:29:05 UTC (rev 1265285)
@@ -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.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"
+}



More information about the arch-commits mailing list