[arch-commits] Commit in birdfont (4 files)

Balló György bgyorgy at archlinux.org
Wed Jun 17 12:22:47 UTC 2020


    Date: Wednesday, June 17, 2020 @ 12:22:46
  Author: bgyorgy
Revision: 646335

archrelease: copy trunk to community-x86_64

Added:
  birdfont/repos/
  birdfont/repos/community-x86_64/
  birdfont/repos/community-x86_64/PKGBUILD
    (from rev 646334, birdfont/trunk/PKGBUILD)
  birdfont/repos/community-x86_64/appdata.patch
    (from rev 646334, birdfont/trunk/appdata.patch)

---------------+
 PKGBUILD      |   40 ++++++++++++++++++++++++++++++++++++++++
 appdata.patch |   31 +++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

Copied: birdfont/repos/community-x86_64/PKGBUILD (from rev 646334, birdfont/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-06-17 12:22:46 UTC (rev 646335)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Mohamed Sobh <mohamed.alhusieny at gmail.com>
+# Contributor: Drew Noel <drewmnoel at gmail.com>
+# Contributor: Manuel Hüsers <manuel.huesers at uni-ol.de>
+# Contributor: fstirlitz <felix.von.s at posteo.de>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Matej Lach <matej.lach at gmail.com>
+
+pkgname=birdfont
+pkgver=2.29.0
+pkgrel=2
+pkgdesc='Font editor which can generate fonts in TTF, EOT and SVG formats'
+arch=(x86_64)
+url='https://birdfont.org/'
+license=(GPL3)
+depends=(libgee libxmlbird webkit2gtk)
+makedepends=(python vala)
+source=("https://birdfont.org/releases/$pkgname-$pkgver.tar.xz"{,.sig}
+        appdata.patch)
+sha256sums=('1c6d6da20b0705f61aa9478797e8c336ef6a6b986ce04e1800f6baa5f3c2e3a3'
+            'SKIP'
+            'e01980dbac7bb0ee4caaaf6b150cae1bc80d77570d86f81259d3fb1233b29868')
+validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../appdata.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix /usr --cflags="$CFLAGS" --ldflags="$LDFLAGS"
+  ./build.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./install.py --dest "$pkgdir" --libdir /lib --manpages-directory /share/man/man1
+}

Copied: birdfont/repos/community-x86_64/appdata.patch (from rev 646334, birdfont/trunk/appdata.patch)
===================================================================
--- repos/community-x86_64/appdata.patch	                        (rev 0)
+++ repos/community-x86_64/appdata.patch	2020-06-17 12:22:46 UTC (rev 646335)
@@ -0,0 +1,31 @@
+From 156fdb5681927a8a39d00c53f97caeffa33f8f83 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Wed, 17 Jun 2020 14:04:52 +0200
+Subject: [PATCH] Update AppStream metadata
+
+- Specify launchable desktop file and developer name.
+- Make metadata license more permissive to allow inclusion into distributions' AppStream database.
+---
+ resources/linux/birdfont.appdata.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/resources/linux/birdfont.appdata.xml b/resources/linux/birdfont.appdata.xml
+index 35828092..e36853f9 100644
+--- a/resources/linux/birdfont.appdata.xml
++++ b/resources/linux/birdfont.appdata.xml
+@@ -1,7 +1,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <component>
+ 	<id>org.birdfont.birdfont</id>
+-	<metadata_license>GPL-3.0+</metadata_license>
++	<launchable type="desktop-id">birdfont.desktop</launchable>
++	<metadata_license>CC0-1.0</metadata_license>
+ 	<project_license>GPL-3.0+</project_license>
+ 	<name>birdfont</name>
+ 	<summary>Font editor</summary>
+@@ -29,4 +30,5 @@
+ 		<binary>birdfont</binary>
+ 	</provides>
+ 	<update_contact>johan.mattsson.m at gmail.com</update_contact>
++	<developer_name>Johan Mattsson</developer_name>
+ </component>



More information about the arch-commits mailing list