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

Evangelos Foutras foutrelis at archlinux.org
Thu Mar 3 12:25:38 UTC 2016


    Date: Thursday, March 3, 2016 @ 13:25:38
  Author: foutrelis
Revision: 164460

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

Added:
  balsa/repos/community-staging-i686/
  balsa/repos/community-staging-i686/PKGBUILD
    (from rev 164459, balsa/trunk/PKGBUILD)
  balsa/repos/community-staging-i686/balsa.changelog
    (from rev 164459, balsa/trunk/balsa.changelog)
  balsa/repos/community-staging-i686/balsa.install
    (from rev 164459, balsa/trunk/balsa.install)
  balsa/repos/community-staging-x86_64/
  balsa/repos/community-staging-x86_64/PKGBUILD
    (from rev 164459, balsa/trunk/PKGBUILD)
  balsa/repos/community-staging-x86_64/balsa.changelog
    (from rev 164459, balsa/trunk/balsa.changelog)
  balsa/repos/community-staging-x86_64/balsa.install
    (from rev 164459, balsa/trunk/balsa.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   45 +++++++++++++++++++++++++++++
 community-staging-i686/balsa.changelog   |    5 +++
 community-staging-i686/balsa.install     |   12 +++++++
 community-staging-x86_64/PKGBUILD        |   45 +++++++++++++++++++++++++++++
 community-staging-x86_64/balsa.changelog |    5 +++
 community-staging-x86_64/balsa.install   |   12 +++++++
 6 files changed, 124 insertions(+)

Copied: balsa/repos/community-staging-i686/PKGBUILD (from rev 164459, balsa/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,45 @@
+# $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=2
+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')
+install=$pkgname.install
+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-staging-i686/balsa.changelog (from rev 164459, balsa/trunk/balsa.changelog)
===================================================================
--- community-staging-i686/balsa.changelog	                        (rev 0)
+++ community-staging-i686/balsa.changelog	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,5 @@
+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-staging-i686/balsa.install (from rev 164459, balsa/trunk/balsa.install)
===================================================================
--- community-staging-i686/balsa.install	                        (rev 0)
+++ community-staging-i686/balsa.install	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,12 @@
+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-staging-x86_64/PKGBUILD (from rev 164459, balsa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,45 @@
+# $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=2
+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')
+install=$pkgname.install
+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-staging-x86_64/balsa.changelog (from rev 164459, balsa/trunk/balsa.changelog)
===================================================================
--- community-staging-x86_64/balsa.changelog	                        (rev 0)
+++ community-staging-x86_64/balsa.changelog	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,5 @@
+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-staging-x86_64/balsa.install (from rev 164459, balsa/trunk/balsa.install)
===================================================================
--- community-staging-x86_64/balsa.install	                        (rev 0)
+++ community-staging-x86_64/balsa.install	2016-03-03 12:25:38 UTC (rev 164460)
@@ -0,0 +1,12 @@
+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
+}



More information about the arch-commits mailing list