e-wm: modify applications.menu so that Games menu item contains apps with either...
authorSteve Sakoman <sakoman@otto.(none)>
Fri, 24 Oct 2008 22:20:37 +0000 (15:20 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 15:34:52 +0000 (16:34 +0100)
packages/e17/e-wm/applications.menu
packages/e17/e-wm_svn.bb

index 032c6b7..77c6f04 100644 (file)
     <Directory>Games.directory</Directory>
     <Include>
       <And>
-        <Category>Games</Category>
+        <Or>
+         <Category>Game</Category>
+         <Category>Games</Category>
+        </Or>
       </And>
     </Include>
   </Menu>
     <Directory>Internet.directory</Directory>
     <Include>
       <And>
-        <Category>Network</Category>
+        <Or>
+         <Category>Internet</Category>
+         <Category>Network</Category>
+        </Or>
       </And>
     </Include>
   </Menu>
index 97f55a0..024228b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.043+svnr${SRCREV}"
-PR = "r18"
+PR = "r19"
 
 inherit e update-alternatives