From 15ed8425353bbca55e2a8a9ca9a6ee43cd158478 Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 22 Mar 2024 16:14:35 +0100 Subject: [PATCH] =?UTF-8?q?[package.py]=20Shorten=20categories=20descripti?= =?UTF-8?q?on=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … by referring to the SailfishOS:Chum specification. --- chumweb/package.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chumweb/package.py b/chumweb/package.py index 7570a3c..f489fb4 100644 --- a/chumweb/package.py +++ b/chumweb/package.py @@ -18,10 +18,8 @@ class PackageApplicationCategory(StrEnum): """ - Application categories, see https://specifications.freedesktop.org/menu-spec/latest/apa.html - for main categories and https://specifications.freedesktop.org/menu-spec/latest/apas02.html - for additional categories, plus https://specifications.freedesktop.org/menu-spec/latest/apas03.html - if really appropriate. + Application categories, for their specification(s) and references see entry "Categories:" in + https://github.com/sailfishos-chum/main/blob/main/Metadata.md#table-of-field-descriptions """ other = "Other" # SailfishOS:Chum specific, i.e. not part of the Freedesktop.org categories specification(s) library = "Library" # SailfishOS:Chum specific, i.e. not part of the Freedesktop.org categories specification(s)