From 073ce61b44c65833a87868236fe8c84ad5d7b1bf Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Sep 2009 06:41:54 +0000 Subject: e-wm-config-illume-shr: Add recipe (from SHR) --- recipes/shr/e-wm-config-illume-shr_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/shr/e-wm-config-illume-shr_git.bb (limited to 'recipes/shr') diff --git a/recipes/shr/e-wm-config-illume-shr_git.bb b/recipes/shr/e-wm-config-illume-shr_git.bb new file mode 100644 index 0000000000..64bd23fe90 --- /dev/null +++ b/recipes/shr/e-wm-config-illume-shr_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "illume SHR config" +SECTION = "e/utils" +DEPENDS = "eet" +LICENSE = "MIT BSD" +PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}" +PR = "r6" + +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" + -- cgit 1.2.3-korg