lxqt-runner: 0.11.0 -> 0.11.1

This commit is contained in:
romildo 2017-02-19 10:56:07 -03:00
parent 349c252c58
commit 2e046f2bed

View File

@ -4,16 +4,20 @@ menu-cache, muparser }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "lxqt-runner"; pname = "lxqt-runner";
version = "0.11.0"; version = "0.11.1";
srcs = fetchFromGitHub { srcs = fetchFromGitHub {
owner = "lxde"; owner = "lxde";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1gqs1b90km39dbg49g80x770i9jknni4h8y6ka2r1fga35amllkc"; sha256 = "1nsxm0fplwrzz3vccd5fm82lpl4fqss6kv558zj44vzpsl13l954";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [
cmake
pkgconfig
lxqt.lxqt-build-tools
];
buildInputs = [ buildInputs = [
qt5.qtbase qt5.qtbase
@ -22,6 +26,7 @@ stdenv.mkDerivation rec {
kde5.kwindowsystem kde5.kwindowsystem
lxqt.liblxqt lxqt.liblxqt
lxqt.libqtxdg lxqt.libqtxdg
lxqt.lxqt-common
lxqt.lxqt-globalkeys lxqt.lxqt-globalkeys
menu-cache menu-cache
muparser muparser
@ -33,7 +38,7 @@ stdenv.mkDerivation rec {
description = "Tool used to launch programs quickly by typing their names"; description = "Tool used to launch programs quickly by typing their names";
homepage = https://github.com/lxde/lxqt-runner; homepage = https://github.com/lxde/lxqt-runner;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
}; };
} }