noto-fonts-ttf: google-fonts-ttf no longer conflict
This commit is contained in:
parent
ba3e6de450
commit
e9cf89a5bc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'noto-fonts-ttf'
|
||||
pkgname=noto-fonts-ttf
|
||||
version=20180322
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
_githash=b207fc31b093948dfc6d77b47042ce2f335bc631
|
||||
wrksrc="noto-fonts-${_githash}"
|
||||
|
@ -13,14 +13,13 @@ license="OFL-1.1"
|
|||
homepage="https://www.google.com/get/noto/"
|
||||
distfiles="https://github.com/googlei18n/noto-fonts/archive/${_githash}.tar.gz"
|
||||
checksum=67e8ba8c18ab1523bba9bf11c6c26a1d1083bddce04b1ff523183dbab64db7e9
|
||||
conflicts="google-fonts-ttf>=0"
|
||||
|
||||
do_install() {
|
||||
install -Dm644 hinted/Noto*.ttf -t ${DESTDIR}/usr/share/fonts/noto
|
||||
}
|
||||
|
||||
noto-fonts-ttf-extra_package() {
|
||||
depends="noto-fonts-ttf"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - additional variants"
|
||||
pkg_install() {
|
||||
vmove usr/share/fonts/noto/Noto*Condensed*.ttf
|
||||
|
|
Loading…
Reference in New Issue