Skip to content

Commit

Permalink
[package.py] Resurrect accidentally deleted category library
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 22, 2024
1 parent d2ae08f commit 49b06e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chumweb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class PackageApplicationCategory(StrEnum):
if really appropriate.
"""
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)
audiovideo = "AudioVideo" # Application for presenting, creating, or processing multimedia (audio/video)
audio = "Audio" # An audio applicationDesktop entry must include AudioVideo as well
video = "Video" # A video applicationDesktop entry must include AudioVideo as well
Expand Down

0 comments on commit 49b06e4

Please sign in to comment.