summaryrefslogtreecommitdiff
path: root/ttf-inconsolata
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-02-14 10:02:25 +0100
committerTim Biermann <tbier@posteo.de>2022-02-14 10:02:25 +0100
commitee3aa9618521b29389c7263ae7b898cef8d82460 (patch)
treef7818bac51b1fae05ee89b5ef1453e75fbcec460 /ttf-inconsolata
parent1e43b9c42846564d3880caaf9fc74ed7ce4752ee (diff)
downloadcontrib-ee3aa9618521b29389c7263ae7b898cef8d82460.tar.gz
contrib-ee3aa9618521b29389c7263ae7b898cef8d82460.tar.xz
ttf-inconsolata: updated install routine
Diffstat (limited to 'ttf-inconsolata')
-rw-r--r--ttf-inconsolata/.signature4
-rw-r--r--ttf-inconsolata/Pkgfile6
2 files changed, 6 insertions, 4 deletions
diff --git a/ttf-inconsolata/.signature b/ttf-inconsolata/.signature
index e7388ffff..5c03ff713 100644
--- a/ttf-inconsolata/.signature
+++ b/ttf-inconsolata/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39XdAb3oEciXM1y/VjCi9tRuQO/nMGzHyXSErShhuil/gmyXiMsS2EyYtJ9YseVyu06N7ZRhmN4BiHX/IPFMtAk=
-SHA256 (Pkgfile) = 36b534533b9c224e89330db496faa404532e50ac74da7555d56433357e90ca7c
+RWSagIOpLGJF3/pColScPk++l3HhgTs86nLNgmQODkDu5uLUC0VJRzTsJQhehUVhMFbkdDnvdjUyCxJwq+vCURHKzqHqdKqcTg4=
+SHA256 (Pkgfile) = 09136a8869273859516b49d8f2e1154e95822b3aca32df5d82dff3d08768fd2e
SHA256 (.footprint) = 298bdd97c881272dbc32bb78718758797d98e6e9c9644ca51ee294edacafe4ac
SHA256 (ttf-inconsolata-3.000.tar.gz) = f2d8d8ba6caa785a966ef17996822ab14ba91ec423431a29e1b6c4b14bc4cda5
SHA256 (75-ttf-inconsolata.conf) = f29a1b45c96ee05e64c03181b587f48a5d090839b7356eb4f48fb752a17a899f
diff --git a/ttf-inconsolata/Pkgfile b/ttf-inconsolata/Pkgfile
index 32d2e31f1..5c8890012 100644
--- a/ttf-inconsolata/Pkgfile
+++ b/ttf-inconsolata/Pkgfile
@@ -9,7 +9,9 @@ source=(https://github.com/googlefonts/Inconsolata/archive/v$version/$name-$vers
75-ttf-inconsolata.conf)
build() {
- install -d $PKG/usr/share/fonts/TTF/Inconsolata
- install -Dm644 $SRC/Inconsolata-$version/fonts/ttf/*.ttf $PKG/usr/share/fonts/TTF/Inconsolata/
+ find Inconsolata-$version/fonts/ttf \
+ -iname "*.ttf" \
+ -execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/Inconsolata/{} \;
+
install -Dm644 $SRC/75-ttf-inconsolata.conf $PKG/usr/share/fontconfig/conf.avail/75-ttf-inconsolata.conf
}

Generated by cgit