nerd-fonts: drop noarch

This commit is contained in:
fosslinux 2020-10-25 19:38:29 +11:00 committed by Piotr
parent b520537b48
commit c482be382f

View file

@ -1,8 +1,7 @@
# Template file for 'nerd-fonts' # Template file for 'nerd-fonts'
pkgname=nerd-fonts pkgname=nerd-fonts
version=2.1.0 version=2.1.0
revision=2 revision=3
archs=noarch
depends="font-util xbps-triggers nerd-fonts-ttf nerd-fonts-otf" depends="font-util xbps-triggers nerd-fonts-ttf nerd-fonts-otf"
short_desc="Iconic font aggregator, collection and patcher" short_desc="Iconic font aggregator, collection and patcher"
maintainer="cinerea0 <cinerea0@protonmail.com>" maintainer="cinerea0 <cinerea0@protonmail.com>"
@ -32,7 +31,6 @@ do_install() {
} }
nerd-fonts-otf_package() { nerd-fonts-otf_package() {
archs=noarch
short_desc="Iconic font aggregator, collection and patcher - otf fonts" short_desc="Iconic font aggregator, collection and patcher - otf fonts"
font_dirs="usr/share/fonts/NerdFonts/otf" font_dirs="usr/share/fonts/NerdFonts/otf"
depends="font-util xbps-triggers" depends="font-util xbps-triggers"
@ -42,7 +40,6 @@ nerd-fonts-otf_package() {
} }
nerd-fonts-ttf_package() { nerd-fonts-ttf_package() {
archs=noarch
short_desc="Iconic font aggregator, collection and patcher - ttf fonts" short_desc="Iconic font aggregator, collection and patcher - ttf fonts"
font_dirs="usr/share/fonts/NerdFonts/ttf" font_dirs="usr/share/fonts/NerdFonts/ttf"
depends="font-util xbps-triggers" depends="font-util xbps-triggers"