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

Caleb Maclennan alerque at gemini.archlinux.org
Wed Sep 22 15:18:17 UTC 2021


    Date: Wednesday, September 22, 2021 @ 15:18:17
  Author: alerque
Revision: 1021617

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 15:17:39 UTC (rev 1021616)
+++ PKGBUILD	2021-09-22 15:18:17 UTC (rev 1021617)
@@ -1,68 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Adrián Pérez de Castro <aperez at igalia.com>
-
-pkgname=sile
-pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.12.0
-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=('c983a2b32d171ba392191eb29de2c3b433452d6cb514f270b17a7b3889fb6de6')
-
-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-testing-x86_64/PKGBUILD (from rev 1021616, sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 15:18:17 UTC (rev 1021617)
@@ -0,0 +1,68 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Adrián Pérez de Castro <aperez at igalia.com>
+
+pkgname=sile
+pkgdesc='Modern typesetting system inspired by TeX'
+pkgver=0.12.0
+pkgrel=4
+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=('c983a2b32d171ba392191eb29de2c3b433452d6cb514f270b17a7b3889fb6de6')
+
+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