From edaddb1ad580c67dd7550e8dedc4d64be0e74316 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 11 Jan 2023 09:11:01 -0500 Subject: gui-apps/waybar: new package, add 0.9.13, 0.9.16, 0.9.17, 9999 Signed-off-by: Julien Roy --- .../waybar/files/waybar-0.9.13-libcxx-build.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 gui-apps/waybar/files/waybar-0.9.13-libcxx-build.patch (limited to 'gui-apps/waybar/files/waybar-0.9.13-libcxx-build.patch') diff --git a/gui-apps/waybar/files/waybar-0.9.13-libcxx-build.patch b/gui-apps/waybar/files/waybar-0.9.13-libcxx-build.patch new file mode 100644 index 0000000..ad24e22 --- /dev/null +++ b/gui-apps/waybar/files/waybar-0.9.13-libcxx-build.patch @@ -0,0 +1,36 @@ +https://github.com/Alexays/Waybar/commit/d25278f710a4932798c98141bcf5b482de0e9166 + +From: Jan Beich +Date: Mon, 23 May 2022 16:23:00 +0000 +Subject: [PATCH] fix(upower): add missing include for libc++ + +In file included from src/modules/upower/upower.cpp:1: +include/modules/upower/upower.hpp:25:16: error: no template named 'unordered_map' in namespace 'std' + typedef std::unordered_map Devices; + ~~~~~^ +In file included from src/modules/upower/upower_tooltip.cpp:1: +include/modules/upower/upower_tooltip.hpp:13:16: error: no template named 'unordered_map' in namespace 'std' + typedef std::unordered_map Devices; + ~~~~~^ +--- a/include/modules/upower/upower.hpp ++++ b/include/modules/upower/upower.hpp +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + + #include "ALabel.hpp" + #include "glibconfig.h" +--- a/include/modules/upower/upower_tooltip.hpp ++++ b/include/modules/upower/upower_tooltip.hpp +@@ -2,6 +2,8 @@ + + #include + ++#include ++ + #include "gtkmm/box.h" + #include "gtkmm/label.h" + #include "gtkmm/window.h" + -- cgit v1.2.3