You are not logged in.

#1 2004-01-29 20:26:12

tsykoduk
Member
From: A Chair
Registered: 2003-10-31
Posts: 48
Website

QHacc

Has anyone started on or done a package for Qhacc or Khacc? If not, then I will start on my first package   :shock:

Offline

#2 2005-05-31 09:50:28

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: QHacc

Latest PKGBUILD:

pkgname=qhacc
pkgver=3.4
pkgrel=1
pkgdesc="The Q Home Accountant is QT based financial software"
url="http://qhacc.sourceforge.net/"
license="GPL"
depends=('qt')
source=(http://unc.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('61056d23534e36eb96fc22f02198a127')
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-qt-libs=/opt/qt/lib --with-qt-includes=/opt/qt/include
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#3 2006-06-24 01:24:58

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: QHacc

FYI a newer version is available. Also is there anything stopping this been added to AUR?

Offline

#4 2006-06-24 08:05:35

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: QHacc

Not a thing.

Offline

#5 2006-07-04 22:23:33

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: QHacc

Aaaarg - the perils of asking open questions  wink

Although I got the latest version to build (see below), it wouldn't run as it couldn't find some necessary file in ~/.qhacc
Reverting to 3.4 worked fine. 
See how you get on.

pkgname=qhacc
pkgver=3.5
pkgrel=1
pkgdesc="The Q Home Accountant is QT based financial software"
url="http://qhacc.sourceforge.net/"
license="GPL"
depends=('qt')
source=(http://puzzle.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=()
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-qt-libs=/opt/qt/lib --with-qt-includes=/opt/qt/include
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB