File: 0001-Fix-compatibility-with-librime-1.12.patch

package info (click to toggle)
fcitx-rime 0.3.2%2Bgit20230425-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: cpp: 10,357; ansic: 531; makefile: 6; sh: 1
file content (21 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Boyuan Yang <byang@debian.org>
Date: Mon, 9 Dec 2024 13:15:07 -0500
Subject: Fix compatibility with librime 1.12

Bug-Debian: https://bugs.debian.org/1089191
---
 src/fcitx-rime.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fcitx-rime.c b/src/fcitx-rime.c
index aab324e..6de2f68 100644
--- a/src/fcitx-rime.c
+++ b/src/fcitx-rime.c
@@ -6,6 +6,7 @@
 #include <fcitx/module/freedesktop-notify/fcitx-freedesktop-notify.h>
 #include <libintl.h>
 #include <rime_api.h>
+#include <rime_api_deprecated.h>
 
 #define _(x) dgettext("fcitx-rime", (x))