diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-16 13:05:43 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-16 13:05:43 +0000 |
commit | 8fa8f8129d2f7e0685ac3d291b3745fbf2f61e31 (patch) | |
tree | fca0364f444855c99e24e84d3f01f57fd81660e6 /matchbox-panel/matchbox-panel_0.8.1.oe | |
parent | d285ff91876c6fe89c7ef00d017fb032e9ad0d45 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/16 14:05:29+01:00 (none)!cwiiis
Change a lot of gpe-related default settings.
2004/09/16 09:31:39+01:00 (none)!cwiiis
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/16 09:31:28+01:00 (none)!cwiiis
Fix dillo2 building.
BKrev: 41498fa75yPDm4sTXLO7rcKzyq0xaA
Diffstat (limited to 'matchbox-panel/matchbox-panel_0.8.1.oe')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index da78b5ae86..3fe4a58415 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,11 +1,12 @@ -PR = "r3" +PR = "r4" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ - file://more-automake-lossage.patch;patch=1" + file://more-automake-lossage.patch;patch=1 \ + file://make-batteryapp-less-strict.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" inherit autotools pkgconfig |