source: projects/specs/trunk/f/file/file-5.05-vinenames.patch @ 2679

Revision 2679, 933 bytes checked in by inagaki, 13 years ago (diff)

update: dbusmenu, file

RevLine 
[2679]1--- file-5.05/src/names.h.vinenames     2010-10-09 06:58:44.000000000 +0900
2+++ file-5.05/src/names.h       2011-02-11 17:50:30.000000000 +0900
3@@ -55,6 +55,7 @@
4 #define        L_BCPL  11              /* BCPL */
5 #define        L_M4    12              /* M4 */
6 #define        L_PO    13              /* PO */
7+#define        L_SPEC  14              /* Spec */
8 
9 static const struct {
10        char human[48];
11@@ -74,6 +75,7 @@
12        { "BCPL program",                               "text/x-bcpl" },
13        { "M4 macro language pre-processor",            "text/x-m4" },
14        { "PO (gettext message catalogue)",             "text/x-po" },
15+       { "spec file",                                  "text/x-spec" },
16        { "cannot happen error on names.h/types",       "error/x-error" }
17 };
18 
19@@ -121,6 +123,10 @@
20 } names[] = {
21        /* These must be sorted by eye for optimal hit rate */
22        /* Add to this list only after substantial meditation */
23+       {"Buildroot:",  L_SPEC, 2 },
24+       {"BuildRoot:",  L_SPEC, 2 },
25+       {"%prep:",      L_SPEC, 2 },
26+       {"%setup:",     L_SPEC, 2 },
27        {"msgid",       L_PO, 1 },
28        {"dnl",         L_M4, 2 },
29        {"import",      L_JAVA, 2 },
Note: See TracBrowser for help on using the repository browser.