adding grip, a gui rip application (segfaults on amd64 ?)

svn path=/nixpkgs/trunk/; revision=17305
This commit is contained in:
Marc Weber 2009-09-20 17:01:31 +00:00
parent 295c76b1c1
commit d0d9fc300f
2 changed files with 25 additions and 0 deletions

@ -0,0 +1,19 @@
args: with args;
stdenv.mkDerivation {
name = "grip-1.0.19";
src = fetchurl {
url = http://prdownloads.sourceforge.net/grip/grip-3.2.0.tar.gz;
sha256 = "1jh5x35rq15n8ivlp9wbdx8x9mj6agf5rfdv8sd6gai851zsclas";
};
buildInputs = [gtk glib pkgconfig libgnome libgnomeui vte curl];
meta = {
description = "grip";
homepage = http://nostatic.org/grip;
license = "GPLv2";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
};
}

@ -6597,6 +6597,12 @@ let
inherit stdenv fetchurl openssl;
};
grip = import ../applications/misc/grip {
inherit fetchurl stdenv lib grip pkgconfig curl;
inherit (gtkLibs) gtk glib;
inherit (gnome) libgnome libgnomeui vte;
};
gwenview = import ../applications/graphics/gwenview {
inherit stdenv fetchurl exiv2 zlib libjpeg perl libpng expat qt3;
inherit (kde3) kdelibs;