liferea: add -- A GTK-based news feed reader
This commit is contained in:
parent
38a59aa953
commit
0689016e3e
27
pkgs/applications/networking/newsreaders/liferea/default.nix
Normal file
27
pkgs/applications/networking/newsreaders/liferea/default.nix
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{ stdenv, fetchurl, pkgconfig, intltool, glib, gtk2, gnome2 /*just GConf*/
|
||||||
|
, libsoup, libunique, libxslt, webkit_gtk2, json_glib
|
||||||
|
, libnotify /*optional*/ }:
|
||||||
|
|
||||||
|
let version = "1.8.15";
|
||||||
|
in
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "liferea-${version}";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/liferea/Liferea%20Stable/${version}/${name}.tar.bz2";
|
||||||
|
sha256 = "12hhdl5biwcvr9ds7pdhhvlp4vggjix6xm4z5pnfaz53ai2dnc99";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
pkgconfig intltool gtk2 gnome2.GConf
|
||||||
|
libsoup libunique libxslt webkit_gtk2 json_glib
|
||||||
|
libnotify
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A GTK-based news feed agregator";
|
||||||
|
homepage = http://lzone.de/liferea/;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.vcunat ];
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
};
|
||||||
|
}
|
@ -7739,6 +7739,8 @@ let
|
|||||||
poppler = poppler_0_18;
|
poppler = poppler_0_18;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
liferea = callPackage ../applications/networking/newsreaders/liferea { };
|
||||||
|
|
||||||
lingot = callPackage ../applications/audio/lingot {
|
lingot = callPackage ../applications/audio/lingot {
|
||||||
inherit (gnome) libglade;
|
inherit (gnome) libglade;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user