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

Merge pull request #246549 from K900/plasma-5.27.7

plasma: 5.27.6 -> 5.27.7
parents 2b63ca9f 9506c321
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.kde.org/stable/plasma/5.27.6/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/plasma/5.27.7/ -A '*.tar.xz' )
+11 −0
Original line number Diff line number Diff line
@@ -16,11 +16,22 @@
, ktexteditor
, kwidgetsaddons
, kdoctools
, fetchpatch
}:

mkDerivation {
  pname = "plasma-sdk";

  patches = [
    # remove duplicate doc entries, fix build
    # FIXME: remove for next update
    (fetchpatch {
      url = "https://invent.kde.org/plasma/plasma-sdk/-/commit/e766c3c0483329f52ba0dd7536c4160131409f8e.patch";
      revert = true;
      hash = "sha256-NoQbRo+0gT4F4G6YbvTiQulqrsFtnD7z0/0I4teQvUM=";
    })
  ];

  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    karchive
+236 −236

File changed.

Preview size limit exceeded, changes collapsed.