Package: ibus-cangjie / 2.4-9
Metadata
Package | Version | Patches format |
---|---|---|
ibus-cangjie | 2.4-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 install engine to correct dir.diff | (download) |
Makefile.am |
7 3 + 4 - 0 ! |
ibus-engine-cangjie should be in /usr/libexec Per FHS 3.0, internal executables should be installed to /usr/libexec. . It was in /usr/lib/ibus (https://bugs.debian.org/746978) for FHS 2.0 but not anymore. |
0002 Properly import gi modules to avoid PyGIWarning.patch | (download) |
scripts/ibus-engine-cangjie.in |
3 3 + 0 - 0 ! |
properly import gi modules to avoid pygiwarning Fix #86 |
0003 data Update appdata location format and content.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
data: update appdata location, format and content According to https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html , we should not install appdata to /usr/share/appdata anymore. Besides, the appdata file format is updated as well. The broken homepage information in appdata xml is also fixed. |
0004 src setup.py Require correct Gio and GLib version.patch | (download) |
src/setup.py |
4 2 + 2 - 0 ! |
src/setup.py: require correct gio and glib version This would closes: #94. |