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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 15 07:44:40 UTC 2018


    Date: Thursday, March 15, 2018 @ 07:44:40
  Author: bpiotrowski
Revision: 308230

archrelease: copy trunk to community-staging-x86_64

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

-----------------+
 PKGBUILD        |   43 +++++++++++++++++++++++++++++++++++++++++++
 balsa.changelog |   14 ++++++++++++++
 2 files changed, 57 insertions(+)

Copied: balsa/repos/community-staging-x86_64/PKGBUILD (from rev 308229, balsa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-03-15 07:44:40 UTC (rev 308230)
@@ -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.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-staging-x86_64/balsa.changelog (from rev 308229, balsa/trunk/balsa.changelog)
===================================================================
--- community-staging-x86_64/balsa.changelog	                        (rev 0)
+++ community-staging-x86_64/balsa.changelog	2018-03-15 07:44:40 UTC (rev 308230)
@@ -0,0 +1,14 @@
+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