[oe-commits] Stefan Schmidt : e-wm-sysactions-shr: Add recipe (from SHR)

git version control git at git.openembedded.org
Thu Sep 17 18:39:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0393c7cc15c233154ea0b8add2820eabf89d63b3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0393c7cc15c233154ea0b8add2820eabf89d63b3

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 16:51:49 2009 +0000

e-wm-sysactions-shr: Add recipe (from SHR)

---

 recipes/shr/e-wm-sysactions-shr_git.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/e-wm-sysactions-shr_git.bb b/recipes/shr/e-wm-sysactions-shr_git.bb
new file mode 100644
index 0000000..293edae
--- /dev/null
+++ b/recipes/shr/e-wm-sysactions-shr_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "illume SHR sysactions config"
+SECTION = "e/utils"
+LICENSE = "MIT BSD"
+PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}"
+PR = "r3"
+
+RPROVIDES_${PN} = "e-wm-sysactions"
+RCONFLICTS_${PN} = "e-wm-sysactions"
+#RREPLACES_${PN} = "e-wm-sysactions"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+FILES_${PN} = "${sysconfdir}/enlightenment"
+
+do_install() {
+    install -d ${D}${sysconfdir}/enlightenment/
+    install -m 0755 ${S}/sysactions.conf ${D}${sysconfdir}/enlightenment/sysactions.conf
+    install -m 0755 ${S}/suspend.sh ${D}${sysconfdir}/enlightenment/suspend.sh
+}





More information about the Openembedded-commits mailing list