diff --git a/ttf-line-awesome/.footprint b/ttf-line-awesome/.footprint index 24add52f5..42aae33ef 100644 --- a/ttf-line-awesome/.footprint +++ b/ttf-line-awesome/.footprint @@ -3,6 +3,9 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/fonts/ drwxr-xr-x root/root usr/share/fonts/TTF/ drwxr-xr-x root/root usr/share/fonts/TTF/line-awesome/ +-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-brands-400.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-regular-400.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-solid-900.ttf -rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-brands-400.ttf -rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-regular-400.ttf -rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-solid-900.ttf diff --git a/ttf-line-awesome/.signature b/ttf-line-awesome/.signature index 266e6297e..ca4dc1d97 100644 --- a/ttf-line-awesome/.signature +++ b/ttf-line-awesome/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yURBJu6I/bPnzqRYhlP3fMM5XeUT32ZDRRcqLWR/l0EySL2qHwLFBVuuvHYxwzJF9jBnsesOOopcSX22xvlGgw= -SHA256 (Pkgfile) = 324c59060212f400b05ffdb56d41a3abee1734e50d8b73550a32f54fc9156c2a -SHA256 (.footprint) = 3b0ddfb2de9a6ccf016a0bbdcf692b56b1daa8a44331d1bdb1208084717d9f70 +RWSagIOpLGJF33rnxbIuU5v9QaM2FRdVtutVITxZzKR71tJ8hcLxUqQOr6YILlnVviu61na9drHTQbcTKbcQ6KI/kLpFADhL8w8= +SHA256 (Pkgfile) = cf05a5cedaf8bae87d2e236847ad5246cb2ae6581c625bca6660e52053d695bf +SHA256 (.footprint) = abb74d04c06163fc85508aed2bf3020a4b790d81faeda302212557511d88f7d2 SHA256 (ttf-line-awesome-1.2.1.tar.gz) = 2dd98894f3d84f1e9e6872c99041da04fe53aaccc3e16d0a71905af6a6fa4844 diff --git a/ttf-line-awesome/Pkgfile b/ttf-line-awesome/Pkgfile index cbfdf5527..a900171e6 100644 --- a/ttf-line-awesome/Pkgfile +++ b/ttf-line-awesome/Pkgfile @@ -8,7 +8,7 @@ release=2 source=(https://github.com/icons8/line-awesome/archive/v$version/$name-$version.tar.gz) build() { - cd ${name/ttf-}-$version - install -d $PKG/usr/share/fonts/TTF/line-awesome/ - install -m644 dist/line-awesome/fonts/*.ttf $PKG/usr/share/fonts/TTF/line-awesome/ + find ${name/ttf-}-$version \ + -iname "*.ttf" \ + -execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/line-awesome/{} \; }