From f551690125ae5f09ecbc842e9e12786ca9d7ac59 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 21 Oct 2017 16:14:22 +0200 Subject: lxde-common: update to 0.99.2 Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxde-common/lxde-common_0.99.1.bb | 25 ------------------------- recipes-lxde/lxde-common/lxde-common_0.99.2.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-lxde/lxde-common/lxde-common_0.99.1.bb create mode 100644 recipes-lxde/lxde-common/lxde-common_0.99.2.bb diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.1.bb b/recipes-lxde/lxde-common/lxde-common_0.99.1.bb deleted file mode 100644 index baf31d5..0000000 --- a/recipes-lxde/lxde-common/lxde-common_0.99.1.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" - -RDEPENDS_${PN} = "lxde-icon-theme" -DEPENDS = "intltool-native" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz \ - file://lxde-common-replace_am_glib_gnu_gettext.patch \ -" - -SRC_URI[md5sum] = "3ab92bd7bcff8bc8e6395651d164cf76" -SRC_URI[sha256sum] = "8ca5ea3185fd3cacc28116cd9adfdc3b1d92a4ff891fccf135d35f0224c29827" - -inherit autotools gettext 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.2.bb b/recipes-lxde/lxde-common/lxde-common_0.99.2.bb new file mode 100644 index 0000000..523e166 --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common_0.99.2.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" + +RDEPENDS_${PN} = "lxde-icon-theme" +DEPENDS = "intltool-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz \ + file://lxde-common-replace_am_glib_gnu_gettext.patch \ +" + +SRC_URI[md5sum] = "14a9d19c4576dc15d985453ccb8ca9f6" +SRC_URI[sha256sum] = "1cd9bc900960c995d48ffbbdc86ecffda7c806168c67aaa50c53113794234856" + +inherit autotools gettext 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