diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-12-23 18:48:15 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-12-23 20:50:16 +0100 |
commit | f768f63d708a70bcbd2598dfe69900009d956708 (patch) | |
tree | 0d19a5499156179de0437c1f9a4b70109a83c3f1 /app-i18n | |
parent | app-emulation/qemu: remove unused patches (diff) | |
download | gentoo-f768f63d708a70bcbd2598dfe69900009d956708.tar.gz gentoo-f768f63d708a70bcbd2598dfe69900009d956708.tar.bz2 gentoo-f768f63d708a70bcbd2598dfe69900009d956708.zip |
app-i18n/fcitx: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch | 32 | ||||
-rw-r--r-- | app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch | 32 | ||||
-rw-r--r-- | app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch | 12 |
3 files changed, 0 insertions, 76 deletions
diff --git a/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch b/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch deleted file mode 100644 index 25b4fc1d12ac..000000000000 --- a/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://github.com/fcitx/fcitx/issues/475 - ---- a/cmake/FindEnchant.cmake -+++ b/cmake/FindEnchant.cmake -@@ -16,15 +16,15 @@ - endif(ENCHANT_INCLUDE_DIR AND ENCHANT_LIBRARIES) - - find_package(PkgConfig) --pkg_check_modules(PC_ENCHANT enchant) -+pkg_check_modules(PC_ENCHANT enchant-2 enchant) - - find_path(ENCHANT_INCLUDE_DIR - NAMES enchant.h - HINTS ${PC_ENCHANT_INCLUDE_DIRS} -- PATH_SUFFIXES "enchant") -+ PATH_SUFFIXES enchant-2 enchant) - - find_library(ENCHANT_LIBRARIES -- NAMES enchant -+ NAMES enchant-2 enchant - HINTS ${PC_ENCHANT_LIBRARY_DIRS}) - - if(ENCHANT_INCLUDE_DIR AND ENCHANT_LIBRARIES) -@@ -39,7 +39,7 @@ - #include <stdlib.h> - #include <stddef.h> - #include <string.h> -- #include <enchant/enchant.h> -+ #include <enchant.h> - - EnchantBroker *enchant_broker_init(); - char **enchant_dict_suggest(EnchantDict *dict, const char *str, diff --git a/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch b/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch deleted file mode 100644 index dbb82afa7443..000000000000 --- a/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://github.com/fcitx/fcitx/issues/250 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -96,12 +96,15 @@ - endif() - endif() - if (ENABLE_XKB) -- # Parse xkb xml file -- find_package(LibXml2 REQUIRED) - find_package(IsoCodes REQUIRED) -- find_package(XkbFile REQUIRED) - # Parse isocodes json - pkg_check_modules(JsonC "json-c" IMPORTED_TARGET REQUIRED) -+ if(ENABLE_X11) -+ # Parse xkb xml file -+ find_package(LibXml2 REQUIRED) -+ find_package(XkbFile REQUIRED) -+ find_package(XKeyboardConfig REQUIRED) -+ endif(ENABLE_X11) - endif (ENABLE_XKB) - if(ENABLE_PRESAGE) - find_package(Presage) -@@ -121,8 +124,6 @@ - message(FATAL_ERROR "Xkb is needed") - endif (NOT X11_Xkb_FOUND) - --find_package(XKeyboardConfig REQUIRED) -- - endif() - - if (ENABLE_TEST) diff --git a/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch b/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch deleted file mode 100644 index 4dcf19d363de..000000000000 --- a/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/fcitx/fcitx5/pull/1119 - ---- a/src/lib/fcitx-utils/inputbuffer.h -+++ b/src/lib/fcitx-utils/inputbuffer.h -@@ -7,6 +7,7 @@ - #ifndef _FCITX_UTILS_INPUTBUFFER_H_ - #define _FCITX_UTILS_INPUTBUFFER_H_ - -+#include <cstdint> - #include <cstring> - #include <memory> - #include <string> |