diff options
Diffstat (limited to 'packages/matchbox-panel')
3 files changed, 4 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel-0.9.1/allow-100-per-cent-battery.patch b/packages/matchbox-panel/matchbox-panel-0.9.1/allow-100-per-cent-battery.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-panel/matchbox-panel-0.9.1/allow-100-per-cent-battery.patch diff --git a/packages/matchbox-panel/matchbox-panel-0.9.1/no_time_support.patch b/packages/matchbox-panel/matchbox-panel-0.9.1/no_time_support.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-panel/matchbox-panel-0.9.1/no_time_support.patch diff --git a/packages/matchbox-panel/matchbox-panel_0.9.1.bb b/packages/matchbox-panel/matchbox-panel_0.9.1.bb index a96962cccf..bf892db29c 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.1.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.1.bb @@ -2,8 +2,11 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" SECTION = "x11/wm" +PR = "r1" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ + file://allow-100-per-cent-battery.patch;patch=1 \ + file://no_time_support.patch;patch=1" inherit autotools pkgconfig gettext |