aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 13:08:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 18:33:26 +0200
commitdf080ed9068bab1cb317d5ac4bb8d94c37bf12b6 (patch)
treeb78088b5566a08ab6d5aff2328b1290154fd28be /recipes/obsolete
parent45e4104cf953575424505c5514b5e6c882088a5f (diff)
downloadopenembedded-df080ed9068bab1cb317d5ac4bb8d94c37bf12b6.tar.gz
e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales packaging
* illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/shr/e-wm-config-illume-shr_git.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/obsolete/shr/e-wm-config-illume-shr_git.bb b/recipes/obsolete/shr/e-wm-config-illume-shr_git.bb
new file mode 100644
index 0000000000..12b3324a41
--- /dev/null
+++ b/recipes/obsolete/shr/e-wm-config-illume-shr_git.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "illume SHR config"
+SECTION = "e/utils"
+DEPENDS = "eet"
+LICENSE = "MIT BSD"
+SRCREV = "285e2f0a92fc47d9a739c5a1a936124b6e6fa819"
+PV = "1.2+gitr${SRCPV}"
+PR = "r4"
+
+inherit e
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+EXTRA_OECONF = "\
+ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+"
+
+FILES_${PN} = "${datadir}/enlightenment/data/config/illume-shr"
+
+RRECOMMENDS_${PN} = "\
+ e-wm-theme-illume-shr \
+ e-wm-sysactions-shr \
+ e-wm-menu-shr \
+ illume-keyboard-default-alpha \
+ illume-keyboard-numeric-alt \
+ illume-keyboard-default-terminal \
+"
+