From f118346ac37052d002c299f0abb079fd28eb4fac Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 16 Oct 2015 09:16:07 +0200 Subject: lxpanel: update to 0.8.1 --- recipes-lxde/lxpanel/lxpanel_0.8.0.bb | 23 ----------------------- recipes-lxde/lxpanel/lxpanel_0.8.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 recipes-lxde/lxpanel/lxpanel_0.8.0.bb create mode 100644 recipes-lxde/lxpanel/lxpanel_0.8.1.bb diff --git a/recipes-lxde/lxpanel/lxpanel_0.8.0.bb b/recipes-lxde/lxpanel/lxpanel_0.8.0.bb deleted file mode 100644 index cfec161..0000000 --- a/recipes-lxde/lxpanel/lxpanel_0.8.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "LXDE Panel" -HOMEPAGE = "http://lxde.org/" -SECTION = "x11" - -PR = "r0" - -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] = "aa5bc73f4fe1d8006248a1f45f0a8a21" -SRC_URI[sha256sum] = "94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415" - -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.1.bb b/recipes-lxde/lxpanel/lxpanel_0.8.1.bb new file mode 100644 index 0000000..1a20efe --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel_0.8.1.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] = "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" -- cgit v1.2.3