Unverified Commit 245ba8bc authored by K900's avatar K900 Committed by GitHub
Browse files

krohnkite: 0.9.7 -> 0.9.8.2 (#348145)

parents ac8b46d1 cd1c8e9e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@
}:
buildNpmPackage rec {
  pname = "krohnkite";
  version = "0.9.7";
  version = "0.9.8.2";

  src = fetchFromGitHub {
    owner = "anametologin";
    repo = "krohnkite";
    rev = "refs/tags/${version}";
    hash = "sha256-8A3zW5tK8jK9fSxYx28b8uXGsvxEoUYybU0GaMD2LNw=";
    hash = "sha256-chADfJ1zaufnwi4jHbEN1Oec3XFNw0YsZxLFhnY3T9w=";
  };

  npmDepsHash = "sha256-My1goFEoZW9kFA3zb8xKPxAPXm6bypyq+ajPM8zVOHQ=";
  npmDepsHash = "sha256-3yE2gyyVkLn/dPDG9zDdkHAEb4/hqTJdyMXE5Y6Z5pM=";

  dontWrapQtApps = true;

@@ -40,8 +40,8 @@ buildNpmPackage rec {
    runHook preInstall

    substituteInPlace Makefile --replace-fail '7z a -tzip' 'zip -r'
    make krohnkite-${version}.kwinscript
    kpackagetool6 --type=KWin/Script --install=krohnkite-${version}.kwinscript --packageroot=$out/share/kwin/scripts
    make KWINPKG_FILE=krohnkite.kwinscript krohnkite.kwinscript
    kpackagetool6 --type=KWin/Script --install=krohnkite.kwinscript --packageroot=$out/share/kwin/scripts

    runHook postInstall
  '';
+94 −27

File changed.

Preview size limit exceeded, changes collapsed.