mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
fntsample: depends on unicode-character-database
This commit is contained in:
parent
7b6a0fa12c
commit
9409c072fa
1 changed files with 7 additions and 21 deletions
|
@ -1,33 +1,19 @@
|
||||||
# Template file for 'fntsample'
|
# Template file for 'fntsample'
|
||||||
pkgname=fntsample
|
pkgname=fntsample
|
||||||
version=5.3
|
version=5.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
|
||||||
wrksrc="fntsample-release-${version}"
|
wrksrc="fntsample-release-${version}"
|
||||||
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
build_style=cmake
|
||||||
|
configure_args="-DUNICODE_BLOCKS=/usr/share/unicode/Blocks.txt"
|
||||||
make_cmd=make
|
make_cmd=make
|
||||||
hostmakedepends="gettext pkg-config"
|
hostmakedepends="gettext pkg-config unicode-character-database"
|
||||||
makedepends="cairo-devel fontconfig-devel freetype-devel glib-devel pango-devel"
|
makedepends="cairo-devel fontconfig-devel freetype-devel glib-devel pango-devel"
|
||||||
short_desc="PDF and PostScript font samples generator"
|
short_desc="PDF and PostScript font samples generator"
|
||||||
maintainer="svenper <svenper@tuta.io>"
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
license="GPL-3.0-or-later, BSD-3-Clause"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/eugmes/fntsample"
|
homepage="https://github.com/eugmes/fntsample"
|
||||||
changelog="https://raw.githubusercontent.com/eugmes/fntsample/master/ChangeLog"
|
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
|
checksum="e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b"
|
||||||
https://unicode.org/terms_of_use.html"
|
|
||||||
checksum="e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
|
|
||||||
0b457b66c788a97c8521e265f0b793d4ed911356d39eb61029f9cef8554cd052
|
|
||||||
e64365d338b707f1bac79d9391c7579eb6db270c49b711bc1665ae8e7e36173d"
|
|
||||||
skip_extraction="Blocks.txt
|
|
||||||
terms_of_use.html"
|
|
||||||
|
|
||||||
export CMAKE_GENERATOR="Unix Makefiles"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
cp "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense "${XBPS_SRCDISTDIR}/fntsample-${version}/terms_of_use.html"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue