[cantarell-fonts: 103/109] Add Appstream template
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts: 103/109] Add Appstream template
- Date: Mon, 5 Feb 2018 21:20:18 +0000 (UTC)
commit 97127cc67aedbbe2ea9ec2c560ccbe4d8d288393
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Sat Feb 3 00:50:54 2018 +0000
Add Appstream template
appstream/meson.build | 9 +++++++++
appstream/org.gnome.cantarell.metainfo.xml.in | 23 +++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/appstream/LINGUAS b/appstream/LINGUAS
new file mode 100644
index 0000000..e69de29
diff --git a/appstream/meson.build b/appstream/meson.build
new file mode 100644
index 0000000..15de1c0
--- /dev/null
+++ b/appstream/meson.build
@@ -0,0 +1,9 @@
+i18n = import('i18n')
+
+appdata_file = i18n.merge_file(
+ input: 'org.gnome.cantarell.metainfo.xml.in',
+ output: 'org.gnome.cantarell.metainfo.xml',
+ po_dir: './',
+ install: true,
+ install_dir: join_paths(get_option('datadir'), 'appdata'),
+)
diff --git a/appstream/org.gnome.cantarell.metainfo.xml.in b/appstream/org.gnome.cantarell.metainfo.xml.in
new file mode 100644
index 0000000..8d388cd
--- /dev/null
+++ b/appstream/org.gnome.cantarell.metainfo.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="font">
+ <id>org.gnome.cantarell</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>OFL-1.1</project_license>
+ <_name>Cantarell</_name>
+ <summary>Humanist sans serif font</summary>
+ <description>
+ <_p>
+ The Cantarell font family is a contemporary Humanist sans serif
+ designed for on-screen reading. The fonts were originally designed
+ by Dave Crossland.
+ </_p>
+ </description>
+ <url type="homepage">https://wiki.gnome.org/Projects/CantarellFonts</url>
+ <provides>
+ <font>Cantarell Thin</font>
+ <font>Cantarell Light</font>
+ <font>Cantarell Regular</font>
+ <font>Cantarell Bold</font>
+ <font>Cantarell Extra Bold</font>
+ </provides>
+</component>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]