Date: Tuesday, April 28, 2015 @ 23:52:46
  Author: jlichtblau
Revision: 132479

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-28 21:52:33 UTC (rev 132478)
+++ PKGBUILD    2015-04-28 21:52:46 UTC (rev 132479)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Maintainer: Laurent Carlier <[email protected]>
-# Contributor: Vamp898 <[email protected]>
-# Contributor: Jaroslaw Swierczynski <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Contributor: Todd Maynard <[email protected]>
-
-pkgname=kmymoney
-pkgver=4.7.1
-pkgrel=2
-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
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 132478, 
kmymoney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-04-28 21:52:46 UTC (rev 132479)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Maintainer: Laurent Carlier <[email protected]>
+# Contributor: Vamp898 <[email protected]>
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+# Contributor: Todd Maynard <[email protected]>
+
+pkgname=kmymoney
+pkgver=4.7.2
+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=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+
+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  2015-04-28 21:52:33 UTC (rev 132478)
+++ kmymoney.changelog  2015-04-28 21:52:46 UTC (rev 132479)
@@ -1,41 +0,0 @@
-2014-11-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  <[email protected]>
-        * kmymoney 4.6.2-2
-       * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.1
-       * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 4.5
-       * Package renamed to 'kmymoney'
-
-2010-05-20 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.5
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.4
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * FS#18974 broken OFX imported fixed in 1.0.3-2
-
-2010-03-27 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.3

Copied: kmymoney/repos/community-x86_64/kmymoney.changelog (from rev 132478, 
kmymoney/trunk/kmymoney.changelog)
===================================================================
--- kmymoney.changelog                          (rev 0)
+++ kmymoney.changelog  2015-04-28 21:52:46 UTC (rev 132479)
@@ -0,0 +1,44 @@
+2015-04-28 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.7.2-1
+
+2014-11-02 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.7.1-1
+
+2014-10-02 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.7.0-1
+
+2013-10-06 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.6.4-1
+
+2012-09-09 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.6.3-1
+
+2012-08-09  Eric Belanger  <[email protected]>
+        * kmymoney 4.6.2-2
+       * Rebuild against libofx 0.9.5
+
+2011-02-19 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.5.3
+
+2010-12-27 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.5.2
+
+2010-10-20 Jaroslav Lichtblau <[email protected]>
+       * kmymoney 4.5.1
+       * Added aqbanking dependency
+
+2010-08-22 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.5
+       * Package renamed to 'kmymoney'
+
+2010-05-20 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.5
+
+2010-04-09 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.4
+
+2010-04-09 Jaroslav Lichtblau <[email protected]>
+       * FS#18974 broken OFX imported fixed in 1.0.3-2
+
+2010-03-27 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 1.0.3

Deleted: kmymoney.install
===================================================================
--- kmymoney.install    2015-04-28 21:52:33 UTC (rev 132478)
+++ kmymoney.install    2015-04-28 21:52:46 UTC (rev 132479)
@@ -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-x86_64/kmymoney.install (from rev 132478, 
kmymoney/trunk/kmymoney.install)
===================================================================
--- kmymoney.install                            (rev 0)
+++ kmymoney.install    2015-04-28 21:52:46 UTC (rev 132479)
@@ -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
+}

Reply via email to