[arch-commits] Commit in kmymoney/repos/community-i686 (7 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun Oct 6 09:22:19 UTC 2013


    Date: Sunday, October 6, 2013 @ 11:22:19
  Author: jlichtblau
Revision: 98122

archrelease: copy trunk to community-i686

Added:
  kmymoney/repos/community-i686/PKGBUILD
    (from rev 98121, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
    (from rev 98121, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-i686/kmymoney.install
    (from rev 98121, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/git-fixes.diff
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-i686/kmymoney.install

--------------------+
 PKGBUILD           |   90 +++++++++++++++++++++++----------------------------
 git-fixes.diff     |   43 ------------------------
 kmymoney.changelog |   67 +++++++++++++++++++------------------
 kmymoney.install   |   26 +++++++-------
 4 files changed, 89 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-06 08:45:27 UTC (rev 98121)
+++ PKGBUILD	2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Vamp898 <vamp898 at web.de>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Todd Maynard <arch at toddmaynard.com>
-
-pkgname=kmymoney
-pkgver=4.6.3
-pkgrel=3
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/"
-license=('GPL')
-depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 'libalkimia' 'boost-libs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
-        git-fixes.diff)
-sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
-            'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i ../git-fixes.diff
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build
-  cd build
-
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 98121, kmymoney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-06 09:22:19 UTC (rev 98122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Vamp898 <vamp898 at web.de>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Todd Maynard <arch at toddmaynard.com>
+
+pkgname=kmymoney
+pkgver=4.6.4
+pkgrel=1
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken"
+arch=('i686' 'x86_64')
+url="http://kmymoney2.sourceforge.net/"
+license=('GPL')
+depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 'libalkimia' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('89522fadb4a9f06f3f20e2d6ac47a147f70b4265abad2fdf3aa6672fe2a3c012')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: git-fixes.diff
===================================================================
--- git-fixes.diff	2013-10-06 08:45:27 UTC (rev 98121)
+++ git-fixes.diff	2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,43 +0,0 @@
-commit 77209f84a85360e98d2e805d412956a8f2a77db3
-Author: Alex Merry <kde at randomguy3.me.uk>
-Date:   Fri Feb 1 15:31:54 2013 +0000
-
-    Fix build with GMP 5.1.0
-    
-    GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
-    or mpf_class.  So we have to have an explicit conversion.
-    
-    BUG: 312481
-
-diff --git a/kmymoney/mymoney/mymoneymoney.cpp b/kmymoney/mymoney/mymoneymoney.cpp
-index aeed135..5de7fa9 100644
---- a/kmymoney/mymoney/mymoneymoney.cpp
-+++ b/kmymoney/mymoney/mymoneymoney.cpp
-@@ -158,7 +158,7 @@ QString MyMoneyMoney::formatMoney(const QString& currency, const int prec, bool
-   // be much better than using KGlobal::locale()->formatMoney.
-   bool bNegative = false;
-   mpz_class left = value / static_cast<MyMoneyMoney>(convertDenominator(d)).valueRef().get_den();
--  mpz_class right = (valueRef() - mpq_class(left)) * denom;
-+  mpz_class right = mpz_class((valueRef() - mpq_class(left)) * denom);
- 
-   if (right < 0) {
-     right = -right;
-commit 9b6f96a38b8c84cb87bb07165b503acbe5ea81ff
-Author: Christoph Feck <christoph at maxiom.de>
-Date:   Fri Mar 23 23:05:19 2012 +0100
-
-    Fix includes
-
-diff --git a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-index ff217e3..d31bb02 100644
---- a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-+++ b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-@@ -16,6 +16,7 @@
- 
- #include "mymoneydatabasemgrtest.h"
- #include <pwd.h>
-+#include <unistd.h>
- #include <iostream>
- 
- #include <QtTest/QtTest>
-

Deleted: kmymoney.changelog
===================================================================
--- kmymoney.changelog	2013-10-06 08:45:27 UTC (rev 98121)
+++ kmymoney.changelog	2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,32 +0,0 @@
-2012-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  <eric at archlinux.org>
-        * kmymoney 4.6.2-2
-	* Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kmymoney 4.5.1
-	* Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 4.5
-	* Package renamed to 'kmymoney'
-
-2010-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.5
-
-2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.4
-
-2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#18974 broken OFX imported fixed in 1.0.3-2
-
-2010-03-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.3

Copied: kmymoney/repos/community-i686/kmymoney.changelog (from rev 98121, kmymoney/trunk/kmymoney.changelog)
===================================================================
--- kmymoney.changelog	                        (rev 0)
+++ kmymoney.changelog	2013-10-06 09:22:19 UTC (rev 98122)
@@ -0,0 +1,35 @@
+2013-10-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.6.4-1
+
+2012-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.6.3-1
+
+2012-08-09  Eric Belanger  <eric at archlinux.org>
+        * kmymoney 4.6.2-2
+	* Rebuild against libofx 0.9.5
+
+2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.5.3
+
+2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.5.2
+
+2010-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.5.1
+	* Added aqbanking dependency
+
+2010-08-22 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 4.5
+	* Package renamed to 'kmymoney'
+
+2010-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.5
+
+2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.4
+
+2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#18974 broken OFX imported fixed in 1.0.3-2
+
+2010-03-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.3

Deleted: kmymoney.install
===================================================================
--- kmymoney.install	2013-10-06 08:45:27 UTC (rev 98121)
+++ kmymoney.install	2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,13 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kmymoney/repos/community-i686/kmymoney.install (from rev 98121, kmymoney/trunk/kmymoney.install)
===================================================================
--- kmymoney.install	                        (rev 0)
+++ kmymoney.install	2013-10-06 09:22:19 UTC (rev 98122)
@@ -0,0 +1,13 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list