17
pkgs/development/libraries/libfm/default.nix
Normal file
17
pkgs/development/libraries/libfm/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl, glib, gtk, intltool, menu-cache, pango, pkgconfig, vala }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libfm-1.2.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pcmanfm/libfm-1.2.0.tar.xz";
|
||||
sha256 = "08pwdrmfm9rl41lj2niyjqq2bdvydxk7v2shjxh5gk1xwj238lgh";
|
||||
};
|
||||
|
||||
buildInputs = [ glib gtk intltool menu-cache pango pkgconfig vala ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://blog.lxde.org/?cat=28/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "A glib-based library for file management";
|
||||
};
|
||||
}
|
||||
17
pkgs/development/libraries/menu-cache/default.nix
Normal file
17
pkgs/development/libraries/menu-cache/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl, glib, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "menu-cache-0.5.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/lxde/menu-cache-0.5.1.tar.gz";
|
||||
sha256 = "08m1msgbl6j7j72cwcg18klb99jif8h1phkcnbplxkdf3w15irh8";
|
||||
};
|
||||
|
||||
buildInputs = [ glib pkgconfig ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://blog.lxde.org/?tag=menu-cache";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "Library to read freedesktop.org menu files";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user