Merge branch 'dev' into 'master'
Dev -> Master See merge request b0/matrique!15
This commit is contained in:
commit
d4be81c003
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
@ -69,11 +69,11 @@ HEADERS += \
|
||||||
src/emojimodel.h
|
src/emojimodel.h
|
||||||
|
|
||||||
unix:!mac {
|
unix:!mac {
|
||||||
metainfo.files = $$PWD/matrique.appdata.xml
|
metainfo.files = $$PWD/org.eu.encom.matrique.appdata.xml
|
||||||
metainfo.path = $$PREFIX/share/metainfo
|
metainfo.path = $$PREFIX/share/metainfo
|
||||||
desktop.files = $$PWD/matrique.desktop
|
desktop.files = $$PWD/org.eu.encom.matrique.desktop
|
||||||
desktop.path = $$PREFIX/share/applications
|
desktop.path = $$PREFIX/share/applications
|
||||||
icons.files = $$PWD/icons/matrique.png
|
icons.files = $$PWD/icons/org.eu.encom.matrique.png
|
||||||
icons.path = $$PREFIX/share/icons/hicolor/128x128/apps
|
icons.path = $$PREFIX/share/icons/hicolor/128x128/apps
|
||||||
INSTALLS += metainfo desktop mime icons
|
INSTALLS += metainfo desktop mime icons
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,6 @@ GenericName=Matrix Client
|
||||||
Comment=IM client for the Matrix protocol
|
Comment=IM client for the Matrix protocol
|
||||||
Exec=matrique
|
Exec=matrique
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=matrique
|
Icon=org.eu.encom.matrique
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
Name[en_US]=Matrique
|
|
Loading…
Reference in New Issue