aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
blob: e25ad9ffbd80ec7ea5230beef43dee5b01ee530f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "Tasks applet switcher for matchbox"
LICENSE = "GPLv2"
DEPENDS = "gtk+ libwnck libmatchbox"

PR = "r1"

CFLAGS += "-I${STAGING_INCDIR} \
	   -I${STAGING_INCDIR}/gtk-2.0 \
	   -I${STAGING_INCDIR}/glib-2.0 \
	   -I${STAGING_INCDIR}/freetype2 \
	   -I${STAGING_INCDIR}/atk-1.0 \
	   -I${STAGING_INCDIR}/libwnck-1.0 \
	   -I${STAGING_LIBDIR}/gtk-2.0/include \
	   -I${STAGING_INCDIR}/cairo \
	   -DWNCK_I_KNOW_THIS_IS_UNSTABLE"

SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/download/1.1.0beta4/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
}







SRC_URI[md5sum] = "3442d374f459c607395fd56998a6d7b0"
SRC_URI[sha256sum] = "ae72570a433f4e928c4b424dde003c5035fee765fad23c8df76f4062d67c53a0"