Date: Saturday, September 4, 2021 @ 18:09:55
  Author: alerque
Revision: 1011421

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  133 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-04 18:09:09 UTC (rev 1011420)
+++ PKGBUILD    2021-09-04 18:09:55 UTC (rev 1011421)
@@ -1,66 +0,0 @@
-# Maintainer: Caleb Maclennan <ca...@alerque.com>
-# Contributor: Adrián Pérez de Castro <ape...@igalia.com>
-
-pkgname=sile
-pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.11.1
-pkgrel=2
-arch=(x86_64)
-url=https://www.sile-typesetter.org
-license=(MIT)
-_luadeps=(bit32
-           cassowary
-           cosmo
-           cliargs
-           expat
-           filesystem
-           linenoise
-           lpeg
-           luaepnf
-           penlight
-           repl
-           sec
-           socket
-           stdlib
-           utf8
-           vstruct
-           zlib)
-depends=(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)
-checkdepends=(poppler)
-provides=(libtexpdf.so)
-_archive="$pkgname-$pkgver"
-source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz";)
-sha256sums=('a3e627d543bf07ff43ff06cacdbceb8f37aa056a31af25e68f706ad33f497d19')
-
-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 1011420, 
sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-09-04 18:09:55 UTC (rev 1011421)
@@ -0,0 +1,67 @@
+# Maintainer: Caleb Maclennan <ca...@alerque.com>
+# Contributor: Adrián Pérez de Castro <ape...@igalia.com>
+
+pkgname=sile
+pkgdesc='Modern typesetting system inspired by TeX'
+pkgver=0.11.1
+pkgrel=3
+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)
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+_archive="$pkgname-$pkgver"
+source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz";)
+sha256sums=('a3e627d543bf07ff43ff06cacdbceb8f37aa056a31af25e68f706ad33f497d19')
+
+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