mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Added AppData manifest file for modern package managers.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
9bae6d2201
commit
7ef50ba50f
|
@ -184,6 +184,9 @@ unix:!mac {
|
|||
desktops.path = $$PREFIX/share/applications
|
||||
desktops.files = redist/*.desktop
|
||||
INSTALLS += desktops
|
||||
appdata.path = $$PREFIX/share/metainfo
|
||||
appdata.files = redist/*.appdata.xml
|
||||
INSTALLS += appdata
|
||||
helps.path = $$PREFIX/share/goldendict/help/
|
||||
helps.files = help/*.qch
|
||||
INSTALLS += helps
|
||||
|
|
37
redist/goldendict.appdata.xml
Normal file
37
redist/goldendict.appdata.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2019 Vitaly Zaitsev <vitaly@easycoding.org> -->
|
||||
<component type="desktop">
|
||||
<id>org.goldendict.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>GoldenDict</name>
|
||||
<summary>Dictionary lookup program</summary>
|
||||
<description>
|
||||
<p>
|
||||
GoldenDict is a feature-rich dictionary lookup program, supporting multiple
|
||||
dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict) and
|
||||
online dictionaries, featuring perfect article rendering with the complete
|
||||
markup, illustrations and other content retained, and allowing you to type
|
||||
in words without any accents or correct case.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>http://goldendict.org/screenshots/sprechen-wiktionary.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://goldendict.org/screenshots/damselfly-heady.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://goldendict.org/screenshots/completar-chaining.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://goldendict.org/screenshots/lingvo.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://goldendict.org/screenshots/wordnet.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">http://goldendict.org</url>
|
||||
<update_contact>https://github.com/goldendict/goldendict</update_contact>
|
||||
</component>
|
Loading…
Reference in a new issue