diff options
Diffstat (limited to 'x11-wm/lxqt-panel/files')
4 files changed, 19 insertions, 7 deletions
diff --git a/x11-wm/lxqt-panel/files/patch-CMakeLists.txt b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..15f730663342 --- /dev/null +++ b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2025-06-22 20:12:06 UTC ++++ CMakeLists.txt +@@ -65,6 +65,9 @@ add_definitions( + -DPLUGIN_DIR=\"${PLUGIN_DIR}\" + ) + ++set(CMAKE_CXX_STANDARD 17) ++set(CMAKE_CXX_STANDARD_REQUIRED ON) ++ + message(STATUS "CMAKE Module linker flags: ${CMAKE_MODULE_LINKER_FLAGS}") + message(STATUS "Panel plugins location: ${PLUGIN_DIR}") + diff --git a/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf b/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf index 52de8ac9ee54..f1d091058686 100644 --- a/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf +++ b/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf @@ -1,6 +1,6 @@ ---- panel/resources/panel.conf 2024-04-17 06:16:32.000000000 -0500 -+++ panel/resources/panel.conf 2024-04-25 15:24:07.715937000 -0500 -@@ -1,7 +1,7 @@ +--- panel/resources/panel.conf.orig 2025-06-22 20:12:06 UTC ++++ panel/resources/panel.conf +@@ -1,7 +1,7 @@ panels=panel1 panels=panel1 [panel1] diff --git a/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp b/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp index 031463573e24..11eef2b04731 100644 --- a/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp +++ b/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp @@ -1,6 +1,6 @@ ---- plugin-kbindicator/src/x11/kbdlayout.cpp.orig 2020-04-24 02:39:01 UTC +--- plugin-kbindicator/src/x11/kbdlayout.cpp.orig 2025-06-22 20:12:06 UTC +++ plugin-kbindicator/src/x11/kbdlayout.cpp -@@ -245,10 +245,10 @@ class X11Kbd: public QAbstractNativeEventFilter (priva +@@ -244,10 +244,10 @@ class X11Kbd: public QAbstractNativeEventFilter (priva static LangInfo def{QStringLiteral("Unknown"), QStringLiteral("??"), QStringLiteral("None")}; static QHash<QString, LangInfo> names; if (names.empty()){ diff --git a/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp b/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp index cbd95ee5e256..671f145fb5b3 100644 --- a/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp +++ b/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp @@ -1,6 +1,6 @@ ---- plugin-sysstat/lxqtsysstat.cpp.orig 2021-05-02 21:18:35 UTC +--- plugin-sysstat/lxqtsysstat.cpp.orig 2025-06-22 20:12:06 UTC +++ plugin-sysstat/lxqtsysstat.cpp -@@ -386,10 +386,11 @@ void LXQtSysStatContent::clearLine() +@@ -395,10 +395,11 @@ void LXQtSysStatContent::cpuLoadFrequencyUpdate(float void LXQtSysStatContent::cpuLoadFrequencyUpdate(float user, float nice, float system, float other, float frequencyRate, uint) { |