From 2947b5ca80a484cba9b6aa9e5ce9ca12195f97de Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Mar 2016 19:37:16 +0200 Subject: lxpanel: update to 0.8.2 Signed-off-by: Max Krummenacher --- recipes-lxde/lxpanel/lxpanel_0.8.1.bb | 21 --------------------- recipes-lxde/lxpanel/lxpanel_0.8.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-lxde/lxpanel/lxpanel_0.8.1.bb create mode 100644 recipes-lxde/lxpanel/lxpanel_0.8.2.bb diff --git a/recipes-lxde/lxpanel/lxpanel_0.8.1.bb b/recipes-lxde/lxpanel/lxpanel_0.8.1.bb deleted file mode 100644 index 1a20efe..0000000 --- a/recipes-lxde/lxpanel/lxpanel_0.8.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "LXDE Panel" -HOMEPAGE = "http://lxde.org/" -SECTION = "x11" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183" - -DEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib libwnck wireless-tools pcmanfm libxml2 keybinder" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxpanel-${PV}.tar.xz \ - file://lxpanel-broken-apps.patch \ -" -SRC_URI[md5sum] = "6ea8dea8dc6c781b7adfbccbcd59c512" -SRC_URI[sha256sum] = "c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0" - -inherit autotools gettext pkgconfig - -EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all" - -FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" -FILES_${PN}-dev += "${libdir}/lxpanel/*.so" diff --git a/recipes-lxde/lxpanel/lxpanel_0.8.2.bb b/recipes-lxde/lxpanel/lxpanel_0.8.2.bb new file mode 100644 index 0000000..58bbb22 --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel_0.8.2.bb @@ -0,0 +1,21 @@ +SUMMARY = "LXDE Panel" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183" + +DEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib libwnck wireless-tools pcmanfm libxml2 keybinder" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxpanel-${PV}.tar.xz \ + file://lxpanel-broken-apps.patch \ +" +SRC_URI[md5sum] = "8d7c93c4ebb4af8bf436ef6d3aee4ea9" +SRC_URI[sha256sum] = "516ac4c83494ee99b2a0d2466458519a9a2668272eeff6d2162af3683b634104" + +inherit autotools gettext pkgconfig + +EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all" + +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" +FILES_${PN}-dev += "${libdir}/lxpanel/*.so" -- cgit v1.2.3