[oe-commits] Martin Jansa : task-x11-illume: change default ETHEME from e-wm-theme-illume to e-wm-theme-default

git at git.openembedded.org git at git.openembedded.org
Wed Feb 22 08:45:07 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: d6f83f8423b7e1e88a2e2df47e57bc5d42946c7f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d6f83f8423b7e1e88a2e2df47e57bc5d42946c7f

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Feb 20 22:13:41 2012 +0000

task-x11-illume: change default ETHEME from e-wm-theme-illume to e-wm-theme-default

* e-wm-theme-illume is gone with illume1 (see b37564b7355af71595ac48b96bcf7d2087e47c73)
* found by accident when running distroless build, guess everybody is using own theme anyway

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-efl/recipes-efl/tasks/task-x11-illume.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-efl/recipes-efl/tasks/task-x11-illume.bb b/meta-efl/recipes-efl/tasks/task-x11-illume.bb
index e197cc7..6557619 100644
--- a/meta-efl/recipes-efl/tasks/task-x11-illume.bb
+++ b/meta-efl/recipes-efl/tasks/task-x11-illume.bb
@@ -3,14 +3,14 @@ SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 PV = "1.0"
-PR = "r1"
+PR = "r2"
 
 # WORK IN PROGRESS
 
 inherit task
 
-# Default illume theme
-ETHEME ?= "e-wm-theme-illume"
+# Default theme and config
+ETHEME ?= "e-wm-theme-default"
 ECONFIG ?= "e-wm-config-illume2"
 
 RDEPENDS_${PN} = "\





More information about the Openembedded-commits mailing list