Package: polybar / 3.7.2-2

Metadata

Package Version Patches format
polybar 3.7.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
redact_build_flags.patch | (download)

src/settings.cpp.cmake | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 remove build flags from output of -vvv for reproducible builds
add_missing_cstdint_includes.patch | (download)

include/ipc/decoder.hpp | 2 2 + 0 - 0 !
include/ipc/encoder.hpp | 2 2 + 0 - 0 !
include/ipc/msg.hpp | 1 1 + 0 - 0 !
include/utils/color.hpp | 1 1 + 0 - 0 !
include/utils/string.hpp | 1 1 + 0 - 0 !
src/ipc/encoder.cpp | 1 1 + 0 - 0 !
src/utils/color.cpp | 1 1 + 0 - 0 !
7 files changed, 9 insertions(+)

 [patch] fix(build): add missing cstdint includes (#3159)

In GCC 15, cstdint is less commonly included in stdlib headers so we
need explicit includes: https://gcc.gnu.org/gcc-15/porting_to.html

See-Also: https://bugs.gentoo.org/937526

Signed-off-by: John Helmert III <ajak@gentoo.org>