mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
font-symbola: update to 14.00.
This commit is contained in:
parent
6e9e023777
commit
1668329a65
1 changed files with 10 additions and 5 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'font-symbola'
|
# Template file for 'font-symbola'
|
||||||
pkgname=font-symbola
|
pkgname=font-symbola
|
||||||
version=13.00
|
version=14.00
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="poppler"
|
||||||
depends="font-util xbps-triggers"
|
depends="font-util xbps-triggers"
|
||||||
short_desc="Font with many Symbol/Emoji blocks of The Unicode Standard"
|
short_desc="Font with many Symbol/Emoji blocks of The Unicode Standard"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Free for personal, non commercial use"
|
license="Free for personal, non commercial use"
|
||||||
homepage="https://dn-works.com/ufas/"
|
homepage="https://dn-works.com/ufas/"
|
||||||
distfiles="https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/Symbola.zip>Symbola-${version}.zip"
|
distfiles="https://dn-works.com/wp-content/uploads/2021/UFAS121921/Symbola.pdf"
|
||||||
checksum=da014d8ff92ba113b5dd8049d4ce25b8cae5e37a6feabf30a6ff98ac94993680
|
checksum=b8f6fd1feb729a06bc2069eb8ab2b7028038e69b4d1d0799514992c23cc622ca
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
skip_extraction="Symbola.pdf"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
pdfdetach -savefile Symbola.otf "$XBPS_SRCDISTDIR/${pkgname}-${version}/Symbola.pdf"
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall Symbola.otf 0644 usr/share/fonts/OTF
|
vinstall Symbola.otf 0644 usr/share/fonts/OTF
|
||||||
|
|
Loading…
Add table
Reference in a new issue