Skip to content

Commit

Permalink
[package.py] Shorten categories description …
Browse files Browse the repository at this point in the history
… by referring to the SailfishOS:Chum specification.
  • Loading branch information
Olf0 authored Mar 22, 2024
1 parent c2c63ce commit 15ed842
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chumweb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15ed842

Please sign in to comment.