summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch
AgeCommit message (Collapse)Author
10 daysgnu: kwin: Update to 6.1.2.Zheng Junjie
* gnu/packages/kde-plasma.scm (kwin): Update to 6.1.2. [inputs]: Remove kactivities, plasma-framework, qtbase-5, qtdeclarative-5, qtmultimedia-5, qtwayland-5, and qtx11extras; add plasma-activities, kglobalacceld, ksvg, kauth, kguiaddons, libplasma, qt5compat, qtdeclarative, qtmultimedia, qtwayland, qtsensors, and libdisplay-info. [native-inputs]: Remove qttools-5 and wayland-protocols; add qttools, wayland-protocols-next, python-minimal, and qtwayland. [arguments]: Set #:qtbase to qtbase. <#:phases>: Adjust it. Remove add-symlinks phase. * gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch: Adjust it. Change-Id: I37237eb3524bad755be45ba39ec7d4db060a8f9b
2023-09-14gnu: kwin: Unwrap executable name for desktop file search.Zheng Junjie
see https://github.com/NixOS/nixpkgs/pull/116549 * gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-plasma.scm (kwin)[origin]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>