Imported Upstream version 0.2.2
Aron Xu
9 years ago
19 | 19 |
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
|
20 | 20 |
set(CMAKE_MODULE_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_MODULE_LINKER_FLAGS}")
|
21 | 21 |
|
22 | |
find_package(Fcitx 4.2.7 REQUIRED)
|
|
22 |
find_package(Fcitx 4.2.8 REQUIRED)
|
23 | 23 |
find_package(Libiconv REQUIRED)
|
24 | 24 |
find_package(Gettext REQUIRED)
|
25 | 25 |
|
26 | 26 |
if (ENABLE_QT)
|
27 | 27 |
find_package(Qt4 4.8)
|
28 | 28 |
|
29 | |
pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.7")
|
|
29 |
pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.8")
|
30 | 30 |
endif (ENABLE_QT)
|
31 | 31 |
|
32 | 32 |
configure_file(config.h.in config.h)
|
|
0 |
2013-07-15: CSSlayer <wengxt@gmail.com>
|
|
1 |
* 0.2.2
|
|
2 |
- Fix unikey doesn't show in list
|
|
3 |
- fix icon install path
|
0 | |
install(FILES unikey.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/imicon/)
|
|
0 |
install(FILES unikey.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/imicon/)
|
1 | 1 |
install(FILES unikey.png RENAME fcitx-unikey.png DESTINATION share/icons/hicolor/256x256/apps/)
|
0 | |
[InputMethod]
|
1 | |
UniqueName=unikey
|
2 | |
_Name=Unikey
|
3 | |
IconName=unikey
|
4 | |
Priority=1
|
5 | |
LangCode=vi
|
6 | |
Parent=fcitx-unikey
|
35 | 35 |
virtual void save();
|
36 | 36 |
virtual QString title();
|
37 | 37 |
virtual QString addon();
|
|
38 |
virtual QString icon();
|
|
39 |
|
38 | 40 |
static QString getData(CMacroTable* table, int i, bool iskey);
|
39 | 41 |
private slots:
|
40 | 42 |
void addWord();
|
18 | 18 |
fcitx_add_addon_full(unikey
|
19 | 19 |
SOURCES ${fcitx_unikey_sources}
|
20 | 20 |
LINK_LIBS unikey
|
|
21 |
IM_CONFIG unikey.conf
|
21 | 22 |
)
|
|
0 |
[InputMethod]
|
|
1 |
UniqueName=unikey
|
|
2 |
_Name=Unikey
|
|
3 |
IconName=unikey
|
|
4 |
Priority=1
|
|
5 |
LangCode=vi
|
|
6 |
Parent=fcitx-unikey
|