aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox-panel
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-22 12:47:54 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-22 12:47:54 +0000
commit9dc4c9e934eee5a70c21f62dfcbf4c8ee3b2f2f4 (patch)
tree9c78e2c77149dd71b6ee6c9104c64fc031fdf792 /matchbox-panel
parent367d79160ef175a20464a7b77db1501310b372bd (diff)
downloadopenembedded-9dc4c9e934eee5a70c21f62dfcbf4c8ee3b2f2f4.tar.gz
add section for matchbox things
BKrev: 4151747aoYB285JRN23sio4M-6gzkQ
Diffstat (limited to 'matchbox-panel')
-rw-r--r--matchbox-panel/matchbox-panel_0.8.3.oe17
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"
+