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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Dec 26 13:07:11 UTC 2020


    Date: Saturday, December 26, 2020 @ 13:07:11
  Author: jlichtblau
Revision: 793014

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-26 13:07:01 UTC (rev 793013)
+++ PKGBUILD	2020-12-26 13:07:11 UTC (rev 793014)
@@ -1,51 +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=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/PKGBUILD (from rev 793013, balsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-26 13:07:11 UTC (rev 793014)
@@ -0,0 +1,41 @@
+# 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.2
+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=('51d52040577b730d7a199e97ea3687b3d0f7cf7f08f6e339e784d700621a02f0')
+
+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
+}

Deleted: appstream.patch
===================================================================
--- appstream.patch	2020-12-26 13:07:01 UTC (rev 793013)
+++ appstream.patch	2020-12-26 13:07:11 UTC (rev 793014)
@@ -1,37 +0,0 @@
-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-12-26 13:07:01 UTC (rev 793013)
+++ balsa.changelog	2020-12-26 13:07:11 UTC (rev 793014)
@@ -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 793013, balsa/trunk/balsa.changelog)
===================================================================
--- balsa.changelog	                        (rev 0)
+++ balsa.changelog	2020-12-26 13:07:11 UTC (rev 793014)
@@ -0,0 +1,26 @@
+2020-12-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* balsa 2.6.2-1
+
+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