Package Details: grisbi-git 1:3.1.0.r168.g207f1338e-1

Git Clone URL: https://aur.archlinux.org/grisbi-git.git (read-only, click to copy)
Package Base: grisbi-git
Description: Personal financial management program - Development version
Upstream URL: https://www.grisbi.org
Keywords: cash grisbi management money
Licenses: GPL
Conflicts: grisbi
Submitter: FredBezies
Maintainer: None
Last Packager: FredBezies
Votes: 2
Popularity: 0.000000
First Submitted: 2019-01-19 09:59 (UTC)
Last Updated: 2024-09-25 07:17 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

FredBezies commented on 2025-02-21 14:08 (UTC)

Needs meson to get build. But I cannot get the install part to work with meson, rights are not evalated to the needed level.

Here is a work in progess PKGBUILD

#Maintainer: Frederic Bezies <fredbezies at gmail dot com> 
#Contributor: Maël Leclair <mael.leclair@gmail.com>
pkgname=grisbi-git
_pkgname=grisbi
pkgver=3.1.0.r206.ge10b520e0
pkgrel=1
epoch=1
pkgdesc="Personal financial management program - Development version"
arch=('x86_64')
url="https://www.grisbi.org"
license=('GPL')
depends=('gtk3' 'openssl' 'goffice' 'libofx')
optdepends=('libofx: for OFX support')
makedepends=('git' 'intltool' 'libgsf' 'meson')
conflicts=('grisbi')
source=("$pkgname"::'git+https://github.com/grisbi/grisbi.git')
sha256sums=('SKIP')
options=(!debug)

pkgver() {
  cd "$pkgname"
  git describe --long --tags | sed 's/upstream_version_//;s/\([^-]*-g\)/r\1/;s/-/./g;s/_/./g'
}

build() {
  cd "$pkgname"
  mkdir build
  meson setup build --prefix=/usr
  meson compile -C build
}

package() {
  cd "$pkgname"
  #Not working part:
  meson install -C build 
}

So, I'm orphaning this package.

brochignac commented on 2022-09-10 15:03 (UTC)

Thank you a lot for this git version of Grisbi. Would it be possible to change the Upstream URL from "http" to "https" for the git version and the main version of Grisbi ?

Npa commented on 2019-06-10 20:58 (UTC) (edited on 2019-06-10 20:59 (UTC) by Npa)

Ok thank you ! I like grisbi very much since 2008.

FredBezies commented on 2019-06-10 20:55 (UTC)

@Npa: git version is a development one. So it is normal that version number doesn't match :)

Npa commented on 2019-06-10 20:38 (UTC)

Hello,

Thank you for your work ! One question : if i open "about Grisbi" the version is 1.9.0. Is it normal (it's supposed to be 1.2.1...) ? The stable version is now 1.2.2 on Grisbi.org

FredBezies commented on 2019-01-19 10:00 (UTC)

Looks like an old PKGBUILD existed but was orphaned. At least, a new working version of grisbi-git is online :)