summaryrefslogtreecommitdiff
path: root/x11-misc/albert/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-06 23:58:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-06 23:58:42 +0100
commit992d51a146d493f8dd5d710e033427d323b9c739 (patch)
tree8463bd925b241d603b8a754ce50fd81e46ed7b86 /x11-misc/albert/files
parent8368c614e6a1232f34a14cd6495cf2f68933030d (diff)
gentoo auto-resync : 06:10:2023 - 23:58:42
Diffstat (limited to 'x11-misc/albert/files')
-rw-r--r--x11-misc/albert/files/albert-0.22.4-use-system-qhotkey-libraries-and-headers.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/albert/files/albert-0.22.4-use-system-qhotkey-libraries-and-headers.patch b/x11-misc/albert/files/albert-0.22.4-use-system-qhotkey-libraries-and-headers.patch
new file mode 100644
index 000000000000..d50cb0f156a2
--- /dev/null
+++ b/x11-misc/albert/files/albert-0.22.4-use-system-qhotkey-libraries-and-headers.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 35ed2cd..f550e04 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -47,8 +47,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+ set(QT_DEFAULT_MAJOR_VERSION 6)
+ set(BUILD_SHARED_LIBS FALSE)
+ set(QHOTKEY_INSTALL OFF CACHE BOOL "" FORCE)
+-add_subdirectory(lib/QHotkey EXCLUDE_FROM_ALL)
+-target_compile_options(qhotkey PRIVATE -Wno-unused-parameter -Wno-shadow)
+
+ ### Lib ######################################################################
+