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

git version control git at git.openembedded.org
Thu Sep 17 18:38:59 UTC 2009


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

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

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

---

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

diff --git a/recipes/shr/e-wm-menu-shr_git.bb b/recipes/shr/e-wm-menu-shr_git.bb
new file mode 100644
index 0000000..94529e3
--- /dev/null
+++ b/recipes/shr/e-wm-menu-shr_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "illume SHR applications.menu config"
+SECTION = "e/utils"
+LICENSE = "MIT BSD"
+PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}"
+
+RPROVIDES_${PN} = "e-wm-menu"
+RCONFLICTS_${PN} = "e-wm-menu"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+FILES_${PN} = "${sysconfdir}/xdg/menus/applications.menu"
+
+do_install() {
+    install -d ${D}${sysconfdir}/xdg/menus
+    install -m 0755 ${S}/applications.menu ${D}${sysconfdir}/xdg/menus/applications.menu
+}





More information about the Openembedded-commits mailing list