diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 13:52:07 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:08 +0800 |
commit | 555a6914b28613286e1978f1ab68e2711684f5aa (patch) | |
tree | 5684fe3bb2e896c1bc1bbf7a188109b1c362e037 /gnu/packages/patches | |
parent | 51747b31c65d6ba5e2d6b1ca28f6b1ab8542a080 (diff) | |
download | guix-555a6914b28613286e1978f1ab68e2711684f5aa.tar.gz |
gnu: kwin: Update to 6.1.2.
* 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
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch b/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch index 8f67553138..6256ff24e3 100644 --- a/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch +++ b/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch @@ -14,12 +14,11 @@ new file mode 100644 index 0000000..726065d --- /dev/null +++ b/src/guix_utils.h -@@ -0,0 +1,24 @@ +@@ -0,0 +1,23 @@ +#ifndef GUIX_UTILS_H +#define GUIX_UTILS_H + +// kwin -+#include <kwinglobals.h> + +namespace KWin +{ |