[arch-commits] Commit in homebank/repos/community-i686 (6 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Mon Sep 2 18:49:26 UTC 2013


    Date: Monday, September 2, 2013 @ 20:49:26
  Author: jlichtblau
Revision: 96647

archrelease: copy trunk to community-i686

Added:
  homebank/repos/community-i686/PKGBUILD
    (from rev 96646, homebank/trunk/PKGBUILD)
  homebank/repos/community-i686/homebank.changelog
    (from rev 96646, homebank/trunk/homebank.changelog)
  homebank/repos/community-i686/homebank.install
    (from rev 96646, homebank/trunk/homebank.install)
Deleted:
  homebank/repos/community-i686/PKGBUILD
  homebank/repos/community-i686/homebank.changelog
  homebank/repos/community-i686/homebank.install

--------------------+
 PKGBUILD           |   60 +++++++++++++++++++++++++--------------------------
 homebank.changelog |   13 ++++++-----
 homebank.install   |   26 +++++++++++-----------
 3 files changed, 51 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-02 18:49:12 UTC (rev 96646)
+++ PKGBUILD	2013-09-02 18:49:26 UTC (rev 96647)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=homebank
-pkgver=4.5.1
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('i686' 'x86_64')
-url="http://homebank.free.fr/"
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 96646, homebank/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-02 18:49:26 UTC (rev 96647)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=homebank
+pkgver=4.5.2
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('i686' 'x86_64')
+url="http://homebank.free.fr/"
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('b3318255676a09e7d6f26a8d750f77f40cfeb1b54dffaff8765f14a85f98ae74')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===================================================================
--- homebank.changelog	2013-09-02 18:49:12 UTC (rev 96646)
+++ homebank.changelog	2013-09-02 18:49:26 UTC (rev 96647)
@@ -1,5 +0,0 @@
-2013-08-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 96646, homebank/trunk/homebank.changelog)
===================================================================
--- homebank.changelog	                        (rev 0)
+++ homebank.changelog	2013-09-02 18:49:26 UTC (rev 96647)
@@ -0,0 +1,8 @@
+2013-09-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* homebank 4.5.2-1
+
+2013-08-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* homebank 4.5.1-1
+
+2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* homebank 4.5-1

Deleted: homebank.install
===================================================================
--- homebank.install	2013-09-02 18:49:12 UTC (rev 96646)
+++ homebank.install	2013-09-02 18:49:26 UTC (rev 96647)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: homebank/repos/community-i686/homebank.install (from rev 96646, homebank/trunk/homebank.install)
===================================================================
--- homebank.install	                        (rev 0)
+++ homebank.install	2013-09-02 18:49:26 UTC (rev 96647)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list