Date: Saturday, December 26, 2020 @ 13:07:01 Author: jlichtblau Revision: 793013
upgpkg: balsa 2.6.2-1 - new upstream release Modified: balsa/trunk/PKGBUILD balsa/trunk/balsa.changelog Deleted: balsa/trunk/appstream.patch -----------------+ PKGBUILD | 18 ++++-------------- appstream.patch | 37 ------------------------------------- balsa.changelog | 3 +++ 3 files changed, 7 insertions(+), 51 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-26 12:35:14 UTC (rev 793012) +++ PKGBUILD 2020-12-26 13:07:01 UTC (rev 793013) @@ -4,8 +4,8 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=balsa -pkgver=2.6.1 -pkgrel=2 +pkgver=2.6.2 +pkgrel=1 pkgdesc="An e-mail client for GNOME" arch=('x86_64') url='https://pawsa.fedorapeople.org/balsa/' @@ -14,19 +14,9 @@ 'gpgme' 'gtksourceview4' 'gspell') makedepends=('yelp-tools' 'intltool') changelog=$pkgname.changelog -source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2 - appstream.patch) -sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6' - '20aa793bca542d0f2c727ee8696ead09cadc74d3d9b0b3b9206b82c8b4ae8c38') +source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2) +sha256sums=('51d52040577b730d7a199e97ea3687b3d0f7cf7f08f6e339e784d700621a02f0') -prepare() { - cd "${srcdir}"/$pkgname-$pkgver - - # Update id in appdata file to match with the desktop file name - # https://gitlab.gnome.org/GNOME/balsa/-/merge_requests/28 - patch -Np1 -i ../appstream.patch -} - build() { cd "${srcdir}"/$pkgname-$pkgver Deleted: appstream.patch =================================================================== --- appstream.patch 2020-12-26 12:35:14 UTC (rev 793012) +++ appstream.patch 2020-12-26 13:07:01 UTC (rev 793013) @@ -1,37 +0,0 @@ -From c1b66cd1ceefcde9074d8a382f9b06a161109401 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <[email protected]> -Date: Thu, 4 Jun 2020 18:49:13 +0000 -Subject: [PATCH] Update id in appdata file to match with the desktop file name - ---- - balsa.appdata.xml.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml -index 1f6e8a601..ab7c60453 100644 ---- a/balsa.appdata.xml -+++ b/balsa.appdata.xml -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <component type="desktop"> -- <id>balsa.desktop</id> -+ <id>org.desktop.Balsa.desktop</id> - <metadata_license>CC0-1.0</metadata_license> - <description> - <p>Balsa is a graphical mail client. While it is in active development, Balsa has many features such as:</p> -diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml.in -index 1f6e8a601..ab7c60453 100644 ---- a/balsa.appdata.xml.in -+++ b/balsa.appdata.xml.in -@@ -1,7 +1,7 @@ - <?xml version="1.0" encoding="UTF-8"?> - <!-- Copyright 2015 The Balsa developers --> - <component type="desktop"> -- <id>balsa.desktop</id> -+ <id>org.desktop.Balsa.desktop</id> - <metadata_license>CC0-1.0</metadata_license> - <description> - <_p>Balsa is a graphical mail client. While it is in active development, --- -2.26.2 - Modified: balsa.changelog =================================================================== --- balsa.changelog 2020-12-26 12:35:14 UTC (rev 793012) +++ balsa.changelog 2020-12-26 13:07:01 UTC (rev 793013) @@ -1,3 +1,6 @@ +2020-12-26 Jaroslav Lichtblau <[email protected]> + * balsa 2.6.2-1 + 2019-10-20 Jaroslav Lichtblau <[email protected]> * balsa 2.5.9-1
