[arch-commits] Commit in moneymanagerex/repos/community-i686 (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jun 8 19:19:22 UTC 2015
Date: Monday, June 8, 2015 @ 21:19:22
Author: jlichtblau
Revision: 134998
archrelease: copy trunk to community-i686
Added:
moneymanagerex/repos/community-i686/PKGBUILD
(from rev 134997, moneymanagerex/trunk/PKGBUILD)
moneymanagerex/repos/community-i686/moneymanagerex.install
(from rev 134997, moneymanagerex/trunk/moneymanagerex.install)
Deleted:
moneymanagerex/repos/community-i686/PKGBUILD
moneymanagerex/repos/community-i686/moneymanagerex.install
------------------------+
PKGBUILD | 76 +++++++++++++++++++++++------------------------
moneymanagerex.install | 22 ++++++-------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-08 18:55:35 UTC (rev 134997)
+++ PKGBUILD 2015-06-08 19:19:22 UTC (rev 134998)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: TDY <tdy at gmx.com>
-
-pkgname=moneymanagerex
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/"
-license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
- cd "${srcdir}"/$pkgname
-
- git submodule update --init
-}
-
-build() {
- cd "${srcdir}"/$pkgname
-
- ./configure --prefix=/usr --disable-shared --enable-unicode
- make
- make po
-}
-
-package() {
- cd "${srcdir}"/$pkgname
-
- make DESTDIR="${pkgdir}" install
-}
Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 134997, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-06-08 19:19:22 UTC (rev 134998)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=moneymanagerex
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/"
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+ cd "${srcdir}"/$pkgname
+
+ git submodule update --init
+}
+
+build() {
+ cd "${srcdir}"/$pkgname
+
+ ./configure --prefix=/usr --disable-shared --enable-unicode
+ make
+ make po
+}
+
+package() {
+ cd "${srcdir}"/$pkgname
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: moneymanagerex.install
===================================================================
--- moneymanagerex.install 2015-06-08 18:55:35 UTC (rev 134997)
+++ moneymanagerex.install 2015-06-08 19:19:22 UTC (rev 134998)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 134997, moneymanagerex/trunk/moneymanagerex.install)
===================================================================
--- moneymanagerex.install (rev 0)
+++ moneymanagerex.install 2015-06-08 19:19:22 UTC (rev 134998)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list