[arch-commits] Commit in birdfont/repos/community-x86_64 (3 files)

Balló György bgyorgy at archlinux.org
Thu Oct 22 22:21:14 UTC 2020


    Date: Thursday, October 22, 2020 @ 22:21:13
  Author: bgyorgy
Revision: 730254

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 22:21:11 UTC (rev 730253)
+++ PKGBUILD	2020-10-22 22:21:13 UTC (rev 730254)
@@ -1,40 +0,0 @@
-# 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/PKGBUILD (from rev 730253, birdfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 22:21:13 UTC (rev 730254)
@@ -0,0 +1,33 @@
+# 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.1
+pkgrel=1
+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})
+sha256sums=('d107802a90b4cc19cb9739ca4ff83b294fee9e294c9306285a37d5c5ee5d4018'
+            'SKIP')
+validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
+
+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
+}

Deleted: appdata.patch
===================================================================
--- appdata.patch	2020-10-22 22:21:11 UTC (rev 730253)
+++ appdata.patch	2020-10-22 22:21:13 UTC (rev 730254)
@@ -1,31 +0,0 @@
-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