diff options
author | Koen Kooi <koen@openembedded.org> | 2005-01-24 19:51:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-01-24 19:51:53 +0000 |
commit | 0a0cd1508b8f335daae9f78646950bb6332ad947 (patch) | |
tree | a424c16ba49794ea2f9e994537c2d598b377942e /packages/matchbox-panel/matchbox-panel_0.9.1.bb | |
parent | 0afae7a0356c706015bbae9e57f87169178d4f95 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/24 20:51:24+01:00 (none)!koen
fix matchbox 0.9.1 URIs to use 0.9
BKrev: 41f551d9LY_1my6LqVwt6sSQTS6jew
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.1.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.1.bb b/packages/matchbox-panel/matchbox-panel_0.9.1.bb index e69de29bb2..a96962cccf 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.1.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Matchbox Window Manager Panel" +LICENSE = "GPL" +DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +SECTION = "x11/wm" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig gettext + +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" + +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/pixmaps" + |