From f69ffe4cebf94f48f02838002dbc3544b3ffb460 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 15 Oct 2013 15:25:30 +0200 Subject: lxpanel: fix paths in git repo --- .../lxpanel/lxpanel/lxpanel-broken-apps.patch | 20 ------------------- meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb | 23 ---------------------- .../lxpanel/lxpanel/lxpanel-broken-apps.patch | 20 +++++++++++++++++++ recipes-lxde/lxpanel/lxpanel_0.6.1.bb | 23 ++++++++++++++++++++++ 4 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch delete mode 100644 meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb create mode 100644 recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch create mode 100644 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 deleted file mode 100644 index 16cda10..0000000 --- a/meta-lxde/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 deleted file mode 100644 index 1954bf4..0000000 --- a/meta-lxde/recipes-lxde/lxpanel/lxpanel_0.6.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -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" diff --git a/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch b/recipes-lxde/lxpanel/lxpanel/lxpanel-broken-apps.patch new file mode 100644 index 0000000..16cda10 --- /dev/null +++ b/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/recipes-lxde/lxpanel/lxpanel_0.6.1.bb b/recipes-lxde/lxpanel/lxpanel_0.6.1.bb new file mode 100644 index 0000000..1954bf4 --- /dev/null +++ b/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