[arch-commits] Commit in balsa/repos (3 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sat Nov 13 20:22:24 UTC 2021
Date: Saturday, November 13, 2021 @ 20:22:24
Author: foutrelis
Revision: 1046066
archrelease: copy trunk to community-staging-x86_64
Added:
balsa/repos/community-staging-x86_64/
balsa/repos/community-staging-x86_64/PKGBUILD
(from rev 1046065, balsa/trunk/PKGBUILD)
balsa/repos/community-staging-x86_64/balsa.changelog
(from rev 1046065, balsa/trunk/balsa.changelog)
-----------------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
balsa.changelog | 29 +++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: balsa/repos/community-staging-x86_64/PKGBUILD (from rev 1046065, balsa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-13 20:22:24 UTC (rev 1046066)
@@ -0,0 +1,41 @@
+# 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.6.3
+pkgrel=2
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
+ 'gpgme' 'gtksourceview4' 'gspell')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.xz)
+sha256sums=('d4d04576c9a5026064f7d480b34531faf59543f2e4d57c48a6fa5c76661e1dd4')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --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 1046065, balsa/trunk/balsa.changelog)
===================================================================
--- community-staging-x86_64/balsa.changelog (rev 0)
+++ community-staging-x86_64/balsa.changelog 2021-11-13 20:22:24 UTC (rev 1046066)
@@ -0,0 +1,29 @@
+2021-08-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * balsa 2.6.3-1
+
+2020-12-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * balsa 2.6.2-1
+
+2019-10-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * balsa 2.5.9-1
+
+2019-06-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * balsa 2.5.7-1
+
+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