Unverified Commit b09d1890 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #205921 from ulrikstrid/ulrikstrid--kde-frameworks_5-101

parents 86487654 85ef2ebb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ mkDerivation rec {
    sha256 = "sha256-n+yUmBUrkS+06qLnzl2P6CTQZZbDtJLy+2mDPCcQz9M=";
  };

  # Remove -Werror since it uses deprecated methods
  postPatch = ''
    substituteInPlace ./CMakeLists.txt \
      --replace "add_definitions (-Wall -Werror)" "add_definitions (-Wall)"
  '';

  nativeBuildInputs = [ cmake extra-cmake-modules ];

  buildInputs = [
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.100/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.101/ -A '*.tar.xz' )
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@
  mkDerivation,
  extra-cmake-modules,
  qtbase, qtx11extras,
  wayland, plasma-wayland-protocols
  wayland, wayland-protocols, plasma-wayland-protocols
}:

mkDerivation {
  pname = "kidletime";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
  buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
  propagatedBuildInputs = [ qtbase ];
}
+332 −332

File changed.

Preview size limit exceeded, changes collapsed.