[arch-commits] Commit in balsa/repos/community-i686 (6 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jul 11 12:06:01 UTC 2015
Date: Saturday, July 11, 2015 @ 14:06:01
Author: jlichtblau
Revision: 136698
archrelease: copy trunk to community-i686
Added:
balsa/repos/community-i686/PKGBUILD
(from rev 136697, balsa/trunk/PKGBUILD)
balsa/repos/community-i686/balsa.changelog
(from rev 136697, balsa/trunk/balsa.changelog)
balsa/repos/community-i686/balsa.install
(from rev 136697, balsa/trunk/balsa.install)
Deleted:
balsa/repos/community-i686/PKGBUILD
balsa/repos/community-i686/balsa.changelog
balsa/repos/community-i686/balsa.install
-----------------+
PKGBUILD | 90 +++++++++++++++++++++++++++---------------------------
balsa.changelog | 7 +++-
balsa.install | 24 +++++++-------
3 files changed, 62 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-11 12:05:07 UTC (rev 136697)
+++ PKGBUILD 2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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.1
-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=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
-
-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 136697, balsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-07-11 12:06:01 UTC (rev 136698)
@@ -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=1
+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
+}
Deleted: balsa.changelog
===================================================================
--- balsa.changelog 2015-07-11 12:05:07 UTC (rev 136697)
+++ balsa.changelog 2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,2 +0,0 @@
-2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * balsa 2.5.1-1
Copied: balsa/repos/community-i686/balsa.changelog (from rev 136697, balsa/trunk/balsa.changelog)
===================================================================
--- balsa.changelog (rev 0)
+++ balsa.changelog 2015-07-11 12:06:01 UTC (rev 136698)
@@ -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
Deleted: balsa.install
===================================================================
--- balsa.install 2015-07-11 12:05:07 UTC (rev 136697)
+++ balsa.install 2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,12 +0,0 @@
-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-i686/balsa.install (from rev 136697, balsa/trunk/balsa.install)
===================================================================
--- balsa.install (rev 0)
+++ balsa.install 2015-07-11 12:06:01 UTC (rev 136698)
@@ -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