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

kdePackages.kwin: 6.3.3 -> 6.3.3.1 (#389224)

parents f4fe19b2 a1bbcd6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -130,9 +130,9 @@
    "hash": "sha256-CWnPuFAIe5Y6+5WqDoqBzix6LgMl9AjFdydSWf6t5sw="
  },
  "kwin": {
    "version": "6.3.3",
    "url": "mirror://kde/stable/plasma/6.3.3/kwin-6.3.3.tar.xz",
    "hash": "sha256-tyf7kWRrLrukNK+D0F4EESe4ruTeMerMHKz5BAXIti8="
    "version": "6.3.3.1",
    "url": "mirror://kde/stable/plasma/6.3.3/kwin-6.3.3.1.tar.xz",
    "hash": "sha256-ExkWnEQp/4QzuqKJkaWG/Nqlf3h/kGrnqDSGKTMi17g="
  },
  "kwrited": {
    "version": "6.3.3",
+0 −3
Original line number Diff line number Diff line
@@ -33,9 +33,6 @@ mkKdeDerivation {

  postPatch = ''
    patchShebangs src/plugins/strip-effect-metadata.py

    # FIXME: remove this when fixed upstream
    substituteInPlace CMakeLists.txt --replace-fail 'set(PROJECT_VERSION "6.3.2")' 'set(PROJECT_VERSION "6.3.3")'
  '';

  # TZDIR may be unset when running through the kwin_wayland wrapper,