File tree Expand file tree Collapse file tree 2 files changed +99
-32
lines changed
pkgs/kde/third-party/krohnkite Expand file tree Collapse file tree 2 files changed +99
-32
lines changed Original file line number Diff line number Diff line change 99} :
1010buildNpmPackage rec {
1111 pname = "krohnkite" ;
12- version = "0.9.7 " ;
12+ version = "0.9.8.2 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "anametologin" ;
1616 repo = "krohnkite" ;
1717 rev = "refs/tags/${ version } " ;
18- hash = "sha256-8A3zW5tK8jK9fSxYx28b8uXGsvxEoUYybU0GaMD2LNw =" ;
18+ hash = "sha256-chADfJ1zaufnwi4jHbEN1Oec3XFNw0YsZxLFhnY3T9w =" ;
1919 } ;
2020
21- npmDepsHash = "sha256-My1goFEoZW9kFA3zb8xKPxAPXm6bypyq+ajPM8zVOHQ =" ;
21+ npmDepsHash = "sha256-3yE2gyyVkLn/dPDG9zDdkHAEb4/hqTJdyMXE5Y6Z5pM =" ;
2222
2323 dontWrapQtApps = true ;
2424
@@ -40,8 +40,8 @@ buildNpmPackage rec {
4040 runHook preInstall
4141
4242 substituteInPlace Makefile --replace-fail '7z a -tzip' 'zip -r'
43- make krohnkite- ${ version } .kwinscript
44- kpackagetool6 --type=KWin/Script --install=krohnkite- ${ version } .kwinscript --packageroot=$out/share/kwin/scripts
43+ make KWINPKG_FILE= krohnkite.kwinscript krohnkite .kwinscript
44+ kpackagetool6 --type=KWin/Script --install=krohnkite.kwinscript --packageroot=$out/share/kwin/scripts
4545
4646 runHook postInstall
4747 '' ;
You can’t perform that action at this time.
0 commit comments