[arch-commits] Commit in moneymanagerex/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 05:48:51 UTC 2015


    Date: Monday, December 7, 2015 @ 06:48:50
  Author: bpiotrowski
Revision: 149615

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

Added:
  moneymanagerex/repos/community-staging-i686/
  moneymanagerex/repos/community-staging-i686/PKGBUILD
    (from rev 149614, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-staging-i686/moneymanagerex.install
    (from rev 149614, moneymanagerex/trunk/moneymanagerex.install)
  moneymanagerex/repos/community-staging-x86_64/
  moneymanagerex/repos/community-staging-x86_64/PKGBUILD
    (from rev 149614, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-staging-x86_64/moneymanagerex.install
    (from rev 149614, moneymanagerex/trunk/moneymanagerex.install)

-------------------------------------------------+
 community-staging-i686/PKGBUILD                 |   38 ++++++++++++++++++++++
 community-staging-i686/moneymanagerex.install   |   11 ++++++
 community-staging-x86_64/PKGBUILD               |   38 ++++++++++++++++++++++
 community-staging-x86_64/moneymanagerex.install |   11 ++++++
 4 files changed, 98 insertions(+)

Copied: moneymanagerex/repos/community-staging-i686/PKGBUILD (from rev 149614, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 05:48:50 UTC (rev 149615)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=moneymanagerex
+pkgver=1.2.3
+pkgrel=3
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/"
+license=('GPL')
+depends=('wxgtk' '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-staging-i686/moneymanagerex.install (from rev 149614, moneymanagerex/trunk/moneymanagerex.install)
===================================================================
--- community-staging-i686/moneymanagerex.install	                        (rev 0)
+++ community-staging-i686/moneymanagerex.install	2015-12-07 05:48:50 UTC (rev 149615)
@@ -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
+}

Copied: moneymanagerex/repos/community-staging-x86_64/PKGBUILD (from rev 149614, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 05:48:50 UTC (rev 149615)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=moneymanagerex
+pkgver=1.2.3
+pkgrel=3
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/"
+license=('GPL')
+depends=('wxgtk' '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-staging-x86_64/moneymanagerex.install (from rev 149614, moneymanagerex/trunk/moneymanagerex.install)
===================================================================
--- community-staging-x86_64/moneymanagerex.install	                        (rev 0)
+++ community-staging-x86_64/moneymanagerex.install	2015-12-07 05:48:50 UTC (rev 149615)
@@ -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