From 516ebbe10863d9bf80eb711c6f5e7ec5d359e0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 12 Jun 2020 17:18:20 +0200 Subject: [PATCH] docs: Update to remove icon tag from Metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is no longer accepted by appstream-util validate-relax: $ appstream-util validate-relax org.kde.okteta.appdata.xml org.kde.okteta.appdata.xml: FAILED: • tag-invalid : not allowed in desktop appdata • tag-invalid : stock icon is not valid [okteta] Validation of files failed See also discussion in https://github.com/keepassxreboot/keepassxc/issues/1131 --- docs/xml/metainfo-component.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/xml/metainfo-component.xml b/docs/xml/metainfo-component.xml index 5e0de54d..4f4755f0 100644 --- a/docs/xml/metainfo-component.xml +++ b/docs/xml/metainfo-component.xml @@ -157,30 +157,6 @@ - - <icon/> - - - The <icon/> tag describes the component icon. It is mostly used for GUI applications (component-type desktop-application). - It can be of type stock, local or remote. - - - stock icons are loaded from the icon stock (the current or hicolor/locolor fallback themes). - The icon name must not include any file-extension or path. - - - local icons are loaded from a file in the filesystem. - They should specify a full file path. - This icon type may have width and height - properties. - - - remote icons loaded from a remote URL. Currently, only HTTP/HTTPS urls are supported. - This icon type should have width and height properties. - - - - <description/>