[arch-commits] Commit in sile/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Jan 12 19:51:24 UTC 2022
Date: Wednesday, January 12, 2022 @ 19:51:24
Author: alerque
Revision: 1101729
archrelease: copy trunk to community-x86_64
Added:
sile/repos/community-x86_64/PKGBUILD
(from rev 1101728, sile/trunk/PKGBUILD)
Deleted:
sile/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 136 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 68 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 19:50:36 UTC (rev 1101728)
+++ PKGBUILD 2022-01-12 19:51:24 UTC (rev 1101729)
@@ -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=5
-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-x86_64/PKGBUILD (from rev 1101728, sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-12 19:51:24 UTC (rev 1101729)
@@ -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='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
+pkgver=0.12.1
+pkgrel=1
+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=('91086ff951322b283fcab178bb9d681460ba50b6dbdeae25dc2055e18bc688b7')
+
+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