Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/korean/fcitx-hangul/files/patch-data__CMakeLists.txt
18157 views
1
--- ./data/CMakeLists.txt.orig 2013-07-01 06:07:48.000000000 +0900
2
+++ ./data/CMakeLists.txt 2014-03-20 13:22:18.000000000 +0900
3
@@ -1,5 +1,5 @@
4
-install(FILES symbol.txt DESTINATION ${FCITX4_PREFIX}/share/fcitx/hangul/)
5
-install(FILES hangul.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/imicon/)
6
+install(FILES symbol.txt DESTINATION share/fcitx/hangul/)
7
+install(FILES hangul.png DESTINATION share/fcitx/imicon/)
8
install(FILES hangul.png RENAME fcitx-hangul.png DESTINATION share/icons/hicolor/64x64/apps/)
9
install(FILES hanja_active.png RENAME fcitx-hanja-active.png DESTINATION share/icons/hicolor/48x48/status/)
10
install(FILES hanja_inactive.png RENAME fcitx-hanja-inactive.png DESTINATION share/icons/hicolor/48x48/status/)
11
12