e-wm-menu-shr: Add recipe (from SHR)
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 17 Sep 2009 16:50:39 +0000 (16:50 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 17 Sep 2009 18:38:24 +0000 (18:38 +0000)
recipes/shr/e-wm-menu-shr_git.bb [new file with mode: 0644]

diff --git a/recipes/shr/e-wm-menu-shr_git.bb b/recipes/shr/e-wm-menu-shr_git.bb
new file mode 100644 (file)
index 0000000..94529e3
--- /dev/null
@@ -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
+}