This commit is contained in:
2025-07-17 19:56:22 -06:00
commit 66f8f46e69
20 changed files with 3433 additions and 0 deletions

View File

@@ -0,0 +1 @@
org.fcitx.Fcitx5.fcitx_latex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

View File

@@ -0,0 +1 @@
org.fcitx.Fcitx5.fcitx_latex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
org.fcitx.Fcitx5.fcitx_latex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

1
icons/32x32/apps/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
# blah

View File

@@ -0,0 +1 @@
org.fcitx.Fcitx5.fcitx_latex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
icons/64x64/apps/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
# blah

3
icons/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
install(DIRECTORY 16x16 22x22 24x24 32x32 48x48 64x64 DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor"
PATTERN .* EXCLUDE
PATTERN *~ EXCLUDE)