[packages/fcitx] Rel 4
arekm
arekm at pld-linux.org
Wed Aug 20 11:48:53 CEST 2025
commit 13cd70cd264cc728ec45ae9cff31bb7d901f8cad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Aug 20 11:48:49 2025 +0200
Rel 4
build.patch | 10 ++++++++++
fcitx.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/fcitx.spec b/fcitx.spec
index 2a203b5..413648d 100644
--- a/fcitx.spec
+++ b/fcitx.spec
@@ -9,7 +9,7 @@ Summary: Fcitx - input method framework with extension support
Summary(pl.UTF-8): Fcitx - szkielet metody wprowadzania znaków z obsługą rozszerzeń
Name: fcitx
Version: 4.2.9.9
-Release: 3
+Release: 4
License: GPL v2+ with plugins exception
Group: X11/Applications
Source0: https://download.fcitx-im.org/fcitx/%{name}-%{version}.tar.xz
@@ -24,6 +24,7 @@ Source4: https://download.fcitx-im.org/data/pinyin.tar.gz
# Source4-md5: 34dcb1b5209c28baa4e87f6a2773bfd0
Source5: https://download.fcitx-im.org/data/table.tar.gz
# Source5-md5: acb0b112423474ab2c1a22cee590d636
+Patch0: build.patch
URL: https://fcitx-im.org/
BuildRequires: cairo-devel >= 1.0
BuildRequires: cmake >= 3.1
@@ -191,6 +192,7 @@ Pliki nagłówkowe biblioteki klienckiej/GUI Fcitx dla Qt.
%prep
%setup -q
+%patch -P0 -p1
cp -p %{SOURCE1} src/module/spell/dict
cp -p %{SOURCE2} src/module/pinyin-enhance/data
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..e3139b2
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,10 @@
+--- fcitx-4.2.9.9/src/frontend/qt/qtkey.h~ 2022-07-26 22:02:02.000000000 +0200
++++ fcitx-4.2.9.9/src/frontend/qt/qtkey.h 2025-08-20 11:32:50.268838123 +0200
+@@ -20,6 +20,7 @@
+ #ifndef _PLATFORMINPUTCONTEXT_QTKEY_H_
+ #define _PLATFORMINPUTCONTEXT_QTKEY_H_
+
++#include <cstdint>
+ #include <QString>
+
+ int keysymToQtKey(uint32_t keysym, const QString &text);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fcitx.git/commitdiff/13cd70cd264cc728ec45ae9cff31bb7d901f8cad
More information about the pld-cvs-commit
mailing list