Codebase list fcitx-unikey / cedff84
Imported Upstream version 0.2.2 Aron Xu 10 years ago
8 changed file(s) with 22 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
1919 set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
2020 set(CMAKE_MODULE_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_MODULE_LINKER_FLAGS}")
2121
22 find_package(Fcitx 4.2.7 REQUIRED)
22 find_package(Fcitx 4.2.8 REQUIRED)
2323 find_package(Libiconv REQUIRED)
2424 find_package(Gettext REQUIRED)
2525
2626 if (ENABLE_QT)
2727 find_package(Qt4 4.8)
2828
29 pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.7")
29 pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.8")
3030 endif (ENABLE_QT)
3131
3232 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/)
11 install(FILES unikey.png RENAME fcitx-unikey.png DESTINATION share/icons/hicolor/256x256/apps/)
+0
-7
data/unikey.conf.in less more
0 [InputMethod]
1 UniqueName=unikey
2 _Name=Unikey
3 IconName=unikey
4 Priority=1
5 LangCode=vi
6 Parent=fcitx-unikey
6161 }
6262
6363 QString MacroEditor::addon()
64 {
65 return "fcitx-unikey";
66 }
67
68 QString MacroEditor::icon()
6469 {
6570 return "fcitx-unikey";
6671 }
3535 virtual void save();
3636 virtual QString title();
3737 virtual QString addon();
38 virtual QString icon();
39
3840 static QString getData(CMacroTable* table, int i, bool iskey);
3941 private slots:
4042 void addWord();
1818 fcitx_add_addon_full(unikey
1919 SOURCES ${fcitx_unikey_sources}
2020 LINK_LIBS unikey
21 IM_CONFIG unikey.conf
2122 )
0 [InputMethod]
1 UniqueName=unikey
2 _Name=Unikey
3 IconName=unikey
4 Priority=1
5 LangCode=vi
6 Parent=fcitx-unikey