diff options
| author | Burkhard Lück <lueck@hube-lueck.de> | 2017-03-20 13:12:43 (GMT) |
|---|---|---|
| committer | Burkhard Lück <lueck@hube-lueck.de> | 2017-03-20 13:12:43 (GMT) |
| commit | 78f289332e5abbde8e41aa9ac36a7042f9460c4f (patch) | |
| tree | 91dc557eefcdf2b691d9242cc44bb5632c4c6239 | |
| parent | 0cc505b5505903cd17a5242bfbcbeba315e3155a (diff) | |
add appdata.xml file for Simon
used info from documentation
add X-AppStream-Ignore=true to simond, afaras, ksimond, sam, scc and sccd desktop files
only simon itself should be visible in the software centers
Differential Revision: https://phabricator.kde.org/D5052
| -rw-r--r-- | afaras/src/org.kde.afaras.desktop | 1 | ||||
| -rw-r--r-- | ksimond/src/org.kde.ksimond.desktop | 1 | ||||
| -rw-r--r-- | sam/src/org.kde.sam.desktop | 1 | ||||
| -rw-r--r-- | simon/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | simon/org.kde.simon.appdata.xml | 34 | ||||
| -rw-r--r-- | simond/src/org.kde.simond.desktop | 1 | ||||
| -rw-r--r-- | ssc/src/org.kde.ssc.desktop | 1 | ||||
| -rw-r--r-- | sscd/src/org.kde.sscd.desktop | 1 |
8 files changed, 41 insertions, 0 deletions
diff --git a/afaras/src/org.kde.afaras.desktop b/afaras/src/org.kde.afaras.desktop index b64e7c3..25e4ac8 100644 --- a/afaras/src/org.kde.afaras.desktop +++ b/afaras/src/org.kde.afaras.desktop @@ -31,6 +31,7 @@ Exec=afaras %i -caption %c Icon=afaras Type=Application X-DocPath=afaras/index.html +X-AppStream-Ignore=true GenericName=Find and remove bad samples GenericName[bs]=Nađi i ukloni loše uzorke GenericName[ca]=Cerca i elimina les mostres dolentes diff --git a/ksimond/src/org.kde.ksimond.desktop b/ksimond/src/org.kde.ksimond.desktop index 363ee58..d67a0d7 100644 --- a/ksimond/src/org.kde.ksimond.desktop +++ b/ksimond/src/org.kde.ksimond.desktop @@ -34,6 +34,7 @@ Exec=ksimond %i -caption %c Icon=ksimond Type=Application X-DocPath=ksimond/index.html +X-AppStream-Ignore=true GenericName=KDE Front-End to Simond GenericName[bs]=KDE pročelje za Simond GenericName[ca]=Frontal del KDE per a Simond diff --git a/sam/src/org.kde.sam.desktop b/sam/src/org.kde.sam.desktop index ec2c103..d077842 100644 --- a/sam/src/org.kde.sam.desktop +++ b/sam/src/org.kde.sam.desktop @@ -33,6 +33,7 @@ Exec=sam %i -caption %c Icon=sam Type=Application X-DocPath=sam/index.html +X-AppStream-Ignore=true GenericName=Acoustic Modeller GenericName[bs]=Akustični Modelar GenericName[ca]=Modelador acústic diff --git a/simon/CMakeLists.txt b/simon/CMakeLists.txt index 9249fbd..0420e4c 100644 --- a/simon/CMakeLists.txt +++ b/simon/CMakeLists.txt @@ -10,3 +10,4 @@ add_subdirectory(texts) install(FILES org.kde.simon.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} COMPONENT simon) install(FILES org.kde.simon_autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} COMPONENT simon) +install(FILES org.kde.simon.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) diff --git a/simon/org.kde.simon.appdata.xml b/simon/org.kde.simon.appdata.xml new file mode 100644 index 0000000..4e0f7da --- /dev/null +++ b/simon/org.kde.simon.appdata.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<component type="desktop-application"> + <id>org.kde.simon.desktop</id> + <metadata_license>FSFAP</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Simon</name> + <summary>Speech Recognition Tool</summary> + <description> + <p> + Simon is the main front end for the Simon open source speech recognition solution. It is a Simond client and provides a graphical user interface for managing the speech model and the commands. + </p> + <p>Features:</p> + <ul> + <li>Simon can execute all sorts of commands based on the input it receives from the server Simond.</li> + <li>Simon provides a unique do-it-yourself approach to speech recognition. Instead of predefined, pre-trained speech models + it provides an easy to use end-user interface to create language and acoustic models from scratch.</li> + <li>The end-user can easily download created use cases from other users and share his / her own.</li> + <li>Command-and-control solutions especially suitable for disabled people.</li> + <li>Because of its architecture, the same version of Simon can be used with all languages and dialects. One can even mix languages within one model if necessary.</li> + </ul> + </description> + <screenshots> + <screenshot type="default"> + <image>http://kde.org/images/screenshots/simon.png</image> + </screenshot> + </screenshots> + <url type="homepage">http://kde.org/applications/utils/simon</url> + <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=simon</url> + <url type="help">https://docs.kde.org/?application=simon</url> + <project_group>KDE</project_group> + <provides> + <binary>simon</binary> + </provides> +</component> diff --git a/simond/src/org.kde.simond.desktop b/simond/src/org.kde.simond.desktop index 875432d..453fb16 100644 --- a/simond/src/org.kde.simond.desktop +++ b/simond/src/org.kde.simond.desktop @@ -31,6 +31,7 @@ Exec=simond %i -caption %c Icon=simond Type=Application X-DocPath=simond/index.html +X-AppStream-Ignore=true GenericName=Speech Recognition Server GenericName[bs]=Server za Prepoznavanje Govora GenericName[ca]=Servidor per al reconeixement de la veu diff --git a/ssc/src/org.kde.ssc.desktop b/ssc/src/org.kde.ssc.desktop index 54e9c0b..f2d6c98 100644 --- a/ssc/src/org.kde.ssc.desktop +++ b/ssc/src/org.kde.ssc.desktop @@ -31,6 +31,7 @@ Exec=ssc %i -caption %c Icon=ssc Type=Application X-DocPath=ssc/index.html +X-AppStream-Ignore=true GenericName=Simon sample collector GenericName[bs]=Simon sakupljač uzoraka GenericName[ca]=Col·leccionista de mostres per a Simon diff --git a/sscd/src/org.kde.sscd.desktop b/sscd/src/org.kde.sscd.desktop index 154036f..9074726 100644 --- a/sscd/src/org.kde.sscd.desktop +++ b/sscd/src/org.kde.sscd.desktop @@ -30,6 +30,7 @@ Exec=sscd %i -caption %c Icon=sscd Type=Application X-DocPath=sscd/index.html +X-AppStream-Ignore=true GenericName=Sample Collection Server GenericName[bs]=Server kolekcije uzoraka GenericName[ca]=Servidor per a la col·lecció de mostres |
