From 012c4b7f27441c85d7f9c46a619a3b356c94cab7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 Aug 2012 00:04:05 +0000 Subject: Sun Aug 12 00:04:05 UTC 2012 --- community-testing/kmymoney/PKGBUILD | 46 +++++++++++++++++++++++++++ community-testing/kmymoney/kmymoney.changelog | 29 +++++++++++++++++ community-testing/kmymoney/kmymoney.install | 13 ++++++++ 3 files changed, 88 insertions(+) create mode 100644 community-testing/kmymoney/PKGBUILD create mode 100644 community-testing/kmymoney/kmymoney.changelog create mode 100644 community-testing/kmymoney/kmymoney.install (limited to 'community-testing/kmymoney') diff --git a/community-testing/kmymoney/PKGBUILD b/community-testing/kmymoney/PKGBUILD new file mode 100644 index 000000000..537bb2420 --- /dev/null +++ b/community-testing/kmymoney/PKGBUILD @@ -0,0 +1,46 @@ +# $Id: PKGBUILD 74952 2012-08-10 05:04:54Z ebelanger $ +# Maintainer: Jaroslav Lichtblau +# Maintainer: Laurent Carlier +# Contributor: Vamp898 +# Contributor: Jaroslaw Swierczynski +# Contributor: Eric Belanger +# Contributor: Todd Maynard + +pkgname=kmymoney +pkgver=4.6.2 +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-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 +qt4.8.patch::https://projects.kde.org/projects/extragear/office/kmymoney/repository/revisions/c736b6f08e77df72d58c5b836b7b04f6098737df/diff/libkdchart/src/KDChartBackgroundAttributes.cpp?format=diff) +sha256sums=('add8acba2f0d4c212ac1c7fbbdad2fd43a24caceed586b13d90dcd2a20a12b75' + '7612b490400dbd4f80ff27bd328f8603a22279c81bb3004e53f48545dbd359ae') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # Qt 4.8 fix - fixed upstream + patch -Np1 -i ../qt4.8.patch + + 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 +} diff --git a/community-testing/kmymoney/kmymoney.changelog b/community-testing/kmymoney/kmymoney.changelog new file mode 100644 index 000000000..6943a0716 --- /dev/null +++ b/community-testing/kmymoney/kmymoney.changelog @@ -0,0 +1,29 @@ +2012-08-09 Eric Belanger + * kmymoney 4.6.2-2 + * Rebuild against libofx 0.9.5 + +2011-02-19 Jaroslav Lichtblau + * kmymoney 4.5.3 + +2010-12-27 Jaroslav Lichtblau + * kmymoney 4.5.2 + +2010-10-20 Jaroslav Lichtblau + * kmymoney 4.5.1 + * Added aqbanking dependency + +2010-08-22 Jaroslav Lichtblau + * Update to major release 4.5 + * Package renamed to 'kmymoney' + +2010-05-20 Jaroslav Lichtblau + * Update to major release 1.0.5 + +2010-04-09 Jaroslav Lichtblau + * Update to major release 1.0.4 + +2010-04-09 Jaroslav Lichtblau + * FS#18974 broken OFX imported fixed in 1.0.3-2 + +2010-03-27 Jaroslav Lichtblau + * Update to major release 1.0.3 diff --git a/community-testing/kmymoney/kmymoney.install b/community-testing/kmymoney/kmymoney.install new file mode 100644 index 000000000..f7f5bd0bf --- /dev/null +++ b/community-testing/kmymoney/kmymoney.install @@ -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 +} -- cgit v1.2.3-54-g00ecf