From 9e09cce2ecbf57eb29262e4a809a9115ba20e8e9 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 12 Jan 2021 21:46:04 +0100 Subject: [PATCH] add gnu-freefont.metainfo.xml --- gnu-freefont.metainfo.xml | 18 ++++++++++++++++++ texlive.spec | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 gnu-freefont.metainfo.xml diff --git a/gnu-freefont.metainfo.xml b/gnu-freefont.metainfo.xml new file mode 100644 index 0000000..a014fcb --- /dev/null +++ b/gnu-freefont.metainfo.xml @@ -0,0 +1,18 @@ + + + + gnu-freefont + CC-BY-3.0 + GNU Free font + A Unicode font, with rather wide coverage + +

+ The package provides a set of outline (i.e. OpenType) fonts covering + as much as possible of the Unicode character set. The set consists of + three typefaces: one monospaced and two proportional (one with uniform + and one with modulated stroke). +

+
+ spotrh_at_gmail_dot_com + https://ctan.org/pkg/gnu-freefont +
diff --git a/texlive.spec b/texlive.spec index da0407d..d9f03a1 100644 --- a/texlive.spec +++ b/texlive.spec @@ -94,6 +94,7 @@ Source1: macros.texlive Source2: texlive-licenses.tar.xz Source3: http://ctan.math.illinois.edu/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz Source4: generate-fmtutilcnf +Source5: gnu-freefont.metainfo.xml Source28: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile2.doc.tar.xz Source29: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile2.tar.xz Source0100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ae.tar.xz @@ -25494,6 +25495,10 @@ pushd %{buildroot}%{_datadir}/fonts ln -s ../texlive/texmf-dist/fonts/opentype/public/gnu-freefont . popd +# install AppStream metadata +mkdir -p %{buildroot}%{_datadir}/appdata/ +install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/appdata/ + # SCRIPTLETS %pretrans base -p path = "/usr/share/texmf"