From abfef776aba7bc88650befba182364624453bb79 Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Mon, 7 Nov 2011 22:21:36 +0100 Subject: Import some more LXDE recipes. --- .../lxde-icon-theme/lxde-icon-theme_0.0.1.bb | 17 +++++++++++++++ recipes-lxde/lxappearance/lxappearance_0.5.1.bb | 15 ++++++++++++++ .../lxde-common-0.5.5-logout.patch | 14 +++++++++++++ recipes-lxde/lxde-common/lxde-common_0.5.5.bb | 24 ++++++++++++++++++++++ recipes-lxde/lxmenu-data/lxmenu-data_0.1.2.bb | 17 +++++++++++++++ .../lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch | 20 ++++++++++++++++++ recipes-lxde/lxpanel/lxpanel_0.5.8.bb | 20 ++++++++++++++++++ recipes-lxde/lxsession/lxsession_0.4.6.1.bb | 22 ++++++++++++++++++++ recipes-lxde/menu-cache/menu-cache_0.3.2.bb | 15 ++++++++++++++ 9 files changed, 164 insertions(+) create mode 100644 recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.1.bb create mode 100644 recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch create mode 100644 recipes-lxde/lxde-common/lxde-common_0.5.5.bb create mode 100644 recipes-lxde/lxmenu-data/lxmenu-data_0.1.2.bb create mode 100644 recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch create mode 100644 recipes-lxde/lxpanel/lxpanel_0.5.8.bb create mode 100644 recipes-lxde/lxsession/lxsession_0.4.6.1.bb create mode 100644 recipes-lxde/menu-cache/menu-cache_0.3.2.bb diff --git a/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb new file mode 100644 index 0000000..ec54ac8 --- /dev/null +++ b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION="nuoveXT2 iconset" +HOMEPAGE="http://lxde.sf.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" + +RDEPENDS = "gtk+" +DEPENDS = "${RDEPENDS} pkgconfig-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "0c6ed34bb678f832345fc4495647a705" +SRC_URI[sha256sum] = "a75c0412033a0a0bf6b3912bb37409fbdae1b9a574f2821929aca8749e7ff3a3" + +inherit autotools gettext + +FILES_${PN} += "${datadir}/icons" diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb new file mode 100644 index 0000000..bf0a230 --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "LXDE GTK+ theme switcher" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +RDEPENDS = "gtk+" +DEPENDS = "${RDEPENDS} intltool-native pkgconfig-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "34d157a7fe97ef0b93db8fab3f251e07" +SRC_URI[sha256sum] = "74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade" + +inherit autotools gettext diff --git a/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch b/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch new file mode 100644 index 0000000..129fb9a --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch @@ -0,0 +1,14 @@ +Index: lxde-common-0.5.5/Makefile.am +=================================================================== +--- lxde-common-0.5.5.orig/Makefile.am ++++ lxde-common-0.5.5/Makefile.am +@@ -20,6 +20,9 @@ images_DATA= \ + images/logout-banner.png \ + images/lxde-icon.png + ++lxlogoutdir=$(datadir)/applications/ ++lxlogout_DATA=lxde-logout.desktop ++ + lxpaneldir=$(datadir)/lxpanel/profile/LXDE + lxpanel_DATA=lxpanel/config + diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb new file mode 100644 index 0000000..e1bc7b8 --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb @@ -0,0 +1,24 @@ +DESCRIPTION="LXDE Session default configuration files" +HOMEPAGE="http://lxde.sf.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced" + +RDEPENDS = "gtk+ lxde-icon-theme" +DEPENDS = "${RDEPENDS} pkgconfig-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \ + file://lxde-common-0.5.5-logout.patch" +SRC_URI[md5sum] = "e51a6b2a815a89fda1f497b509465a97" +SRC_URI[sha256sum] = "ee18a09b64a442b33c1b54f0269649a1b4d9490460c400a07ed785d41bf6dde6" + +inherit autotools update-alternatives + +FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions" + +ALTERNATIVE_PATH = "${bindir}/startlxde" +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PRIORITY = "15" + diff --git a/recipes-lxde/lxmenu-data/lxmenu-data_0.1.2.bb b/recipes-lxde/lxmenu-data/lxmenu-data_0.1.2.bb new file mode 100644 index 0000000..eeb5816 --- /dev/null +++ b/recipes-lxde/lxmenu-data/lxmenu-data_0.1.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "LXDE desktop menu data" +HOMEPAGE = "http://lxde.sourceforge.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b99dd46479fb9eb2899071cd03f6cb86" + +DEPENDS = "pkgconfig-native intltool" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "2184ab3746d572477f1bea7e98e230a8" +SRC_URI[sha256sum] = "34c285a0430404e815263a4bb33a79eb47b168c56469be0f7ffb19730a57a045" + +inherit autotools gettext + +FILES_${PN} += "${datadir}/desktop-directories/" + diff --git a/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch b/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch new file mode 100644 index 0000000..16cda10 --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel-0.5.8/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.8.bb b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb new file mode 100644 index 0000000..333e3ee --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "LXDE Panel" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183" + +RDEPENDS = "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] = "129fae75d1cd3983fd94542c573a70a1" +SRC_URI[sha256sum] = "6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd" + +inherit autotools gettext + +EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all" + +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" diff --git a/recipes-lxde/lxsession/lxsession_0.4.6.1.bb b/recipes-lxde/lxsession/lxsession_0.4.6.1.bb new file mode 100644 index 0000000..abcce5a --- /dev/null +++ b/recipes-lxde/lxsession/lxsession_0.4.6.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "LXDE session manager" +HOMEPAGE = "http://lxde.sf.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=a76102f7f48780284bee49e6edaeb5a9" + +COMMON_DEPENDS = "gtk+ glib-2.0 lxde-common dbus" +DEPENDS = "${COMMON_DEPENDS} xproto virtual/libx11" +RDEPENDS = "${COMMON_DEPENDS} upower" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "e456b64c5ab3652a4dec661ec706dc6e" +SRC_URI[sha256sum] = "bd6a7ef3c0ba4b9eedf3c58624dbce8bbbba3b179abbc552bf10c2830eec3ee1" + +inherit autotools gettext + +EXTRA_OECONF += "--enable-dbus" + +#RPROVIDES_${PN} = "lxsession-lite" +FILES_${PN} += "${datadir}/lxsession" + diff --git a/recipes-lxde/menu-cache/menu-cache_0.3.2.bb b/recipes-lxde/menu-cache/menu-cache_0.3.2.bb new file mode 100644 index 0000000..61ccc7b --- /dev/null +++ b/recipes-lxde/menu-cache/menu-cache_0.3.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "LXDE menu cache" +HOMEPAGE = "http://lxde.sourceforge.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +RDEPENDS = "glib-2.0" +DEPENDS = "${RDEPENDS} pkgconfig-native intltool" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" +SRC_URI[md5sum] = "ac4a9ea77db68d3db3f9f53cc75af66a" +SRC_URI[sha256sum] = "6b7c1627b5102d8301a8a3e845f673a7181a71dde32f6455abf22d03e392b89f" + +inherit autotools gettext -- cgit v1.2.3