add missing Upstream-Status

This commit is contained in:
Markus Volk 2025-04-02 08:25:39 +02:00
parent 11fa512788
commit a31412b492
11 changed files with 20 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Date: Sun, 29 Sep 2024 16:33:52 +0200
Subject: [PATCH] Revert "core: add --version and improve --help"
This reverts commit 15932f0f9e4185faad4e90fa53a09a59d2a72fdf.
Upstream-Status: Pending
---
CMakeLists.txt | 2 --
src/main.cpp | 14 +++++---------

View File

@ -4,6 +4,8 @@ Date: Wed, 20 Sep 2023 16:56:17 +0200
Subject: [PATCH] meson.build: Dont build hyprland-share-picker with meson
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
meson.build | 1 -
1 file changed, 1 deletion(-)

View File

@ -3,6 +3,7 @@ From: Markus Volk <f_l_k@t-online.de>
Date: Tue, 20 Aug 2024 11:57:39 +0200
Subject: [PATCH] build as package
Upstream-Status: Pending
---
meson.build | 4 ++++
1 file changed, 4 insertions(+)

View File

@ -4,6 +4,8 @@ Date: Tue, 20 Aug 2024 12:22:55 +0200
Subject: [PATCH] meson.build: allow shared build
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
meson.build | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

View File

@ -4,6 +4,8 @@ Date: Tue, 20 Aug 2024 12:41:01 +0200
Subject: [PATCH] meson: build without subproject wrap
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
meson.build | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)

View File

@ -7,6 +7,8 @@ Adds an option to pass additional arguments to cargo. This is necessary
for cross compiling
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Upstream-Status: Pending
---
cargo_build.py | 6 ++++++
meson.build | 6 +++---

View File

@ -6,6 +6,8 @@ Subject: [PATCH] hyprgraphics: fix libspng name
It cant be found by pkgconfig otherwise
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH] meson.build: dont fail if stb is not found
we have neigher pkconfig nor cmake support
manually add it to CXXFLAGS
Upstream-Status: Pending
---
src/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] meson.build: dont leak buildpath
This fixes buildpath in gamescope binary
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -3,6 +3,7 @@ From: Markus Volk <f_l_k@t-online.de>
Date: Sun, 23 Jul 2023 10:19:54 +0200
Subject: [PATCH] hyprland: update
Upstream-Status: Pending
---
meson.build | 17 +----------------
src/meson.build | 6 +++---

View File

@ -10,6 +10,8 @@ Fixes the following error:
../sway/ipc-json.c:928:17: error: enumeration value 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror=switch]
928 | switch (libinput_device_config_accel_get_profile(device)) {
| ^~~~~~
Upstream-Status: Pending
---
meson.build | 5 +++++
sway/ipc-json.c | 5 +++++