[arch-commits] Commit in homebank/repos (8 files)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Sat Oct 26 14:55:43 UTC 2013
Date: Saturday, October 26, 2013 @ 16:55:42
Author: lcarlier
Revision: 99267
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
homebank/repos/community-staging-i686/
homebank/repos/community-staging-i686/PKGBUILD
(from rev 99266, homebank/trunk/PKGBUILD)
homebank/repos/community-staging-i686/homebank.changelog
(from rev 99266, homebank/trunk/homebank.changelog)
homebank/repos/community-staging-i686/homebank.install
(from rev 99266, homebank/trunk/homebank.install)
homebank/repos/community-staging-x86_64/
homebank/repos/community-staging-x86_64/PKGBUILD
(from rev 99266, homebank/trunk/PKGBUILD)
homebank/repos/community-staging-x86_64/homebank.changelog
(from rev 99266, homebank/trunk/homebank.changelog)
homebank/repos/community-staging-x86_64/homebank.install
(from rev 99266, homebank/trunk/homebank.install)
---------------------------------------------+
community-staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++
community-staging-i686/homebank.changelog | 14 ++++++++++++
community-staging-i686/homebank.install | 13 +++++++++++
community-staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++
community-staging-x86_64/homebank.changelog | 14 ++++++++++++
community-staging-x86_64/homebank.install | 13 +++++++++++
6 files changed, 114 insertions(+)
Copied: homebank/repos/community-staging-i686/PKGBUILD (from rev 99266, homebank/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-10-26 14:55:42 UTC (rev 99267)
@@ -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.4
+pkgrel=2
+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=('b3dd7df29d1de38b04c3bce3ade1f6266c1dc91aefa1106e37852edeab39b083')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
Copied: homebank/repos/community-staging-i686/homebank.changelog (from rev 99266, homebank/trunk/homebank.changelog)
===================================================================
--- community-staging-i686/homebank.changelog (rev 0)
+++ community-staging-i686/homebank.changelog 2013-10-26 14:55:42 UTC (rev 99267)
@@ -0,0 +1,14 @@
+2013-10-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * homebank 4.5.3-1
+
+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
Copied: homebank/repos/community-staging-i686/homebank.install (from rev 99266, homebank/trunk/homebank.install)
===================================================================
--- community-staging-i686/homebank.install (rev 0)
+++ community-staging-i686/homebank.install 2013-10-26 14:55:42 UTC (rev 99267)
@@ -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
+}
Copied: homebank/repos/community-staging-x86_64/PKGBUILD (from rev 99266, homebank/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-10-26 14:55:42 UTC (rev 99267)
@@ -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.4
+pkgrel=2
+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=('b3dd7df29d1de38b04c3bce3ade1f6266c1dc91aefa1106e37852edeab39b083')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
Copied: homebank/repos/community-staging-x86_64/homebank.changelog (from rev 99266, homebank/trunk/homebank.changelog)
===================================================================
--- community-staging-x86_64/homebank.changelog (rev 0)
+++ community-staging-x86_64/homebank.changelog 2013-10-26 14:55:42 UTC (rev 99267)
@@ -0,0 +1,14 @@
+2013-10-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * homebank 4.5.3-1
+
+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
Copied: homebank/repos/community-staging-x86_64/homebank.install (from rev 99266, homebank/trunk/homebank.install)
===================================================================
--- community-staging-x86_64/homebank.install (rev 0)
+++ community-staging-x86_64/homebank.install 2013-10-26 14:55:42 UTC (rev 99267)
@@ -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