sup rev 2
Add data/ directory with mime file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 24 06:25:50 2017 +0100 (2017-02-24) |
parents | 78da11e1dd5e |
children | 8b7417244710 |
files | data/mime/sup.xml data/sup-server.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/data/mime/sup.xml Fri Feb 24 06:25:50 2017 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> 1.6 + <mime-type type="application/x-sup"> 1.7 + <comment>package SUP</comment> 1.8 + <comment xml:lang="es">paquete SUP</comment> 1.9 + <comment xml:lang="fr">paquet SUP</comment> 1.10 + <comment xml:lang="pt">pacote SUP</comment> 1.11 + <comment xml:lang="ru">пакет SUP</comment> 1.12 + <sub-class-of type="application/x-cpio"/> 1.13 + <generic-icon name="application-x-archive"/> 1.14 + <glob pattern="*.sup" /> 1.15 + </mime-type> 1.16 + <mime-type type="text/x-sup-receip"> 1.17 + <comment>recipe SUP</comment> 1.18 + <comment xml:lang="es">receta SUP</comment> 1.19 + <comment xml:lang="fr">recette SUP</comment> 1.20 + <comment xml:lang="pt">receita SUP</comment> 1.21 + <comment xml:lang="ru">файл SUP</comment> 1.22 + <sub-class-of type="application/x-shellscript"/> 1.23 + <generic-icon name="text-x-script"/> 1.24 + <magic priority="50"> 1.25 + <match value="# SliTaz User Package receip" type="string" offset="0"/> 1.26 + </magic> 1.27 + <glob pattern="receip"/> 1.28 + </mime-type> 1.29 +</mime-info>
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/data/sup-server.desktop Fri Feb 24 06:25:50 2017 +0100 2.3 @@ -0,0 +1,7 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Type=Application 2.7 +Name=Sup web service 2.8 +Exec=tazweb --notoolbar http://scn.slitaz.org/?sup 2.9 +Icon=slitaz-icon 2.10 +Categories=Network;