summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
index c8e2ff3fd1..f483d6ec43 100644
--- a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
+++ b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
@@ -1,8 +1,10 @@
DESCRIPTION = "Tasks applet switcher for matchbox"
LICENSE = "GPLv2"
-MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl"
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
DEPENDS = "gtk+ libwnck libmatchbox"
+PR = "r1"
+
CFLAGS += "-I${STAGING_INCDIR} \
-I${STAGING_INCDIR}/gtk-2.0 \
-I${STAGING_INCDIR}/glib-2.0 \
@@ -17,6 +19,8 @@ SRC_URI = "http://mail.pdaxrom.org/1.1.0beta1/src/${P}.tar.bz2"
do_install() {
install -d ${D}/${datadir}/applications
+install -d ${D}/${bindir}
+
install -m 755 mb-applet-tasks ${D}/${bindir}
install -m 644 mb-applet-tasks.desktop ${D}/${datadir}/applications
}