diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-efl/recipes-efl/e17/e-wm/applications.menu | |
parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm/applications.menu')
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm/applications.menu | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm/applications.menu b/meta-efl/recipes-efl/e17/e-wm/applications.menu deleted file mode 100644 index ed9b90662..000000000 --- a/meta-efl/recipes-efl/e17/e-wm/applications.menu +++ /dev/null | |||
@@ -1,105 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd"> | ||
3 | <Menu> | ||
4 | <Name>Applications</Name> | ||
5 | <!-- <Directory>Applications.directory</Directory> --> | ||
6 | |||
7 | <!-- Read standard .directory and .desktop file locations --> | ||
8 | <DefaultAppDirs>/usr/share/applications</DefaultAppDirs> | ||
9 | <DefaultDirectoryDirs/> | ||
10 | |||
11 | <Menu> | ||
12 | <Name>Office</Name> | ||
13 | <Directory>Office.directory</Directory> | ||
14 | <Include> | ||
15 | <And> | ||
16 | <Category>Office</Category> | ||
17 | </And> | ||
18 | </Include> | ||
19 | </Menu> | ||
20 | |||
21 | <Menu> | ||
22 | <Name>Multimedia</Name> | ||
23 | <Directory>Multimedia.directory</Directory> | ||
24 | <Include> | ||
25 | <And> | ||
26 | <Category>AudioVideo</Category> | ||
27 | </And> | ||
28 | </Include> | ||
29 | </Menu> | ||
30 | |||
31 | <Menu> | ||
32 | <Name>Graphics</Name> | ||
33 | <Directory>Graphics.directory</Directory> | ||
34 | <Include> | ||
35 | <And> | ||
36 | <Category>Graphics</Category> | ||
37 | </And> | ||
38 | </Include> | ||
39 | </Menu> | ||
40 | |||
41 | <Menu> | ||
42 | <Name>Games</Name> | ||
43 | <Directory>Games.directory</Directory> | ||
44 | <Include> | ||
45 | <And> | ||
46 | <Or> | ||
47 | <Category>Game</Category> | ||
48 | <Category>Games</Category> | ||
49 | </Or> | ||
50 | </And> | ||
51 | </Include> | ||
52 | </Menu> | ||
53 | |||
54 | <Menu> | ||
55 | <Name>Internet</Name> | ||
56 | <Directory>Internet.directory</Directory> | ||
57 | <Include> | ||
58 | <And> | ||
59 | <Or> | ||
60 | <Category>Internet</Category> | ||
61 | <Category>Network</Category> | ||
62 | </Or> | ||
63 | </And> | ||
64 | </Include> | ||
65 | </Menu> | ||
66 | |||
67 | <Menu> | ||
68 | <Name>Settings</Name> | ||
69 | <Directory>Settings.directory</Directory> | ||
70 | <Include> | ||
71 | <And> | ||
72 | <Or> | ||
73 | <Category>SystemSettings</Category> | ||
74 | <Category>Settings</Category> | ||
75 | </Or> | ||
76 | <Not> | ||
77 | <Category>System</Category> | ||
78 | </Not> | ||
79 | </And> | ||
80 | </Include> | ||
81 | </Menu> | ||
82 | |||
83 | <Menu> | ||
84 | <Name>Accessories</Name> | ||
85 | <Directory>Accessories.directory</Directory> | ||
86 | <Include> | ||
87 | <And> | ||
88 | <Or> | ||
89 | <Category>Applications</Category> | ||
90 | <Category>Utility</Category> | ||
91 | </Or> | ||
92 | <Not> | ||
93 | <Category>System</Category> | ||
94 | <Category>Office</Category> | ||
95 | <Category>Internet</Category> | ||
96 | <Category>AudioVideo</Category> | ||
97 | <Category>Graphics</Category> | ||
98 | <Category>Games</Category> | ||
99 | </Not> | ||
100 | </And> | ||
101 | </Include> | ||
102 | </Menu> | ||
103 | |||
104 | </Menu> | ||
105 | |||