[arch-commits] Commit in sile/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Thu Sep 1 20:53:18 UTC 2022
Date: Thursday, September 1, 2022 @ 20:53:18
Author: alerque
Revision: 1290422
archrelease: copy trunk to community-x86_64
Added:
sile/repos/community-x86_64/PKGBUILD
(from rev 1290421, sile/trunk/PKGBUILD)
Deleted:
sile/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 149 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 75 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 20:53:10 UTC (rev 1290421)
+++ PKGBUILD 2022-09-01 20:53:18 UTC (rev 1290422)
@@ -1,74 +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.3
-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: default math font'
- 'noto-fonts-cjk: default font for tate enabled classes'
- 'ttf-hack: defaualt mono font')
-checkdepends=(poppler)
-provides=(libtexpdf.so)
-options=(debug)
-_archive="$pkgname-$pkgver"
-source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
-
-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 1290421, sile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-01 20:53:18 UTC (rev 1290422)
@@ -0,0 +1,75 @@
+# 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.3
+pkgrel=2
+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: default math font'
+ 'luarocks: manage addon packages'
+ 'noto-fonts-cjk: default font for tate enabled classes'
+ 'ttf-hack: defaualt mono font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
+
+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