diff options
Diffstat (limited to 'matchbox-panel/matchbox-panel_0.8.3.oe')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.3.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.3.oe b/matchbox-panel/matchbox-panel_0.8.3.oe index e69de29bb2..a8e3a964f8 100644 --- a/matchbox-panel/matchbox-panel_0.8.3.oe +++ b/matchbox-panel/matchbox-panel_0.8.3.oe @@ -0,0 +1,17 @@ +DESCRIPTION = "Matchbox Window Manager Panel" +LICENSE = "GPL" +DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +SECTION = "x11/wm" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ + file://make-batteryapp-less-strict.patch;patch=1" +S = "${WORKDIR}/matchbox-panel-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-nls --enable-small-icons" + +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/pixmaps" + |