mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
openbox-menu: 0.5.1 -> 0.8.0
This commit is contained in:
parent
4ea6a10cb6
commit
5226ecf767
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gtk, menu-cache }:
|
{ stdenv, fetchurl, pkgconfig, glib, gtk, menu-cache }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openbox-menu-0.5.1";
|
name = "openbox-menu-${version}";
|
||||||
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/fabriceT/openbox-menu/downloads/${name}.tar.bz2";
|
url = "https://bitbucket.org/fabriceT/openbox-menu/downloads/${name}.tar.bz2";
|
||||||
sha256 = "11v3nlhqcnks5vms1a7rrvwvj8swc9axgjkp7z0r97lijsg6d3rj";
|
sha256 = "1hi4b6mq97y6ajq4hhsikbkk23aha7ikaahm92djw48mgj2f1w8l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib gtk menu-cache ];
|
buildInputs = [ pkgconfig glib gtk menu-cache ];
|
||||||
@ -15,8 +16,13 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = "make install prefix=$out";
|
installPhase = "make install prefix=$out";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://fabrice.thiroux.free.fr/openbox-menu_en.html";
|
||||||
description = "Dynamic XDG menu generator for Openbox";
|
description = "Dynamic XDG menu generator for Openbox";
|
||||||
homepage = "http://mimasgpc.free.fr/openbox-menu.html";
|
longDescription = ''
|
||||||
|
Openbox-menu is a pipemenu for Openbox window manager. It provides a
|
||||||
|
dynamic menu listing installed applications. Most of the work is done by
|
||||||
|
the LXDE library menu-cache.
|
||||||
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.romildo ];
|
maintainers = [ stdenv.lib.maintainers.romildo ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user