]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-panel/matchbox-panel_0.8.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / matchbox-panel / matchbox-panel_0.8.3.bb
1 DESCRIPTION = "Matchbox Window Manager Panel"
2 LICENSE = "GPL"
3 DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
4 SECTION = "x11/wm"
5 PR = "r1"
6
7 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \
8         file://make-batteryapp-less-strict.patch;patch=1 \
9         file://wifi-location.patch;patch=1"
10 S = "${WORKDIR}/matchbox-panel-${PV}"
11
12 inherit autotools pkgconfig gettext
13
14 EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons"
15
16 FILES_${PN} = "${bindir} \
17                ${datadir}/applications \
18                ${datadir}/pixmaps"
19