summaryrefslogtreecommitdiff
path: root/recipes/shr/shr-launcher_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/shr-launcher_svn.bb')
-rw-r--r--recipes/shr/shr-launcher_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb
index e4a036d9e9..e1e140a56b 100644
--- a/recipes/shr/shr-launcher_svn.bb
+++ b/recipes/shr/shr-launcher_svn.bb
@@ -4,7 +4,7 @@ AUTHOR = "cchandel"
LICENSE = "GPLv2"
SECTION = "e/apps"
DEPENDS = "elementary eina edbus"
-SRCREV = "104"
+SRCREV = "105"
PV = "0.0.1+svnr${SRCPV}"
PR = "r5"
@@ -20,6 +20,7 @@ do_install_append() {
install -d "${D}/${datadir}/applications"
install -m 0644 "${S}/resources/launcher.desktop" "${D}/${datadir}/applications"
install -d "${D}/${datadir}/launcher"
+ install -m 0644 "${S}/resources/launcher.edj" "${D}/${datadir}/launcher"
for ico in "${S}/resources/"*.png; do
if [ "$(basename $ico)" != "launcher.png" ]; then
install -m 0644 $ico "${D}/${datadir}/launcher"