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

2020-12-26 Thread Jaroslav Lichtblau via arch-commits
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
===
--- PKGBUILD2020-12-26 13:07:01 UTC (rev 793013)
+++ PKGBUILD2020-12-26 13:07:11 UTC (rev 793014)
@@ -1,51 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-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)
+++ PKGBUILD2020-12-26 13:07:11 UTC (rev 793014)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+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?= 
-Date: Thu, 4 Jun 2020 18:49:13 +
-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 @@
- 
- 
--balsa.desktop
-+org.desktop.Balsa.desktop
- CC0-1.0
- 
- Balsa is a graphical mail client. While it is in active 
development, Balsa has many features such as:
-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 @@
- 
- 
- 
--balsa.desktop
-+org.desktop.Balsa.desktop
- CC0-1.0
- 
- <_p>Balsa is a graphical mail client. While it is in active 
development,
--- 
-2.26.2
-

Deleted: balsa.changelog

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

2020-06-04 Thread Balló György via arch-commits
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
===
--- PKGBUILD2020-06-04 19:04:20 UTC (rev 639034)
+++ PKGBUILD2020-06-04 19:04:28 UTC (rev 639035)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-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)
+++ PKGBUILD2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+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?= 
+Date: Thu, 4 Jun 2020 18:49:13 +
+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 @@
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ Balsa is a graphical mail client. While it is in active 
development, Balsa has many features such as:
+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 @@
+ 
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ <_p>Balsa is a 

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

2018-03-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, March 1, 2018 @ 20:25:07
  Author: jlichtblau
Revision: 301109

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 301108, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 301108, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa-openssl-1.1.patch
  balsa/repos/community-x86_64/balsa.changelog

-+
 PKGBUILD|   93 +-
 balsa-openssl-1.1.patch |   78 --
 balsa.changelog |   25 ++--
 3 files changed, 57 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-01 20:24:55 UTC (rev 301108)
+++ PKGBUILD2018-03-01 20:25:07 UTC (rev 301109)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-pkgname=balsa
-pkgver=2.5.3
-pkgrel=5
-pkgdesc="An e-mail client for GNOME"
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
- 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2 
balsa-openssl-1.1.patch)
-sha256sums=('b896ea6b16b31725e0d81ba4eac398b39ad5c33f2337a260448d2feac7e55396'
-'53f5639ffe5195803b8526c7a1e1ef2b96f6ba11c21b2a6b67e43c6433b3dca2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build with openssl 1.1 (Fedora)
-  patch -p1 -i ../balsa-openssl-1.1.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gpgme=gpgme-config \
-  --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 301108, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-01 20:25:07 UTC (rev 301109)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+pkgname=balsa
+pkgver=2.5.5
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
+ 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ff2bb1150581d0ba10af5fb8f843072299899fa6efdb68a7f510f7b679409c5c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-gpgme=gpgme-config \
+  --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: balsa-openssl-1.1.patch
===
--- balsa-openssl-1.1.patch 2018-03-01 20:24:55 UTC (rev 301108)
+++ balsa-openssl-1.1.patch 2018-03-01 20:25:07 UTC (rev 301109)
@@ -1,78 +0,0 @@
-diff --git a/libbalsa/imap/auth-cram.c b/libbalsa/imap/auth-cram.c
-index 62e076a..c29d327 100644
 a/libbalsa/imap/auth-cram.c
-+++ b/libbalsa/imap/auth-cram.c
-@@ -131,7 +131,7 @@ static void
- hmac_md5 (const char* password, char* challenge,
-   unsigned char* response)
- {  
--  EVP_MD_CTX ctx;
-+  EVP_MD_CTX *ctx = EVP_MD_CTX_create();
-   unsigned char ipad[MD5_BLOCK_LEN], opad[MD5_BLOCK_LEN];
-   unsigned char secret[MD5_BLOCK_LEN+1];
-   unsigned int secret_len, chal_len;
-@@ -143,9 +143,9 @@ hmac_md5 (const char* password, char* challenge,
-   /* passwords longer than MD5_BLOCK_LEN bytes are substituted with their MD5
-* digests */
-   if (secret_len > MD5_BLOCK_LEN) {
--  EVP_DigestInit(, EVP_md5());
--  EVP_DigestUpdate(, (const unsigned 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:38:27
  Author: jlichtblau
Revision: 91059

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 91058, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 91058, balsa/trunk/balsa.changelog)
  balsa/repos/community-x86_64/balsa.install
(from rev 91058, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.install

-+
 PKGBUILD|   89 +++---
 balsa.changelog |2 +
 balsa.install   |   24 +++---
 3 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:38:15 UTC (rev 91058)
+++ PKGBUILD2013-05-18 15:38:27 UTC (rev 91059)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-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 91058, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:38:27 UTC (rev 91059)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-ssl \
+--with-gpgme=gpgme-config \
+--with-gss \
+--with-ldap \
+--with-gtksourceview \
+--with-gtkspell \
+--with-rubrica \
+--with-sqlite \
+--without-nm \
+--without-gnome \
+--with-html-widget=webkit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 91058, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2013-05-18 15:38:27 UTC (rev 91059)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * balsa 2.5.1-1

Deleted: balsa.install
===
--- balsa.install   2013-05-18 15:38:15 UTC (rev 91058)
+++ balsa.install   2013-05-18 15:38:27 UTC (rev 91059)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: balsa/repos/community-x86_64/balsa.install (from rev 91058, 
balsa/trunk/balsa.install)
===
--- balsa.install   (rev 0)
+++ balsa.install   

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

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:58:41
  Author: jlichtblau
Revision: 88630

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 88629, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.install
(from rev 88629, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.install
  balsa/repos/community-x86_64/gmime26.patch

---+
 PKGBUILD  |   88 +--
 balsa.install |   24 
 gmime26.patch | 1372 
 3 files changed, 56 insertions(+), 1428 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88629:88630 to see the changes.