[arch-commits] Commit in balsa/repos (8 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Dec 20 17:35:38 UTC 2016


    Date: Tuesday, December 20, 2016 @ 17:35:38
  Author: jlichtblau
Revision: 200514

archrelease: copy trunk to community-i686, community-x86_64

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

----------------------------------+
 /PKGBUILD                        |   92 +++++++++++++++++++++++++++++++++++++
 /balsa.changelog                 |   22 ++++++++
 community-i686/PKGBUILD          |   44 -----------------
 community-i686/balsa.changelog   |    8 ---
 community-x86_64/PKGBUILD        |   44 -----------------
 community-x86_64/balsa.changelog |    8 ---
 6 files changed, 114 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-20 17:35:22 UTC (rev 200513)
+++ community-i686/PKGBUILD	2016-12-20 17:35:38 UTC (rev 200514)
@@ -1,44 +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.2
-pkgrel=3
-pkgdesc="An e-mail client for GNOME"
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
-
-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-i686/PKGBUILD (from rev 200513, balsa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-20 17:35:38 UTC (rev 200514)
@@ -0,0 +1,46 @@
+# $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.3
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkit2gtk' 'webkitgtk' 'libesmtp' 'libnotify'
+         'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('47c1cfa20ca8e8a58e8ca5fc6951c4c5048590031798c8b204a2eba0119ad1d2')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./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
+}

Deleted: community-i686/balsa.changelog
===================================================================
--- community-i686/balsa.changelog	2016-12-20 17:35:22 UTC (rev 200513)
+++ community-i686/balsa.changelog	2016-12-20 17:35:38 UTC (rev 200514)
@@ -1,8 +0,0 @@
-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-i686/balsa.changelog (from rev 200513, balsa/trunk/balsa.changelog)
===================================================================
--- community-i686/balsa.changelog	                        (rev 0)
+++ community-i686/balsa.changelog	2016-12-20 17:35:38 UTC (rev 200514)
@@ -0,0 +1,11 @@
+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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-20 17:35:22 UTC (rev 200513)
+++ community-x86_64/PKGBUILD	2016-12-20 17:35:38 UTC (rev 200514)
@@ -1,44 +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.2
-pkgrel=3
-pkgdesc="An e-mail client for GNOME"
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
-
-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 200513, balsa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-20 17:35:38 UTC (rev 200514)
@@ -0,0 +1,46 @@
+# $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.3
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkit2gtk' 'webkitgtk' 'libesmtp' 'libnotify'
+         'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('47c1cfa20ca8e8a58e8ca5fc6951c4c5048590031798c8b204a2eba0119ad1d2')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./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
+}

Deleted: community-x86_64/balsa.changelog
===================================================================
--- community-x86_64/balsa.changelog	2016-12-20 17:35:22 UTC (rev 200513)
+++ community-x86_64/balsa.changelog	2016-12-20 17:35:38 UTC (rev 200514)
@@ -1,8 +0,0 @@
-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 200513, balsa/trunk/balsa.changelog)
===================================================================
--- community-x86_64/balsa.changelog	                        (rev 0)
+++ community-x86_64/balsa.changelog	2016-12-20 17:35:38 UTC (rev 200514)
@@ -0,0 +1,11 @@
+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