sile: update to 0.9.5.1.

This commit is contained in:
John 2019-01-17 08:44:06 +01:00 committed by John Zimmermann
parent d13a1cc9bc
commit 3e88e6dfc3
1 changed files with 4 additions and 16 deletions

View File

@ -1,10 +1,9 @@
# Template file for 'sile'
pkgname=sile
version=0.9.5
version=0.9.5.1
revision=1
_libtexpdf_commit=1c9c3722d08e4e44695bdea41cd5a5118c8a120a
build_style=gnu-configure
hostmakedepends="pkg-config libtool automake"
hostmakedepends="pkg-config"
makedepends="harfbuzz-devel lua51-devel lua51-lpeg luaexpat
lua51-zlib luafilesystem luasocket lua51-luasec"
depends="lua51-lpeg luaexpat lua51-zlib luafilesystem luasocket
@ -13,25 +12,14 @@ short_desc="Modern typesetting system inspired by TeX"
maintainer="John <johnz@posteo.net>"
license="MIT"
homepage="http://www.sile-typesetter.org/"
distfiles="https://github.com/simoncozens/sile/archive/v${version}.tar.gz
https://github.com/simoncozens/libtexpdf/archive/${_libtexpdf_commit}.tar.gz"
checksum="89f28ee77a1eb928ca30060864b57007b4f447f08dc021dd0d013e363ccb9407
01b650ed383b7c68869bfe7f45213c1fbb6a7892d770ce9716aba787f8b380ad"
distfiles="https://github.com/simoncozens/sile/releases/download/v${version}/sile-${version}.tar.bz2"
checksum=60cdcc4509971973feab352dfc1a86217cc1fdb12d56823f04d863afef92003a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" lua51 lua51-lpeg luaexpat lua51-zlib luafilesystem
luasocket lua51-luasec"
fi
post_extract() {
mv ${wrksrc}/../libtexpdf-${_libtexpdf_commit}/* ${wrksrc}/libtexpdf
rm -rf ${wrksrc}/../libtexpdf-${_libtexpdf_commit}
}
pre_configure() {
./bootstrap.sh
}
post_install() {
vlicense LICENSE
}