latte-dock: init at 0.5.98

This commit is contained in:
Benjamin Staffin 2017-03-30 15:58:48 -04:00
parent 8f609149d1
commit 09e4ece6e1
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{ stdenv, lib, cmake, plasma-framework, fetchFromGitHub }:
let version = "0.5.98"; in
stdenv.mkDerivation {
name = "latte-dock-${version}";
src = fetchFromGitHub {
owner = "psifidotos";
repo = "Latte-Dock";
rev = version;
sha256 = "0z02ipbbv0dmcxs2g3dq5h62klhijni1i4ikq903hjg0j2cqg5xh";
};
buildInputs = [ plasma-framework ];
nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; {
description = "Dock-style app launcher based on Plasma frameworks";
homepage = https://github.com/psifidotos/Latte-Dock;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.benley ];
};
}

View File

@ -17049,6 +17049,8 @@ with pkgs;
redshift-plasma-applet = libsForQt5.callPackage ../applications/misc/redshift-plasma-applet { };
latte-dock = libsForQt5.callPackage ../applications/misc/latte-dock { };
orion = callPackage ../misc/themes/orion {};
albatross = callPackage ../misc/themes/albatross { };