rofi: 1.1.0 -> 1.2.0

This commit is contained in:
Marius Bakke 2016-08-13 21:30:07 +01:00
parent ab53f39fae
commit c2013ac1d6
No known key found for this signature in database
GPG Key ID: DE1F3EA4AC8ECFCD

View File

@ -1,15 +1,14 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libX11, libxkbcommon, pango { stdenv, fetchurl, autoreconfHook, pkgconfig, libxkbcommon, pango
, cairo, glib, libxcb, xcbutil, xcbutilwm, libstartup_notification , cairo, glib, libxcb, xcbutil, xcbutilwm, xcbutilxrm, libstartup_notification
, i3Support ? false, i3
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.1.0"; version = "1.2.0";
name = "rofi-${version}"; name = "rofi-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/${name}.tar.xz"; url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/${name}.tar.xz";
sha256 = "1l8vl0mh7i0b1ycifqpg6392f5i4qxlv003m126skfk6fnlfq8hn"; sha256 = "0xxx0xpxhrhlhi2axq9867zqrhwqavc1qrr833k1xr0pvm5m0aqc";
}; };
preConfigure = '' preConfigure = ''
@ -18,9 +17,10 @@ stdenv.mkDerivation rec {
sed -i 's/~root/~nobody/g' test/helper-expand.c sed -i 's/~root/~nobody/g' test/helper-expand.c
''; '';
buildInputs = [ autoreconfHook pkgconfig libX11 libxkbcommon pango buildInputs = [ autoreconfHook pkgconfig libxkbcommon pango cairo
cairo libstartup_notification libxcb xcbutil xcbutilwm libstartup_notification libxcb xcbutil xcbutilwm xcbutilxrm
] ++ stdenv.lib.optional i3Support i3; ];
doCheck = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Window switcher, run dialog and dmenu replacement"; description = "Window switcher, run dialog and dmenu replacement";