aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm/applications.menu
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-04-27 11:04:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:18:33 +0200
commitec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch)
treee16d2a838f4561d5538928a58f805e5f1373225a /meta-efl/recipes-efl/e17/e-wm/applications.menu
parent6775acb048dabd624c5c8197b683aba45ed91569 (diff)
downloadmeta-openembedded-contrib-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.menu105
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 ed9b906621..0000000000
--- a/meta-efl/recipes-efl/e17/e-wm/applications.menu
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd">
-<Menu>
- <Name>Applications</Name>
- <!-- <Directory>Applications.directory</Directory> -->
-
- <!-- Read standard .directory and .desktop file locations -->
- <DefaultAppDirs>/usr/share/applications</DefaultAppDirs>
- <DefaultDirectoryDirs/>
-
- <Menu>
- <Name>Office</Name>
- <Directory>Office.directory</Directory>
- <Include>
- <And>
- <Category>Office</Category>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Multimedia</Name>
- <Directory>Multimedia.directory</Directory>
- <Include>
- <And>
- <Category>AudioVideo</Category>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Graphics</Name>
- <Directory>Graphics.directory</Directory>
- <Include>
- <And>
- <Category>Graphics</Category>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Games</Name>
- <Directory>Games.directory</Directory>
- <Include>
- <And>
- <Or>
- <Category>Game</Category>
- <Category>Games</Category>
- </Or>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Internet</Name>
- <Directory>Internet.directory</Directory>
- <Include>
- <And>
- <Or>
- <Category>Internet</Category>
- <Category>Network</Category>
- </Or>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Settings</Name>
- <Directory>Settings.directory</Directory>
- <Include>
- <And>
- <Or>
- <Category>SystemSettings</Category>
- <Category>Settings</Category>
- </Or>
- <Not>
- <Category>System</Category>
- </Not>
- </And>
- </Include>
- </Menu>
-
- <Menu>
- <Name>Accessories</Name>
- <Directory>Accessories.directory</Directory>
- <Include>
- <And>
- <Or>
- <Category>Applications</Category>
- <Category>Utility</Category>
- </Or>
- <Not>
- <Category>System</Category>
- <Category>Office</Category>
- <Category>Internet</Category>
- <Category>AudioVideo</Category>
- <Category>Graphics</Category>
- <Category>Games</Category>
- </Not>
- </And>
- </Include>
- </Menu>
-
-</Menu>
-