summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
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 \
+"
+