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

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Apr 29 12:07:49 UTC 2016


    Date: Friday, April 29, 2016 @ 14:07:49
  Author: jlichtblau
Revision: 172711

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

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

----------------------------------+
 /PKGBUILD                        |   88 +++++++++++++++++++++++++++++++++++++
 /balsa.changelog                 |   16 ++++++
 community-i686/PKGBUILD          |   45 ------------------
 community-i686/balsa.changelog   |    5 --
 community-i686/balsa.install     |   12 -----
 community-x86_64/PKGBUILD        |   45 ------------------
 community-x86_64/balsa.changelog |    5 --
 community-x86_64/balsa.install   |   12 -----
 8 files changed, 104 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-i686/PKGBUILD	2016-04-29 12:07:49 UTC (rev 172711)
@@ -1,45 +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.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-i686/PKGBUILD (from rev 172710, balsa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 12:07:49 UTC (rev 172711)
@@ -0,0 +1,44 @@
+# $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=3
+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')
+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: community-i686/balsa.changelog
===================================================================
--- community-i686/balsa.changelog	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-i686/balsa.changelog	2016-04-29 12:07:49 UTC (rev 172711)
@@ -1,5 +0,0 @@
-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 172710, balsa/trunk/balsa.changelog)
===================================================================
--- community-i686/balsa.changelog	                        (rev 0)
+++ community-i686/balsa.changelog	2016-04-29 12:07:49 UTC (rev 172711)
@@ -0,0 +1,8 @@
+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-i686/balsa.install
===================================================================
--- community-i686/balsa.install	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-i686/balsa.install	2016-04-29 12:07:49 UTC (rev 172711)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-x86_64/PKGBUILD	2016-04-29 12:07:49 UTC (rev 172711)
@@ -1,45 +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.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-x86_64/PKGBUILD (from rev 172710, balsa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 12:07:49 UTC (rev 172711)
@@ -0,0 +1,44 @@
+# $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=3
+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')
+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: community-x86_64/balsa.changelog
===================================================================
--- community-x86_64/balsa.changelog	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-x86_64/balsa.changelog	2016-04-29 12:07:49 UTC (rev 172711)
@@ -1,5 +0,0 @@
-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 172710, balsa/trunk/balsa.changelog)
===================================================================
--- community-x86_64/balsa.changelog	                        (rev 0)
+++ community-x86_64/balsa.changelog	2016-04-29 12:07:49 UTC (rev 172711)
@@ -0,0 +1,8 @@
+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/balsa.install
===================================================================
--- community-x86_64/balsa.install	2016-04-29 12:07:38 UTC (rev 172710)
+++ community-x86_64/balsa.install	2016-04-29 12:07:49 UTC (rev 172711)
@@ -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
-}



More information about the arch-commits mailing list