Codebase list fcitx / 75a532b
Imported Debian patch 4.1.2-4 YunQiang Su authored 12 years ago Aron Xu committed 12 years ago
4 changed file(s) with 35 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 fcitx (1:4.1.2-4) unstable; urgency=low
1
2 [ Aron Xu ]
3 * Add NoDisplay=true to fcitx.desktop.in file.
4
5 [ YunQiang Su ]
6 * Improve the descriotion of fcitx-libs-dbg, as it contains
7 all debug symbols of the whole fcitx.
8
9 -- YunQiang Su <wzssyqa@gmail.com> Fri, 09 Dec 2011 00:09:43 +0800
10
011 fcitx (1:4.1.2-3) unstable; urgency=low
112
213 * debian/patches/01-fix_input_percent_sign.patch:
128128 Depends: ${misc:Depends}, fcitx-libs (= ${binary:Version})
129129 Replaces: fcitx (<< 1:4.1.2)
130130 Breaks: fcitx (<< 1:4.1.2)
131 Description: Flexible Input Method Framework - library debugging symbols
132 Fcitx is a input method framework with extension support, which provides
133 an interface for entering characters of different scripts in applications
134 using a variety of mapping systems.
135 .
136 It offers a pleasant and modern experience, with intuitive graphical
137 configuration tools and customizable skins and mapping tables. It is
138 highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
139 for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
140 API.
141 .
142 This package provides the library debugging symbols.
131 Description: Flexible Input Method Framework - debugging symbols
132 Fcitx is a input method framework with extension support, which provides
133 an interface for entering characters of different scripts in applications
134 using a variety of mapping systems.
135 .
136 It offers a pleasant and modern experience, with intuitive graphical
137 configuration tools and customizable skins and mapping tables. It is
138 highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
139 for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
140 API.
141 .
142 This package provides the debugging symbols of the whole Fcitx.
143143
144144 Package: fcitx-ui-kimpanel
145145 Architecture: any
146 Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx (>= 1:4.1.2),
147 fcitx-module-dbus
146 Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-module-dbus
148147 Replaces: fcitx (<< 1:4.1.2)
149148 Breaks: fcitx (<< 1:4.1.2)
150149 Suggests: plasma-widgets-addons
0 --- a/data/fcitx.desktop.in
1 +++ b/data/fcitx.desktop.in
2 @@ -7,6 +7,7 @@
3 Type=Application
4 Categories=System;Utility;
5 StartupNotify=false
6 +NoDisplay=true
7 X-GNOME-Autostart-Phase=Applications
8 X-GNOME-AutoRestart=false
9 X-GNOME-Autostart-Notify=false
33 01-fix_a_little_about_client_preedit_string.patch
44 01-run_posix_shell_script.patch
55 01-fix_input_percent_sign.patch
6 02-desktop_nodisplay.patch