- fix build with gcc15 - added patches + polybar-gcc15.patch OBS-URL: https://build.opensuse.org/request/show/1252457 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/polybar?expand=0&rev=37
31 lines
755 B
Diff
31 lines
755 B
Diff
--- polybar-3.7.2/include/ipc/msg.hpp 2024-08-17 13:39:55.000000000 +0200
|
|
+++ polybar-3.7.2/include/ipc/msg.hpp 2025-03-12 14:15:51.370793695 +0100
|
|
@@ -3,6 +3,7 @@
|
|
#include "common.hpp"
|
|
|
|
#include <array>
|
|
+#include <cstdint>
|
|
|
|
POLYBAR_NS
|
|
|
|
--- polybar-3.7.2/include/utils/color.hpp 2024-08-17 13:39:55.000000000 +0200
|
|
+++ polybar-3.7.2/include/utils/color.hpp 2025-03-12 14:25:55.321819018 +0100
|
|
@@ -1,6 +1,7 @@
|
|
#pragma once
|
|
|
|
#include <cstdlib>
|
|
+#include <cstdint>
|
|
|
|
#include "common.hpp"
|
|
|
|
--- polybar-3.7.2/include/utils/string.hpp 2024-08-17 13:39:55.000000000 +0200
|
|
+++ polybar-3.7.2/include/utils/string.hpp 2025-03-12 14:17:05.765954854 +0100
|
|
@@ -1,6 +1,7 @@
|
|
#pragma once
|
|
|
|
#include <sstream>
|
|
+#include <cstdint>
|
|
|
|
#include "common.hpp"
|
|
|