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/homebank/PKGBUILD | 29 +++++++++++++++++ community-testing/homebank/homebank.install | 13 ++++++++ community-testing/kmymoney/PKGBUILD | 46 +++++++++++++++++++++++++++ community-testing/kmymoney/kmymoney.changelog | 29 +++++++++++++++++ community-testing/kmymoney/kmymoney.install | 13 ++++++++ community-testing/skrooge/PKGBUILD | 33 +++++++++++++++++++ community-testing/skrooge/skrooge.changelog | 11 +++++++ community-testing/skrooge/skrooge.install | 14 ++++++++ 8 files changed, 188 insertions(+) create mode 100644 community-testing/homebank/PKGBUILD create mode 100644 community-testing/homebank/homebank.install create mode 100644 community-testing/kmymoney/PKGBUILD create mode 100644 community-testing/kmymoney/kmymoney.changelog create mode 100644 community-testing/kmymoney/kmymoney.install create mode 100644 community-testing/skrooge/PKGBUILD create mode 100644 community-testing/skrooge/skrooge.changelog create mode 100644 community-testing/skrooge/skrooge.install (limited to 'community-testing') diff --git a/community-testing/homebank/PKGBUILD b/community-testing/homebank/PKGBUILD new file mode 100644 index 000000000..3ddacc089 --- /dev/null +++ b/community-testing/homebank/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 74951 2012-08-10 05:04:47Z ebelanger $ +# Maintainer: Jaroslav Lichtblau +# Contributor: William Rea + +pkgname=homebank +pkgver=4.4 +pkgrel=3 +pkgdesc="Free, easy, personal accounting for everyone" +arch=('i686' 'x86_64') +url="http://homebank.free.fr/" +license=('GPL') +depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perlxml' 'shared-mime-info') +makedepends=('intltool') +install=$pkgname.install +source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz) +sha256sums=('13b89373575e3ac229d2683aa7296778ad7cdae1a7a019c9124a1d5b23dce7d2') + +build() { + cd "${srcdir}/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + + make DESTDIR="${pkgdir}" install +} diff --git a/community-testing/homebank/homebank.install b/community-testing/homebank/homebank.install new file mode 100644 index 000000000..3c862f44b --- /dev/null +++ b/community-testing/homebank/homebank.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q + update-mime-database usr/share/mime +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} 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 +} diff --git a/community-testing/skrooge/PKGBUILD b/community-testing/skrooge/PKGBUILD new file mode 100644 index 000000000..6f324c2b3 --- /dev/null +++ b/community-testing/skrooge/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 74953 2012-08-10 05:05:01Z ebelanger $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Ray Rashif +# Contributor: Andrea Scarpino +# Contributor: neuromante + +pkgname=skrooge +pkgver=1.3.0 +pkgrel=2 +pkgdesc="A personal finances manager for KDE" +arch=('i686' 'x86_64') +url="http://skrooge.org/" +license=('GPL') +depends=('kdebase-runtime' 'libofx' 'qca-ossl') +makedepends=('cmake' 'automoc4' 'docbook-xsl') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2) +sha256sums=('7f8ec247084a005b743bb080ded5724f6c1ee3644c135e12002c80df93fddfe9') + +build() { + cd "${srcdir}/$pkgname-$pkgver" + + cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr + + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + + make DESTDIR="${pkgdir}" install +} diff --git a/community-testing/skrooge/skrooge.changelog b/community-testing/skrooge/skrooge.changelog new file mode 100644 index 000000000..ffc491ba5 --- /dev/null +++ b/community-testing/skrooge/skrooge.changelog @@ -0,0 +1,11 @@ +2012-08-09 Eric Belanger + * skrooge 1.3.0-2 Rebuild against libofx 0.9.5 + +2012-05-05 Jaroslav Lichtblau + * skrooge 1.3.0-1 + +2012-02-24 Jaroslav Lichtblau + * skrooge 1.2.0-1 + +2011-11-27 Jaroslav Lichtblau + * skrooge 1.1.1-1 diff --git a/community-testing/skrooge/skrooge.install b/community-testing/skrooge/skrooge.install new file mode 100644 index 000000000..050474c59 --- /dev/null +++ b/community-testing/skrooge/skrooge.install @@ -0,0 +1,14 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + kbuildsycoca4 &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf