fntsample: update to 5.3.
This commit is contained in:
parent
5f4dcf221d
commit
bacdb4db1f
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fntsample'
|
# Template file for 'fntsample'
|
||||||
pkgname=fntsample
|
pkgname=fntsample
|
||||||
version=5.2
|
version=5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
||||||
|
@ -14,17 +14,17 @@ changelog="https://raw.githubusercontent.com/eugmes/fntsample/master/ChangeLog"
|
||||||
distfiles="https://github.com/eugmes/fntsample/archive/release/${version}.tar.gz
|
distfiles="https://github.com/eugmes/fntsample/archive/release/${version}.tar.gz
|
||||||
https://unicode.org/Public/11.0.0/ucd/Blocks.txt
|
https://unicode.org/Public/11.0.0/ucd/Blocks.txt
|
||||||
https://unicode.org/terms_of_use.html"
|
https://unicode.org/terms_of_use.html"
|
||||||
skip_extraction="Blocks.txt
|
checksum="e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
|
||||||
terms_of_use.html"
|
|
||||||
checksum="f5d6da0ea61235b050e3b3334349c2545786e18da23d4ef9ff0a0b4ca6e7f0cb
|
|
||||||
0b457b66c788a97c8521e265f0b793d4ed911356d39eb61029f9cef8554cd052
|
0b457b66c788a97c8521e265f0b793d4ed911356d39eb61029f9cef8554cd052
|
||||||
341d64a621d779d29ed33b771798a0bc5c2acf88f28a00f355d0f70c14fe8a06"
|
341d64a621d779d29ed33b771798a0bc5c2acf88f28a00f355d0f70c14fe8a06"
|
||||||
|
skip_extraction="Blocks.txt
|
||||||
|
terms_of_use.html"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ${XBPS_BUILDDIR}/fntsample-release-${version} ${wrksrc}
|
mv "${XBPS_BUILDDIR}/fntsample-release-${version}" "${wrksrc}"
|
||||||
mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Blocks.txt ${wrksrc}/
|
mv "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/terms_of_use.html
|
vlicense "${XBPS_SRCDISTDIR}/fntsample-${version}/terms_of_use.html"
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/fntsample/update
Normal file
1
srcpkgs/fntsample/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='/archive/(release/|v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Add table
Add a link
Reference in a new issue