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

Merge pull request #225321 from K900/kf5-5.105

kde/frameworks: 5.104 -> 5.105
parents 5bf91eec 47cf3753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.104/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.105/ -A '*.tar.xz' )
+1 −7
Original line number Diff line number Diff line
{
  mkDerivation, fetchpatch,
  mkDerivation,
  extra-cmake-modules,
  breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
  qtbase, qtsvg, qttools,
@@ -9,12 +9,6 @@ mkDerivation {
  pname = "kiconthemes";
  patches = [
    ./default-theme-breeze.patch

    # fix compile error
    (fetchpatch {
      url = "https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d.patch";
      hash = "sha256-8YGWJg7+LrPpezW8ubObcFovI5DCVn3gbdH7KDdEeQw=";
    })
  ];
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [
+332 −332

File changed.

Preview size limit exceeded, changes collapsed.