From 3af50e4bf283197e552cc10cdf59c04c86a0f474 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 15 Oct 2013 14:02:43 +0200 Subject: lxpanel: update to 0.6.1 --- .../lxpanel/lxpanel/lxpanel-broken-apps.patch | 20 +++++++++++++++++++ meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb | 23 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch create mode 100644 meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb diff --git a/meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch b/meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch new file mode 100644 index 0000000..16cda10 --- /dev/null +++ b/meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-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/meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb b/meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb new file mode 100644 index 0000000..1954bf4 --- /dev/null +++ b/meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.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 libwnck wireless-tools" +DEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib libwnck wireless-tools" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \ + file://lxpanel-broken-apps.patch \ +" +SRC_URI[md5sum] = "e96e191c4ffb7b475a6ba06455ecf7fa" +SRC_URI[sha256sum] = "a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb" + +inherit autotools gettext pkgconfig + +EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all" + +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" -- cgit v1.2.3