mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
noto-fonts-ttf: update to 20190926.
This commit is contained in:
parent
2307102210
commit
e300f0afd7
1 changed files with 8 additions and 7 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'noto-fonts-ttf'
|
# Template file for 'noto-fonts-ttf'
|
||||||
pkgname=noto-fonts-ttf
|
pkgname=noto-fonts-ttf
|
||||||
version=20181202
|
version=20190926
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
_githash=85e78f831469323c85847e23f95026c894159135
|
_githash=0fa1dfabd6e3746bb7463399e2813f60d3f1b256
|
||||||
wrksrc="noto-fonts-${_githash}"
|
wrksrc="noto-fonts-${_githash}"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/noto"
|
|
||||||
short_desc="Google Noto TTF Fonts"
|
short_desc="Google Noto TTF Fonts"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://www.google.com/get/noto/"
|
homepage="https://www.google.com/get/noto/"
|
||||||
distfiles="https://github.com/googlei18n/noto-fonts/archive/${_githash}.tar.gz"
|
distfiles="https://codeload.github.com/googlefonts/noto-fonts/tar.gz/${_githash}>${pkgname}-${version}.tar.gz"
|
||||||
checksum=4649a3a66fd08c7676eefddefced98a5a9d4beaebed79495aa5b0a55f3943104
|
checksum=6ca2938b99e4316c6eabdab498f577efb979c4f2aeaf5a3a357ab4e3dcc2c2a5
|
||||||
|
font_dirs="/usr/share/fonts/noto"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -Dm644 unhinted/Noto*.ttf -t ${DESTDIR}/usr/share/fonts/noto
|
install -Dm644 hinted/Noto*/* -t ${DESTDIR}/usr/share/fonts/noto
|
||||||
install -Dm644 hinted/Noto*.ttf -t ${DESTDIR}/usr/share/fonts/noto
|
install -Dm644 unhinted/Noto*/* -t ${DESTDIR}/usr/share/fonts/noto
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
noto-fonts-ttf-extra_package() {
|
noto-fonts-ttf-extra_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue