From 0f96c5c61018de220a4ed8c5e5832afcb7c894c9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 30 Dec 2014 00:03:06 +0100 Subject: lxde-common: update to 0.99.0 --- recipes-lxde/lxde-common/lxde-common_0.5.5.bb | 25 ------------------------- recipes-lxde/lxde-common/lxde-common_0.99.0.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-lxde/lxde-common/lxde-common_0.5.5.bb create mode 100644 recipes-lxde/lxde-common/lxde-common_0.99.0.bb diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb deleted file mode 100644 index fae229f..0000000 --- a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION="LXDE Session default configuration files" -HOMEPAGE="http://lxde.sf.net/" -SECTION = "x11" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced" - -PR = "r1" - -RDEPENDS_{PN} = "gtk+ lxde-icon-theme" -DEPENDS = "gtk+ lxde-icon-theme" - -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 pkgconfig update-alternatives - -FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions" - -ALTERNATIVE_${PN} = "x-window-manager" -ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager" -ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/startlxde" -ALTERNATIVE_PRIORITY[x-window-manager] = "15" diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.0.bb b/recipes-lxde/lxde-common/lxde-common_0.99.0.bb new file mode 100644 index 0000000..050f9bf --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common_0.99.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION="LXDE Session default configuration files" +HOMEPAGE="http://lxde.sf.net/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced" + +PR = "r1" + +RDEPENDS_{PN} = "lxde-icon-theme" +DEPENDS = "gtk+ lxde-icon-theme intltool-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "5a417f5a0e5b510a0c018b66b0dc4081" +SRC_URI[sha256sum] = "43f17bf92e4695fdf2476c1964990d1d61c832726dd0778ae4cb462b9d29335c" + +inherit autotools pkgconfig update-alternatives + +FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions" + +ALTERNATIVE_${PN} = "x-window-manager" +ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager" +ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/startlxde" +ALTERNATIVE_PRIORITY[x-window-manager] = "15" -- cgit v1.2.3