grisbi: init at 1.0.2
This commit is contained in:
parent
f9eef3ca79
commit
cc92326e12
32
pkgs/applications/office/grisbi/default.nix
Normal file
32
pkgs/applications/office/grisbi/default.nix
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{ fetchurl, stdenv, gtk, pkgconfig, libofx, intltool, wrapGAppsHook
|
||||||
|
, hicolor_icon_theme, libsoup, gnome3 }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "grisbi-${version}";
|
||||||
|
version = "1.0.2";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/grisbi/${name}.tar.bz2";
|
||||||
|
sha256 = "1m31a1h4i59z36ri4a22rrd29byg6wnxq37559042hdhn557kazm";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||||
|
buildInputs = [ gtk libofx intltool hicolor_icon_theme libsoup
|
||||||
|
gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A personnal accounting application.";
|
||||||
|
longDescription = ''
|
||||||
|
Grisbi is an application written by French developers, so it perfectly
|
||||||
|
respects French accounting rules. Grisbi can manage multiple accounts,
|
||||||
|
currencies and users. It manages third party, expenditure and receipt
|
||||||
|
categories, budgetary lines, financial years, budget estimates, bankcard
|
||||||
|
management and other information that make Grisbi adapted for
|
||||||
|
associations.
|
||||||
|
'';
|
||||||
|
homepage = "http://grisbi.org";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ layus ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -14469,6 +14469,8 @@ with pkgs;
|
|||||||
graphicsmagick = callPackage ../applications/graphics/graphicsmagick { };
|
graphicsmagick = callPackage ../applications/graphics/graphicsmagick { };
|
||||||
graphicsmagick_q16 = callPackage ../applications/graphics/graphicsmagick { quantumdepth = 16; };
|
graphicsmagick_q16 = callPackage ../applications/graphics/graphicsmagick { quantumdepth = 16; };
|
||||||
|
|
||||||
|
grisbi = callPackage ../applications/office/grisbi { gtk = gtk2; };
|
||||||
|
|
||||||
gtkpod = callPackage ../applications/audio/gtkpod {
|
gtkpod = callPackage ../applications/audio/gtkpod {
|
||||||
gnome = gnome3;
|
gnome = gnome3;
|
||||||
inherit (gnome2) libglade;
|
inherit (gnome2) libglade;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user