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

Balló György bgyorgy at archlinux.org
Wed Jan 25 21:48:15 UTC 2017


    Date: Wednesday, January 25, 2017 @ 21:48:14
  Author: bgyorgy
Revision: 209086

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

Added:
  balsa/repos/community-i686/PKGBUILD
    (from rev 209085, balsa/trunk/PKGBUILD)
  balsa/repos/community-i686/balsa.changelog
    (from rev 209085, balsa/trunk/balsa.changelog)
  balsa/repos/community-x86_64/PKGBUILD
    (from rev 209085, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
    (from rev 209085, 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                        |   86 +++++++++++++++++++++++++++++++++++++
 /balsa.changelog                 |   22 +++++++++
 community-i686/PKGBUILD          |   46 -------------------
 community-i686/balsa.changelog   |   11 ----
 community-x86_64/PKGBUILD        |   46 -------------------
 community-x86_64/balsa.changelog |   11 ----
 6 files changed, 108 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-25 21:48:08 UTC (rev 209085)
+++ community-i686/PKGBUILD	2017-01-25 21:48:14 UTC (rev 209086)
@@ -1,46 +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.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
-}

Copied: balsa/repos/community-i686/PKGBUILD (from rev 209085, balsa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-25 21:48:14 UTC (rev 209086)
@@ -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.3
+pkgrel=2
+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)
+sha256sums=('b896ea6b16b31725e0d81ba4eac398b39ad5c33f2337a260448d2feac7e55396')
+
+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: community-i686/balsa.changelog
===================================================================
--- community-i686/balsa.changelog	2017-01-25 21:48:08 UTC (rev 209085)
+++ community-i686/balsa.changelog	2017-01-25 21:48:14 UTC (rev 209086)
@@ -1,11 +0,0 @@
-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-i686/balsa.changelog (from rev 209085, balsa/trunk/balsa.changelog)
===================================================================
--- community-i686/balsa.changelog	                        (rev 0)
+++ community-i686/balsa.changelog	2017-01-25 21:48:14 UTC (rev 209086)
@@ -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	2017-01-25 21:48:08 UTC (rev 209085)
+++ community-x86_64/PKGBUILD	2017-01-25 21:48:14 UTC (rev 209086)
@@ -1,46 +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.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
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 209085, balsa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-25 21:48:14 UTC (rev 209086)
@@ -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.3
+pkgrel=2
+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)
+sha256sums=('b896ea6b16b31725e0d81ba4eac398b39ad5c33f2337a260448d2feac7e55396')
+
+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: community-x86_64/balsa.changelog
===================================================================
--- community-x86_64/balsa.changelog	2017-01-25 21:48:08 UTC (rev 209085)
+++ community-x86_64/balsa.changelog	2017-01-25 21:48:14 UTC (rev 209086)
@@ -1,11 +0,0 @@
-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 209085, balsa/trunk/balsa.changelog)
===================================================================
--- community-x86_64/balsa.changelog	                        (rev 0)
+++ community-x86_64/balsa.changelog	2017-01-25 21:48:14 UTC (rev 209086)
@@ -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