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

Jan de Groot jgc at archlinux.org
Tue Apr 7 07:10:34 UTC 2015


    Date: Tuesday, April 7, 2015 @ 09:10:32
  Author: jgc
Revision: 130867

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

Added:
  balsa/repos/community-i686/PKGBUILD
    (from rev 130866, balsa/trunk/PKGBUILD)
  balsa/repos/community-i686/balsa.changelog
    (from rev 130866, balsa/trunk/balsa.changelog)
  balsa/repos/community-i686/balsa.install
    (from rev 130866, balsa/trunk/balsa.install)
  balsa/repos/community-x86_64/PKGBUILD
    (from rev 130866, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
    (from rev 130866, balsa/trunk/balsa.changelog)
  balsa/repos/community-x86_64/balsa.install
    (from rev 130866, balsa/trunk/balsa.install)
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                        |   90 +++++++++++++++++++++++++++++++++++++
 /balsa.changelog                 |    4 +
 /balsa.install                   |   24 +++++++++
 community-i686/PKGBUILD          |   45 ------------------
 community-i686/balsa.changelog   |    2 
 community-i686/balsa.install     |   12 ----
 community-x86_64/PKGBUILD        |   45 ------------------
 community-x86_64/balsa.changelog |    2 
 community-x86_64/balsa.install   |   12 ----
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-i686/PKGBUILD	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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=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=('perl-xml-parser' 'gnome-doc-utils' '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 130866, balsa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-04-07 07:10:32 UTC (rev 130867)
@@ -0,0 +1,45 @@
+# $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
+}

Deleted: community-i686/balsa.changelog
===================================================================
--- community-i686/balsa.changelog	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-i686/balsa.changelog	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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 130866, balsa/trunk/balsa.changelog)
===================================================================
--- community-i686/balsa.changelog	                        (rev 0)
+++ community-i686/balsa.changelog	2015-04-07 07:10:32 UTC (rev 130867)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* balsa 2.5.1-1

Deleted: community-i686/balsa.install
===================================================================
--- community-i686/balsa.install	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-i686/balsa.install	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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 130866, balsa/trunk/balsa.install)
===================================================================
--- community-i686/balsa.install	                        (rev 0)
+++ community-i686/balsa.install	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-x86_64/PKGBUILD	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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=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=('perl-xml-parser' 'gnome-doc-utils' '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-x86_64/PKGBUILD (from rev 130866, balsa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-07 07:10:32 UTC (rev 130867)
@@ -0,0 +1,45 @@
+# $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
+}

Deleted: community-x86_64/balsa.changelog
===================================================================
--- community-x86_64/balsa.changelog	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-x86_64/balsa.changelog	2015-04-07 07:10:32 UTC (rev 130867)
@@ -1,2 +0,0 @@
-2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 130866, balsa/trunk/balsa.changelog)
===================================================================
--- community-x86_64/balsa.changelog	                        (rev 0)
+++ community-x86_64/balsa.changelog	2015-04-07 07:10:32 UTC (rev 130867)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* balsa 2.5.1-1

Deleted: community-x86_64/balsa.install
===================================================================
--- community-x86_64/balsa.install	2015-04-07 07:10:25 UTC (rev 130866)
+++ community-x86_64/balsa.install	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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-x86_64/balsa.install (from rev 130866, balsa/trunk/balsa.install)
===================================================================
--- community-x86_64/balsa.install	                        (rev 0)
+++ community-x86_64/balsa.install	2015-04-07 07:10:32 UTC (rev 130867)
@@ -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