diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-19 19:49:34 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-19 19:59:49 +0100 |
commit | 85e1498847f987029ed9a4a4fd0d32b2e0a499a3 (patch) | |
tree | 725d1d36ea847b108c5252b0ccd185a6f76be336 /app-misc/openrgb | |
parent | app-containers/earthly: bump to 0.7.23 (diff) | |
download | gentoo-85e1498847f987029ed9a4a4fd0d32b2e0a499a3.tar.gz gentoo-85e1498847f987029ed9a4a4fd0d32b2e0a499a3.tar.bz2 gentoo-85e1498847f987029ed9a4a4fd0d32b2e0a499a3.zip |
app-misc/openrgb: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34374
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-misc/openrgb')
-rw-r--r-- | app-misc/openrgb/files/OpenRGB-0.5-build-system.patch | 13 | ||||
-rw-r--r-- | app-misc/openrgb/files/OpenRGB-0.8-includes.patch | 24 | ||||
-rw-r--r-- | app-misc/openrgb/files/openrgb-0.8-gcc-13.patch | 36 |
3 files changed, 0 insertions, 73 deletions
diff --git a/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch b/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch deleted file mode 100644 index fe805988af5d..000000000000 --- a/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/OpenRGB.pro b/OpenRGB.pro -index 91e0079..7f279dd 100644 ---- a/OpenRGB.pro -+++ b/OpenRGB.pro -@@ -26,8 +26,5 @@ TEMPLATE = app - win32:BUILDDATE = $$system(date /t) - unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}") --GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD) --GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD) --GIT_BRANCH = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD) - - DEFINES += \ - VERSION_STRING=\\"\"\"$$VERSION\\"\"\" \ diff --git a/app-misc/openrgb/files/OpenRGB-0.8-includes.patch b/app-misc/openrgb/files/OpenRGB-0.8-includes.patch deleted file mode 100644 index 8ed341b06029..000000000000 --- a/app-misc/openrgb/files/OpenRGB-0.8-includes.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8c893fba4fcec17e6221f2d754def4aa71b020b8 Mon Sep 17 00:00:00 2001 -From: Sirn Thanabulpong <sirn@ogsite.net> -Date: Wed, 28 Dec 2022 00:49:47 +0900 -Subject: [PATCH] Fix build on musl in Nanoleaf settings - ---- - qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -index 1e3c926b3..55ed5fcaa 100644 ---- a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -+++ b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -@@ -8,6 +8,7 @@ - #else - #include <netdb.h> - #include <ifaddrs.h> -+#include <sys/select.h> - #endif - - #include "mdns.h" --- -GitLab - diff --git a/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch b/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch deleted file mode 100644 index 2a78d8f4ab5c..000000000000 --- a/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -index 2bdc37ad695dfdc870cb912f17fffd54bda2b89b..17080edb896f74c9393049041c25347d38a8a6f5 100644 ---- a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -+++ b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -@@ -10,6 +10,7 @@ - #include "ENESMBusInterface_SpectrixS40G.h" - #include <sys/ioctl.h> - #include <cstring> -+#include <cstdint> - - /*---------------------------------------------------------------------*\ - | Functions for submitting NVME admin passthrough command taken from | -diff --git a/Controllers/SteelSeriesController/SteelSeriesMouseController.h b/Controllers/SteelSeriesController/SteelSeriesMouseController.h -index 64df7a1cc0351ccb8f306984c8b554f8eb3dcc6e..a4e561a3504c1def8acdd1921dc3955df7f68271 100644 ---- a/Controllers/SteelSeriesController/SteelSeriesMouseController.h -+++ b/Controllers/SteelSeriesController/SteelSeriesMouseController.h -@@ -10,6 +10,7 @@ - #include <hidapi/hidapi.h> - #include <vector> - #include "SteelSeriesGeneric.h" -+#include <cstdint> - - #pragma once - -diff --git a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -index 8f0cd4cdb637ea5f474b1caf587dc3c98c5dba89..367e9175b07548845696616aef86920ca2536bb4 100644 ---- a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -+++ b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -@@ -11,6 +11,7 @@ - #include <cstring>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <cstdint>
-
- static void send_usb_msg(hid_device* dev, char * data_pkt, unsigned int size)
- {
|