[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1073 - in trunk: checks debian



Author: rra
Date: 2007-12-09 05:12:40 +0100 (Sun, 09 Dec 2007)
New Revision: 1073

Modified:
   trunk/checks/menu-format
   trunk/debian/changelog
Log:
* checks/menu-format:
  + [RA] Add Actions to the KDE-specific desktop file keys.  Add
    Application as an acceptable Main Category even though it's not
    listed in the standard; given how widely it's used, it doesn't
    appear to be worth warning about right now.  It would be lovely if
    there were an actual desktop standard.  (Closes: #444651)

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2007-12-08 21:38:20 UTC (rev 1072)
+++ trunk/checks/menu-format	2007-12-09 04:12:40 UTC (rev 1073)
@@ -178,7 +178,9 @@
       );
 
 # KDE uses some additional keys that should start with X-KDE but don't for
-# historical reasons.
+# historical reasons.  Actions will in theory be in a later version of the
+# standard (it's not mentioned in the current standard, but is implemented by
+# KDE and widely used).
 my %kde_desktop_keys = map { $_ => 1 }
     qw(
        ServiceTypes
@@ -190,6 +192,7 @@
        MountPoint
        ReadOnly
        UnmountIcon
+       Actions
       );
 
 # Known types of desktop entries.
@@ -204,7 +207,9 @@
 # Authorative source of desktop categories:
 # http://standards.freedesktop.org/menu-spec/1.0/apa.html
 
-# This is a list of all Main Categories for .desktop files.
+# This is a list of all Main Categories for .desktop files.  Application is
+# added as an exception; it's not listed in the standard, but it's widely
+# used and used as an example in the GNOME documentation.
 my %main_categories = map { $_ => 1 }
     qw(
        AudioVideo
@@ -219,6 +224,7 @@
        Settings
        System
        Utility
+       Application
       );
 
 # This is a list of all Additional Categories for .desktop files.  Ideally we

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-08 21:38:20 UTC (rev 1072)
+++ trunk/debian/changelog	2007-12-09 04:12:40 UTC (rev 1073)
@@ -1,3 +1,14 @@
+lintian (1.23.41) UNRELEASED; urgency=low
+
+  * checks/menu-format:
+    + [RA] Add Actions to the KDE-specific desktop file keys.  Add
+      Application as an acceptable Main Category even though it's not
+      listed in the standard; given how widely it's used, it doesn't
+      appear to be worth warning about right now.  It would be lovely if
+      there were an actual desktop standard.  (Closes: #444651)
+
+ -- Russ Allbery <rra@debian.org>  Sat, 08 Dec 2007 20:12:13 -0800
+
 lintian (1.23.40) unstable; urgency=low
 
   The "Russ's brown paper bag bug" release.



Reply to: