From: Steve Sakoman Date: Fri, 24 Oct 2008 22:20:37 +0000 (-0700) Subject: e-wm: modify applications.menu so that Games menu item contains apps with either... X-Git-Tag: Release-2010-05/1~5235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a431ab82aa19e5eeb542504284e6c1a9c13afdb;p=openembedded.git e-wm: modify applications.menu so that Games menu item contains apps with either "Game" or "Games" as the Category, and Internet contains apps with either "Internet" or "Network" --- diff --git a/packages/e17/e-wm/applications.menu b/packages/e17/e-wm/applications.menu index 032c6b7d26..77c6f0429c 100644 --- a/packages/e17/e-wm/applications.menu +++ b/packages/e17/e-wm/applications.menu @@ -43,7 +43,10 @@ Games.directory - Games + + Game + Games + @@ -53,7 +56,10 @@ Internet.directory - Network + + Internet + Network + diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb index 97f55a0b33..024228b7a3 100644 --- a/packages/e17/e-wm_svn.bb +++ b/packages/e17/e-wm_svn.bb @@ -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