diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:47:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:47:54 +0000 |
commit | 9dc4c9e934eee5a70c21f62dfcbf4c8ee3b2f2f4 (patch) | |
tree | 9c78e2c77149dd71b6ee6c9104c64fc031fdf792 /matchbox-panel | |
parent | 367d79160ef175a20464a7b77db1501310b372bd (diff) |
add section for matchbox things
BKrev: 4151747aoYB285JRN23sio4M-6gzkQ
Diffstat (limited to 'matchbox-panel')
-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" + |