update: latte-dock 0.7.5 -> 0.8.0 (#44644)
This commit is contained in:
parent
e554935f51
commit
100297e715
@ -1,28 +1,31 @@
|
|||||||
{ mkDerivation, lib, cmake, xorg, plasma-framework, fetchFromGitHub
|
{ mkDerivation, lib, cmake, xorg, plasma-framework, fetchurl
|
||||||
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, kcrash }:
|
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, kcrash, knewstuff }:
|
||||||
|
|
||||||
let version = "0.7.5"; in
|
mkDerivation rec {
|
||||||
|
pname = "latte-dock";
|
||||||
|
version = "0.8.0";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
mkDerivation {
|
src = fetchurl {
|
||||||
name = "latte-dock-${version}";
|
url = "https://download.kde.org/stable/${pname}/${name}.tar.xz";
|
||||||
|
sha256 = "1zg9r162r66vcvj5rzgy61mda89sk5yfy96g5p1aahbim0rgbdbs";
|
||||||
src = fetchFromGitHub {
|
name = "${name}.tar.xz";
|
||||||
owner = "psifidotos";
|
|
||||||
repo = "Latte-Dock";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "0fblbx6qk4miag1mhiyns7idsw03p9pj3xc3xxxnb5rpj1fy0ifv";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ plasma-framework xorg.libpthreadstubs xorg.libXdmcp xorg.libSM ];
|
buildInputs = [ plasma-framework xorg.libpthreadstubs xorg.libXdmcp xorg.libSM ];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules cmake karchive kwindowsystem
|
nativeBuildInputs = [ extra-cmake-modules cmake karchive kwindowsystem
|
||||||
qtx11extras kcrash ];
|
qtx11extras kcrash knewstuff ];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dock-style app launcher based on Plasma frameworks";
|
description = "Dock-style app launcher based on Plasma frameworks";
|
||||||
homepage = https://github.com/psifidotos/Latte-Dock;
|
homepage = https://github.com/psifidotos/Latte-Dock;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.benley ];
|
maintainers = [ maintainers.benley maintainers.ysndr ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user