You are not logged in.

#1 2004-06-03 17:54:05

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

[Finance : Management ] grisbi

hi all !

Here is a PKGBUILD for grisbi. A a very functional personal financial management. I'm not pretty sur about the depends so, I'd be cool if you can send any feedback.

# Grisbi
# Maintainer : namlook <namlook at laposte dot net>
# 2004/06/02
pkgname=grisbi
pkgver=0.5.0
pkgrel=1
pkgdesc="Grisbi is a very functional personal financial management 
program with a lot of features"
depends=('libxml2' 'gtk2')
makedepends=()
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://www.grisbi.org/"
md5sums=('ddb00c054996df654d0771172ed864f9')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
  rm -rf $startdir/pkg/usr/share
}

Thanks !
Namlook

Offline

#2 2004-06-24 15:06:13

fideli
Member
From: Edmonton
Registered: 2004-06-20
Posts: 48

Re: [Finance : Management ] grisbi

is libofx a dependency as well, or is optional?  i haven't looked at the /.configure script, but i will once i get home from work.


-\ fideli /-

Offline

#3 2004-06-24 16:12:57

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [Finance : Management ] grisbi

fideli wrote:

is libofx a dependency as well, or is optional?  i haven't looked at the /.configure script, but i will once i get home from work.

libofx is in staging


The impossible missions are the only ones which succeed.

Offline

#4 2004-06-25 07:12:13

Evangel
Member
From: Germany - Hechingen/Balingen
Registered: 2004-02-22
Posts: 36

Re: [Finance : Management ] grisbi

i would suggest not to delete the wole /usr/share directory

rm -rf $startdir/pkg/usr/share 

while there are some pictures/pixmaps in it and so missing after that. Start grisbi from console and youll see. Instead i would just delete /usr/share/locale since this is real junk.

rm -rf $startdir/pkg/usr/share/locale

no one will ever miss this (its just 2 translations fr + it)

bye
Eve

Offline

#5 2004-06-25 08:47:24

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [Finance : Management ] grisbi

with this pkgbuild

pkgname=grisbi
pkgver=0.5.0
pkgrel=1
pkgdesc="Grisbi is a very functional personal financial management
program with a lot of features"
depends=('libxml2' 'gtk2')
makedepends=()
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://www.grisbi.org/"
md5sums=('ddb00c054996df654d0771172ed864f9')
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
  rm -rf $startdir/pkg/usr/share/locale
}

it gave me an error saying about syntax error in line [when I tried to pacman -U]
but it seems to work ok. AL needs this software

Offline

#6 2004-06-25 08:55:45

Evangel
Member
From: Germany - Hechingen/Balingen
Registered: 2004-02-22
Posts: 36

Re: [Finance : Management ] grisbi

it gave me an error saying about syntax error in line [when I tried to pacman -U]
but it seems to work ok.

This error is because of the linebreak of the package description line. It goes away if you remove this.

Offline

#7 2004-06-25 16:53:08

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [Finance : Management ] grisbi

ok. let me ask something a bit irrelevant
how can a switch guy support portugal and not france?
I mean france is just a better team tongue tongue

Offline

#8 2004-08-26 17:33:52

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

Re: [Finance : Management ] grisbi

update :

# PKGBUILD for Grisbi 
# Maintainer : namlook <namlook at laposte dot net> 
# 2004/08/26 
pkgname=grisbi 
pkgver=0.5.1 
pkgrel=1 
pkgdesc="Grisbi is a very functional personal financial management program with 
a lot of features" 
depends=('libxml2' 'gtk2') 
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://www.grisbi.org/"; 
md5sums=('2cad36e9afcd7d0abe6aaa77d651b5f2') 
 
build() { 
 cd $startdir/src/$pkgname-$pkgver 
 ./configure --prefix=/usr 
 make || return 1 
 make prefix=$startdir/pkg/usr install 
# rm -rf $startdir/pkg/usr/share 
} 

big_smile

Offline

#9 2004-08-26 21:17:46

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: [Finance : Management ] grisbi

Grisbi is in my TUR, and it's been there for about a month or so  big_smile


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#10 2004-08-27 14:22:55

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

Re: [Finance : Management ] grisbi

Hi punkrockguy318 ! I try to send you an email but doesn't work... 'don't know why  sad

Offline

#11 2005-01-27 19:05:09

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: [Finance : Management ] grisbi

Does it have english support? I use gnucash, but have to use RH8 for that  :cry: I've gone to grisbi's screenshots page, and everything's in French. Also, the FAQ and Documentation have "Translation coming soon" written on the page, with a link to a french version. And some of the other pages(like contributions) are in french.
It seems to be a good prog, though, with active development, but its not much good to me if I can't understand it.
I knew I should have taken french as a general education option this semester roll .

Offline

#12 2005-01-27 20:58:14

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Re: [Finance : Management ] grisbi

Thanks for the PKGBUILD.

It works out of the box.

Nice work !

Offline

Board footer

Powered by FluxBB