Merge pull request #312109 from devusb/rounded-plasma6

This commit is contained in:
Sandro 2024-05-21 14:30:34 +02:00 committed by GitHub
commit a2c8fe8287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 9 deletions

View File

@ -3,8 +3,9 @@
, cmake
, extra-cmake-modules
, wrapQtAppsHook
, qtbase
, kwin
, kdelibs4support
, kcmutils
, libepoxy
, libxcb
, lib
@ -21,18 +22,13 @@ stdenv.mkDerivation rec {
hash = "sha256-g7gNFv4/ighfxYz/VXF5KvcoT6t4lT5soDLlV3oAKvc=";
};
postConfigure = ''
substituteInPlace cmake_install.cmake \
--replace "${kdelibs4support}" "$out"
'';
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
buildInputs = [ kwin kdelibs4support libepoxy libxcb ];
buildInputs = [ kcmutils kwin libepoxy libxcb qtbase ];
meta = with lib; {
description = "Rounds the corners of your windows";
homepage = "https://github.com/matinlotfali/KDE-Rounded-Corners";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ devusb ];
};
}

View File

@ -28672,7 +28672,7 @@ with pkgs;
kawkab-mono-font = callPackage ../data/fonts/kawkab-mono { };
kde-rounded-corners = libsForQt5.callPackage ../data/themes/kwin-decorations/kde-rounded-corners { };
kde-rounded-corners = kdePackages.callPackage ../data/themes/kwin-decorations/kde-rounded-corners { };
khmeros = callPackage ../data/fonts/khmeros { };