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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Mar 7 18:47:33 UTC 2016


    Date: Monday, March 7, 2016 @ 19:47:33
  Author: jlichtblau
Revision: 165538

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

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

-----------------------------------------+
 /PKGBUILD                               |   76 ++++++++++++++++++++++++++++++
 /moneymanagerex.install                 |   22 ++++++++
 community-i686/PKGBUILD                 |   42 ----------------
 community-i686/moneymanagerex.install   |   11 ----
 community-x86_64/PKGBUILD               |   42 ----------------
 community-x86_64/moneymanagerex.install |   11 ----
 6 files changed, 98 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-07 18:47:11 UTC (rev 165537)
+++ community-i686/PKGBUILD	2016-03-07 18:47:33 UTC (rev 165538)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: TDY <tdy at gmx.com>
-
-pkgname=moneymanagerex
-pkgver=1.2.5
-pkgrel=1
-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
-  
-#https://github.com/moneymanagerex/moneymanagerex/issues/667#issuecomment-174964088
-  git submodule deinit 3rd/anvil
-  git rm 3rd/anvil
-  
-  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 165537, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-07 18:47:33 UTC (rev 165538)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=moneymanagerex
+pkgver=1.2.6
+pkgrel=1
+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
+}

Deleted: community-i686/moneymanagerex.install
===================================================================
--- community-i686/moneymanagerex.install	2016-03-07 18:47:11 UTC (rev 165537)
+++ community-i686/moneymanagerex.install	2016-03-07 18:47:33 UTC (rev 165538)
@@ -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 165537, moneymanagerex/trunk/moneymanagerex.install)
===================================================================
--- community-i686/moneymanagerex.install	                        (rev 0)
+++ community-i686/moneymanagerex.install	2016-03-07 18:47:33 UTC (rev 165538)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-07 18:47:11 UTC (rev 165537)
+++ community-x86_64/PKGBUILD	2016-03-07 18:47:33 UTC (rev 165538)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: TDY <tdy at gmx.com>
-
-pkgname=moneymanagerex
-pkgver=1.2.5
-pkgrel=1
-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
-  
-#https://github.com/moneymanagerex/moneymanagerex/issues/667#issuecomment-174964088
-  git submodule deinit 3rd/anvil
-  git rm 3rd/anvil
-  
-  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-x86_64/PKGBUILD (from rev 165537, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-07 18:47:33 UTC (rev 165538)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=moneymanagerex
+pkgver=1.2.6
+pkgrel=1
+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
+}

Deleted: community-x86_64/moneymanagerex.install
===================================================================
--- community-x86_64/moneymanagerex.install	2016-03-07 18:47:11 UTC (rev 165537)
+++ community-x86_64/moneymanagerex.install	2016-03-07 18:47:33 UTC (rev 165538)
@@ -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-x86_64/moneymanagerex.install (from rev 165537, moneymanagerex/trunk/moneymanagerex.install)
===================================================================
--- community-x86_64/moneymanagerex.install	                        (rev 0)
+++ community-x86_64/moneymanagerex.install	2016-03-07 18:47:33 UTC (rev 165538)
@@ -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