[arch-commits] Commit in balsa/repos/community-i686 (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Apr 20 18:04:43 UTC 2013


    Date: Saturday, April 20, 2013 @ 20:04:43
  Author: jlichtblau
Revision: 88631

archrelease: copy trunk to community-i686

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

---------------+
 PKGBUILD      |   88 ++++++++++++++++++++++++++++----------------------------
 balsa.install |   24 +++++++--------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-20 17:58:41 UTC (rev 88630)
+++ PKGBUILD	2013-04-20 18:04:43 UTC (rev 88631)
@@ -1,44 +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.4.12
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3f72fc69bb7fecb59e64c4cb88dc5083ed58dc76c9345b22d6c15af2c6b1e3c4')
-
-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 88630, balsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-20 18:04:43 UTC (rev 88631)
@@ -0,0 +1,44 @@
+# $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.0
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
+
+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.install
===================================================================
--- balsa.install	2013-04-20 17:58:41 UTC (rev 88630)
+++ balsa.install	2013-04-20 18:04:43 UTC (rev 88631)
@@ -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 88630, balsa/trunk/balsa.install)
===================================================================
--- balsa.install	                        (rev 0)
+++ balsa.install	2013-04-20 18:04:43 UTC (rev 88631)
@@ -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