Codebase list fcitx-table-extra / debian/0.3.1-1 debian / patches / icons-size-mistake.patch
debian/0.3.1-1

Tree @debian/0.3.1-1 (Download .tar.gz)

icons-size-mistake.patch @debian/0.3.1-1

648b955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Index: fcitx-table-extra/icons/CMakeLists.txt
===================================================================
--- fcitx-table-extra.orig/icons/CMakeLists.txt	2012-06-09 12:46:47.137926852 +0800
+++ fcitx-table-extra/icons/CMakeLists.txt	2012-06-09 13:15:18.146411278 +0800
@@ -1,9 +1,10 @@
 install(FILES
-    fcitx-boshiamy.png fcitx-cantonese.png fcitx-easy-big.png fcitx-array30.png fcitx-array30-big.png fcitx-stroke5.png
+    fcitx-boshiamy.png fcitx-easy-big.png fcitx-array30.png fcitx-array30-big.png
+    fcitx-zhengma.png
     DESTINATION share/icons/hicolor/64x64/apps)
 
 install(FILES
-    fcitx-cantonhk.png fcitx-jyutping.png
+    fcitx-cantonhk.png fcitx-cantonese.png fcitx-jyutping.png
     fcitx-quick3.png fcitx-quick5.png fcitx-quick-classic.png fcitx-scj6.png fcitx-wu.png
-    fcitx-zhengma.png
+    fcitx-stroke5.png
     DESTINATION share/icons/hicolor/48x48/apps)