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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jun 13 19:10:51 UTC 2018


    Date: Wednesday, June 13, 2018 @ 19:10:50
  Author: jlichtblau
Revision: 342928

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |   86 +++++++++++++++++++++++++++---------------------------
 balsa.changelog |   31 ++++++++++---------
 2 files changed, 60 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-13 19:10:36 UTC (rev 342927)
+++ PKGBUILD	2018-06-13 19:10:50 UTC (rev 342928)
@@ -1,43 +0,0 @@
-# $Id$
-# 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.5.5
-pkgrel=2
-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
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 342927, balsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-13 19:10:50 UTC (rev 342928)
@@ -0,0 +1,43 @@
+# $Id$
+# 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.5.6
+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=('7d5aa5a12e54d385da77660dc5908299146ba4ab108e3c353b713e4435e3669e')
+
+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.changelog
===================================================================
--- balsa.changelog	2018-06-13 19:10:36 UTC (rev 342927)
+++ balsa.changelog	2018-06-13 19:10:50 UTC (rev 342928)
@@ -1,14 +0,0 @@
-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 342927, balsa/trunk/balsa.changelog)
===================================================================
--- balsa.changelog	                        (rev 0)
+++ balsa.changelog	2018-06-13 19:10:50 UTC (rev 342928)
@@ -0,0 +1,17 @@
+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