From b29e4abdcc32960d7c6696b117fa9c6cf002b4d7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 18 Jun 2013 01:18:47 +0200 Subject: lxpanel: update to 0.5.12 --- .../lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch | 20 +++++++++++++++++++ recipes-lxde/lxpanel/lxpanel_0.5.12.bb | 23 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch create mode 100644 recipes-lxde/lxpanel/lxpanel_0.5.12.bb diff --git a/recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch b/recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch new file mode 100644 index 0000000..16cda10 --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch @@ -0,0 +1,20 @@ +diff -NrU5 lxpanel-0.5.6.original/data/default/panels/panel.in lxpanel-0.5.6/data/default/panels/panel.in +--- lxpanel-0.5.6.original/data/default/panels/panel.in 2010-02-08 00:37:52.000000000 -0600 ++++ lxpanel-0.5.6/data/default/panels/panel.in 2010-12-26 12:49:42.000000000 -0600 +@@ -50,16 +50,10 @@ + type = launchbar + Config { + Button { + id=pcmanfm.desktop + } +- Button { +- id=gnome-terminal.desktop +- } +- Button { +- id=firefox.desktop +- } + } + } + + Plugin { + type = space diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.12.bb b/recipes-lxde/lxpanel/lxpanel_0.5.12.bb new file mode 100644 index 0000000..a50762f --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel_0.5.12.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "LXDE Panel" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +PR = "r0" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183" + +RDEPENDS_{PN} = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib" +DEPENDS = "${RDEPENDS}" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \ + file://lxpanel-0.5.6-broken-apps.patch \ +" +SRC_URI[md5sum] = "30def9a0aa3c517e102295e8a7bc17fd" +SRC_URI[sha256sum] = "11cfe76f6241bbac556e57a6efc079b6e10dceea76a8bdaf4c749afdb81d15ab" + +inherit autotools gettext pkgconfig + +EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all" + +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" -- cgit v1.2.3