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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Nov 2 08:14:37 UTC 2014


    Date: Sunday, November 2, 2014 @ 09:14:37
  Author: jlichtblau
Revision: 121700

archrelease: copy trunk to community-i686

Added:
  kmymoney/repos/community-i686/PKGBUILD
    (from rev 121699, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
    (from rev 121699, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-i686/kmymoney.install
    (from rev 121699, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-i686/kmymoney.install

--------------------+
 PKGBUILD           |   80 +++++++++++++++++++++++++--------------------------
 kmymoney.changelog |   79 ++++++++++++++++++++++++++------------------------
 kmymoney.install   |   26 ++++++++--------
 3 files changed, 94 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-02 07:15:23 UTC (rev 121699)
+++ PKGBUILD	2014-11-02 08:14:37 UTC (rev 121700)
@@ -1,40 +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.7.0
-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-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 'libalkimia' 'boost-libs' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('e4b3ce10e2fe7d84314b7e1c77a995f41488d161b716f7d67ca8de715e833e09')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build
-  cd build
-
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 121699, kmymoney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-02 08:14:37 UTC (rev 121700)
@@ -0,0 +1,40 @@
+# $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.7.1
+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-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 'libalkimia' 'boost-libs' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('7749cbae146eb4adf5c92162c841ae321f971c5720bc32d0227a42a4dd4acfc4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===================================================================
--- kmymoney.changelog	2014-11-02 07:15:23 UTC (rev 121699)
+++ kmymoney.changelog	2014-11-02 08:14:37 UTC (rev 121700)
@@ -1,38 +0,0 @@
-2014-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kmymoney 4.7.0-1
-
-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

Copied: kmymoney/repos/community-i686/kmymoney.changelog (from rev 121699, kmymoney/trunk/kmymoney.changelog)
===================================================================
--- kmymoney.changelog	                        (rev 0)
+++ kmymoney.changelog	2014-11-02 08:14:37 UTC (rev 121700)
@@ -0,0 +1,41 @@
+2014-11-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.7.1-1
+
+2014-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* kmymoney 4.7.0-1
+
+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	2014-11-02 07:15:23 UTC (rev 121699)
+++ kmymoney.install	2014-11-02 08:14:37 UTC (rev 121700)
@@ -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 121699, kmymoney/trunk/kmymoney.install)
===================================================================
--- kmymoney.install	                        (rev 0)
+++ kmymoney.install	2014-11-02 08:14:37 UTC (rev 121700)
@@ -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