Package Details: finfaktura 2.2.0-2

Git Clone URL: https://aur.archlinux.org/finfaktura.git (read-only, click to copy)
Package Base: finfaktura
Description: Fryktelig Fin Faktura is an accountancy/billing program for Norwegian businesses. Bills are created as PDF or F60 forms.
Upstream URL: https://sourceforge.net/projects/finfaktura/
Keywords: accounting billing finance
Licenses: GPL2
Submitter: unhammer
Maintainer: None
Last Packager: TrialnError
Votes: 1
Popularity: 0.000000
First Submitted: 2011-09-25 07:38 (UTC)
Last Updated: 2018-06-03 22:02 (UTC)

Latest Comments

unhammer commented on 2017-03-13 09:46 (UTC)

This needs a new maintainer; I don't use arch on desktop any more.

unhammer commented on 2015-08-21 14:29 (UTC)

thanks tuusjr, updated :)

tuusjr commented on 2015-08-21 14:07 (UTC)

Some issues with current pkgbuild: - Not cd'ing into correct src folder. - In 2.0.9, python executable is named faktura, so renaming is unnecessary Fixed both, bumped pkgrel, and updated md5sums, so the following PKGBUILD works. Please update: # Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org> # Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org> pkgname=finfaktura pkgver=2.0.9 pkgrel=2 pkgdesc="Fryktelig Fin Faktura is an accountancy/billing program for Norwegian businesses. Bills are created as PDF or F60 forms." url="https://sourceforge.net/projects/finfaktura/" arch=('i686' 'x86_64') license=('GPL2') depends=('python2>=2.5.0' 'python2-reportlab' 'python2-pyqt') makedepends=() conflicts=() replaces=() backup=() source=("http://downloads.sourceforge.net/sourceforge/finfaktura/${pkgname}-${pkgver}.tar.gz") md5sums=('0541e2854c0e5a94d842095970321c0e') build() { cd $srcdir/$pkgname-$pkgver # From http://allanmcrae.com/2010/10/big-python-transition-in-arch-linux/ sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find . -name '*.py') } package() { cd $srcdir/$pkgname-$pkgver python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 }

unhammer commented on 2011-09-25 08:15 (UTC)

start with $ finfaktura