[arch-commits] Commit in homebank/repos/community-i686 (6 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Thu Aug 8 19:38:46 UTC 2013
Date: Thursday, August 8, 2013 @ 21:38:46
Author: jlichtblau
Revision: 95288
archrelease: copy trunk to community-i686
Added:
homebank/repos/community-i686/PKGBUILD
(from rev 95287, homebank/trunk/PKGBUILD)
homebank/repos/community-i686/homebank.changelog
(from rev 95287, homebank/trunk/homebank.changelog)
homebank/repos/community-i686/homebank.install
(from rev 95287, 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 | 7 ++++-
homebank.install | 26 +++++++++++-----------
3 files changed, 48 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-08 19:36:00 UTC (rev 95287)
+++ PKGBUILD 2013-08-08 19:38:46 UTC (rev 95288)
@@ -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
-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' 'perlxml' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('3c6dcb19fd975037857f84fd6a186a5b0b84f590f37ead0d37868fa484c6e547')
-
-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 95287, homebank/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-08 19:38:46 UTC (rev 95288)
@@ -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.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
+}
Deleted: homebank.changelog
===================================================================
--- homebank.changelog 2013-08-08 19:36:00 UTC (rev 95287)
+++ homebank.changelog 2013-08-08 19:38:46 UTC (rev 95288)
@@ -1,2 +0,0 @@
-2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * homebank 4.5-1
Copied: homebank/repos/community-i686/homebank.changelog (from rev 95287, homebank/trunk/homebank.changelog)
===================================================================
--- homebank.changelog (rev 0)
+++ homebank.changelog 2013-08-08 19:38:46 UTC (rev 95288)
@@ -0,0 +1,5 @@
+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-08-08 19:36:00 UTC (rev 95287)
+++ homebank.install 2013-08-08 19:38:46 UTC (rev 95288)
@@ -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 95287, homebank/trunk/homebank.install)
===================================================================
--- homebank.install (rev 0)
+++ homebank.install 2013-08-08 19:38:46 UTC (rev 95288)
@@ -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