diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 21:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 21:40:07 +0000 |
commit | 68db6eb60ed994a18abc65704cf8c8c7bcc18f9f (patch) | |
tree | 86172711c8e3ebfd4f86e15fb7665dc0acfb63b7 /packages/matchbox-panel/matchbox-panel_0.8.3.bb | |
parent | 07f3b88a9ad36cb2699814632375a41918ec3338 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/30 21:33:36+00:00 nexus.co.uk!pb
add xauth to meta-gpe so that X forwarding over ssh works
2004/12/30 21:25:27+00:00 nexus.co.uk!pb
apply patch from Bob Davies to correct serial port device naming in gpe-conf
2004/12/30 21:16:44+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2004/12/30 21:16:21+00:00 nexus.co.uk!pb
add xdemineur to gpe-games task package
2004/12/30 21:55:32+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2004/12/30 20:53:08+00:00 nexus.co.uk!pb
add patch for "wifi monitor always appears on far left" bug
2004/12/30 21:52:59+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2004/12/30 21:52:40+01:00 dyndns.org!reenoo
gpe-filemanager: add missing RRECOMMENDS on gnome-vfs-plugin-file. Thanks to Jelle Kalf for spotting this.
2004/12/30 20:47:26+00:00 nexus.co.uk!pb
update gpe-appmgr to 2.6
2004/12/30 20:42:17+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2004/12/30 20:41:53+00:00 nexus.co.uk!pb
apply libxfont patch to fix crash when no core fonts are installed
BKrev: 41d475b7RK7vCbYGeNALrUvhepK0QQ
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.8.3.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.8.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.8.3.bb b/packages/matchbox-panel/matchbox-panel_0.8.3.bb index e69de29bb2..1566cce487 100644 --- a/packages/matchbox-panel/matchbox-panel_0.8.3.bb +++ b/packages/matchbox-panel/matchbox-panel_0.8.3.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Matchbox Window Manager Panel" +LICENSE = "GPL" +DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +SECTION = "x11/wm" +PR = "r1" + +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 \ + file://wifi-location.patch;patch=1" +S = "${WORKDIR}/matchbox-panel-${PV}" + +inherit autotools pkgconfig gettext + +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" + +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/pixmaps" + |