Merge pull request #1495 from keymanapp/linux-kmconfig-icon

[Linux] km-config and .kmp icons
This commit is contained in:
Daniel Glassey 2019-01-04 15:31:51 +07:00 committed by GitHub
commit 65fca778ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,4 @@
recursive-include keyman_config/icons *
recursive-include icons *
include README.md
include *.bash-completion

View file

@ -1,2 +1,12 @@
./keyman_config/icons/* /usr/share/keyman/icons/
debian/km-config.desktop /usr/share/applications
./icons/24/km-config.png /usr/share/icons/hicolor/24x24/apps/
./icons/32/km-config.png /usr/share/icons/hicolor/32x32/apps/
./icons/48/km-config.png /usr/share/icons/hicolor/48x48/apps/
./icons/64/km-config.png /usr/share/icons/hicolor/64x64/apps/
./icons/128/km-config.png /usr/share/icons/hicolor/128x128/apps/
./icons/16/application-x-kmp.png /usr/share/icons/hicolor/16x16/mimetypes/
./icons/24/application-x-kmp.png /usr/share/icons/hicolor/24x24/mimetypes/
./icons/32/application-x-kmp.png /usr/share/icons/hicolor/32x32/mimetypes/
./icons/48/application-x-kmp.png /usr/share/icons/hicolor/48x48/mimetypes/
./icons/64/application-x-kmp.png /usr/share/icons/hicolor/64x64/mimetypes/

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-kmp">
<comment>Keyman keyboard package</comment>
<sub-class-of type="application/zip"/>
<glob pattern="*.kmp"/>
<icon name="application-x-kmp"/>
</mime-type>
</mime-info>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB