parent
739830e702
commit
20df36a26c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nerd-fonts'
|
||||
pkgname=nerd-fonts
|
||||
version=2.3.3
|
||||
revision=1
|
||||
revision=2
|
||||
depends="nerd-fonts-ttf nerd-fonts-otf"
|
||||
short_desc="Iconic font aggregator, collection and patcher"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
|
@ -32,7 +32,7 @@ do_install() {
|
|||
|
||||
nerd-fonts-otf_package() {
|
||||
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"
|
||||
pkg_install() {
|
||||
vmove usr/share/fonts/NerdFonts/otf
|
||||
|
@ -41,7 +41,7 @@ nerd-fonts-otf_package() {
|
|||
|
||||
nerd-fonts-ttf_package() {
|
||||
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"
|
||||
pkg_install() {
|
||||
vmove usr/share/fonts/NerdFonts/ttf
|
||||
|
|
Loading…
Reference in New Issue