[arch-commits] Commit in balsa/repos/community-x86_64 (5 files)

Balló György bgyorgy at archlinux.org
Thu Jun 4 19:04:28 UTC 2020


    Date: Thursday, June 4, 2020 @ 19:04:28
  Author: bgyorgy
Revision: 639035

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
    (from rev 639034, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/appstream.patch
    (from rev 639034, balsa/trunk/appstream.patch)
  balsa/repos/community-x86_64/balsa.changelog
    (from rev 639034, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog

-----------------+
 PKGBUILD        |   92 +++++++++++++++++++++++++++++-------------------------
 appstream.patch |   37 +++++++++++++++++++++
 balsa.changelog |   46 +++++++++++++--------------
 3 files changed, 111 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 19:04:20 UTC (rev 639034)
+++ PKGBUILD	2020-06-04 19:04:28 UTC (rev 639035)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-
-pkgname=balsa
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('x86_64')
-url='https://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
-         'gpgme' 'gtksourceview4' 'gspell')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-      --sysconfdir=/etc \
-      --localstatedir=/var \
-      --with-gss \
-      --with-ldap \
-      --with-gtksourceview \
-      --with-spell-checker=gspell \
-      --with-rubrica \
-      --with-sqlite \
-      --with-gnome \
-      --with-html-widget=webkit2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 639034, balsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=balsa
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
+         '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')
+
+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
+
+  ./configure --prefix=/usr \
+      --sysconfdir=/etc \
+      --localstatedir=/var \
+      --with-gss \
+      --with-ldap \
+      --with-gtksourceview \
+      --with-spell-checker=gspell \
+      --with-rubrica \
+      --with-sqlite \
+      --with-gnome \
+      --with-html-widget=webkit2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+}

Copied: balsa/repos/community-x86_64/appstream.patch (from rev 639034, balsa/trunk/appstream.patch)
===================================================================
--- appstream.patch	                        (rev 0)
+++ appstream.patch	2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,37 @@
+From c1b66cd1ceefcde9074d8a382f9b06a161109401 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+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
+

Deleted: balsa.changelog
===================================================================
--- balsa.changelog	2020-06-04 19:04:20 UTC (rev 639034)
+++ balsa.changelog	2020-06-04 19:04:28 UTC (rev 639035)
@@ -1,23 +0,0 @@
-2019-10-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.9-1
-
-2019-06-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.7-1
-
-2018-06-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.6-1
-
-2018-03-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.5-1
-
-2016-12-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.3-1
-
-2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.2-3 pacman hooks rebuild
-
-2015-07-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.2-1
-
-2013-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 639034, balsa/trunk/balsa.changelog)
===================================================================
--- balsa.changelog	                        (rev 0)
+++ balsa.changelog	2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,23 @@
+2019-10-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.9-1
+
+2019-06-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.7-1
+
+2018-06-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.6-1
+
+2018-03-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.5-1
+
+2016-12-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.3-1
+
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.2-3 pacman hooks rebuild
+
+2015-07-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.5.1-1



More information about the arch-commits mailing list