kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit ac89b48b155c25d1da988c35fe5b891c2dc33917
parent 057a4259105316a8e9781606689eb7270f2d6a5c
Author: St John Karp <contact@stjo.hn>
Date:   Sun,  4 Jun 2023 21:43:42 -0400

otf-symbola: Add new package at version 14.0

Diffstat:
Aextra/otf-symbola/build | 7+++++++
Aextra/otf-symbola/checksums | 1+
Aextra/otf-symbola/depends | 1+
Aextra/otf-symbola/post-install | 3+++
Aextra/otf-symbola/sources | 1+
Aextra/otf-symbola/version | 1+
6 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/extra/otf-symbola/build b/extra/otf-symbola/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +pwd +ls -alh +pdfdetach -saveall Symbola.pdf +mkdir -p "$1/usr/share/fonts/OTF/symbola" +install -m 0644 -o root -g root Symbola.otf $1/usr/share/fonts/OTF/symbola diff --git a/extra/otf-symbola/checksums b/extra/otf-symbola/checksums @@ -0,0 +1 @@ +5bf45eb91bc56e38ddea2323cae1b82a9ef5b2492e96fb73a55f090c26ed48271f diff --git a/extra/otf-symbola/depends b/extra/otf-symbola/depends @@ -0,0 +1 @@ +poppler make diff --git a/extra/otf-symbola/post-install b/extra/otf-symbola/post-install @@ -0,0 +1,3 @@ +#!/bin/sh -e + +fc-cache -v diff --git a/extra/otf-symbola/sources b/extra/otf-symbola/sources @@ -0,0 +1 @@ +https://dn-works.com/wp-content/uploads/2021/UFAS121921/Symbola.pdf diff --git a/extra/otf-symbola/version b/extra/otf-symbola/version @@ -0,0 +1 @@ +14.00 1