diff options
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom.bb')
-rw-r--r-- | recipes/angstrom/e-wm-config-angstrom.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom.bb b/recipes/angstrom/e-wm-config-angstrom.bb index a2c6f93657..4b47e05069 100644 --- a/recipes/angstrom/e-wm-config-angstrom.bb +++ b/recipes/angstrom/e-wm-config-angstrom.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Enlightenment DR17 theme for Angstrom" LICENSE = "MIT/BSD" DEPENDS = "edje-native eet-native" RDEPENDS = "e-wm" -RRECOMMENDS_${PN} = "places" +RRECOMMENDS_${PN} = "places systray" -PR = "r4" +PR = "r5" SRC_URI = " \ file://e.src \ @@ -18,6 +18,11 @@ do_configure() { cp ${WORKDIR}/*.src ${WORKDIR}/*.desktop ${WORKDIR}/*.png ${S}/ } +# [09:16:17] * koen mumbles something about binary config file +# [09:16:19] <raster> eet -d e.cfg config e.src +# [09:16:29] <raster> will get u a test dump of it (as e.src) +# [09:17:09] <raster> eet -e e.cfg config e.src 1 +# [09:17:12] <raster> will re-encode do_compile() { for i in *.src ; do |