diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-06 12:54:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-06 12:54:39 +0000 |
commit | 56330f065f2b903d9e1b2dffc63719fef5897a45 (patch) | |
tree | 659a7ebca7cb9f7504b018c1484df84ba4f9ab01 /gui-wm/hyprland | |
parent | 1774f0a748546cbd792bf1eb44757b63be2e0114 (diff) |
gentoo auto-resync : 06:01:2024 - 12:54:38
Diffstat (limited to 'gui-wm/hyprland')
-rw-r--r-- | gui-wm/hyprland/Manifest | 1 | ||||
-rw-r--r-- | gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest index 63ec9dac6a0c..5822fc6628cd 100644 --- a/gui-wm/hyprland/Manifest +++ b/gui-wm/hyprland/Manifest @@ -1,5 +1,4 @@ AUX gcc14.patch 1300 BLAKE2B c737318ca98ca4a3782353c74656b4f13abd675fcd61c4ccd8b80f72161b11b601f4fc07774c6c174ee141e215f99d8949cf2eb4f617a445f4502f890767c7ac SHA512 aa7e4bfadf12c8bf6e26b4e0751d7906a8fcf9171587d4f5561e2af22ee28b62100bc9e7759b760a92414d6004fecdda00fe2d140264738d0cb1eec86ff00172 -AUX hyprland-0.31.0-fix-log-headers.patch 865 BLAKE2B c8173cdac049a5914c3f00261300ef5d9dbfd89b0e8ff643b97b86bc590fb23b5824005cd42a9f790bf1766843bf92765cbd0b65b0a2ef8390505e47dcc6771b SHA512 f6546c729596a18d91471e1853c5a377c05637e572814006635d039f027a4943fea13206794ed537862e83b708e1a49b81db874362073ec267b5f0f378b98696 DIST hyprland-0.32.3.gh.tar.gz 14119304 BLAKE2B 304878a3bb167da9ceae8afbde21bf2c64b81ffd61c13ccfd772f240d234bb9cbd448f7ae2d0fcc6d8e7c7e29e1eca66ad68d98cfef9b22caccae9ee9f3ae39d SHA512 521cfa6b3621142cb4cc1e6c11978e49f28b29836a1a8e00cc2c697f44dcf620da63e9d39deeabb41130a56c65464b6117416c8a3c1bd690bb056955b7ccea40 DIST hyprland-0.33.1.gh.tar.gz 14120494 BLAKE2B bd007d332b39b614aefe09b240a340ee9d9eed346bc80dc66e976cf2fbf85ca342fe8bd66b863f1626be7366b9623c4543957f0618c858cec133ee9dd6ac027e SHA512 7e45266310452a12ada4761a9b76a7a385e55f6fae6a446c78595e89fcb8b1cef8275e09bf3b9b636a096498c5c2328b1d00b0c33447ab4d018a9a6956855352 DIST hyprland-0.34.0.gh.tar.gz 14128415 BLAKE2B 059fc8b849daeb71b08d7114fd8aea1264c0e9967f471df66b27aca46b95fd499d2929730ba66981bb7d6c423479533b280839db7839ca1df007825f72fb9bf8 SHA512 35cce0668a13d7e7fd220d62efd965a069ff0213996bfa47ca0852c6258881bc070020d4831364b325b71d8ce7373d1793a89006a4341088dcbaf01914920f1a diff --git a/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch b/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch deleted file mode 100644 index 7abd8164c9b4..000000000000 --- a/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 5dd0637e90efa17e391b67934998936194701d08 Mon Sep 17 00:00:00 2001 -From: memchr <memchr@proton.me> -Date: Mon, 16 Oct 2023 16:22:01 +0000 -Subject: [PATCH] fix(build): do not include wlr headers directly, use - includes.hpp instead. - ---- - src/debug/Log.hpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/debug/Log.hpp b/src/debug/Log.hpp -index 125ed7f45d..085465c911 100644 ---- a/src/debug/Log.hpp -+++ b/src/debug/Log.hpp -@@ -1,10 +1,10 @@ - #pragma once - #include <string> --#include <wlr/util/log.h> - #include <format> - #include <iostream> - #include <fstream> - #include <chrono> -+#include "../includes.hpp" - #include "../helpers/MiscFunctions.hpp" - - #define LOGMESSAGESIZE 1024 -@@ -79,4 +79,4 @@ namespace Debug { - } - - void wlrLog(wlr_log_importance level, const char* fmt, va_list args); --}; -\ No newline at end of file -+}; |