[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-41-g6897158
Jon Turney via Cygwin-apps-cvs <[email protected]> Thu, 14 Sep 2023 13:36:28 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=68971589a695695851d45a50d7b201465b6564bd commit 68971589a695695851d45a50d7b201465b6564bd Author: Jon Turney <[email protected]> Date: Wed Sep 13 15:59:25 2023 +0100 Add 'fonts' category Diff: --- calm/hint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calm/hint.py b/calm/hint.py index c202f8c..1cbfb33 100755 --- a/calm/hint.py +++ b/calm/hint.py @@ -101,7 +101,7 @@ hintkeys[override] = { categories = ['accessibility', 'admin', 'archive', - 'audio', + 'audio', # debian uses 'sound' 'base', 'comm', 'database', @@ -109,6 +109,7 @@ categories = ['accessibility', 'devel', 'doc', 'editors', + 'fonts', 'games', 'gnome', 'graphics',