From 57d70c41e8402c8a21cc3015ff177d0ae0a1651c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 25 Jun 2018 23:09:18 +0200 Subject: [PATCH 1/3] libfm-qt: update to 0.13.1 Signed-off-by: Max Krummenacher --- recipes-lxqt/libfm-qt/libfm-qt_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/libfm-qt/libfm-qt_git.bb b/recipes-lxqt/libfm-qt/libfm-qt_git.bb index 9605e1a9..4dfe20dd 100644 --- a/recipes-lxqt/libfm-qt/libfm-qt_git.bb +++ b/recipes-lxqt/libfm-qt/libfm-qt_git.bb @@ -11,8 +11,8 @@ DEPENDS += "qtx11extras glib-2.0 libfm menu-cache libxcb liblxqt" CMAKE_ALIGN_FILES_FIND = "*targets.cmake" SRC_URI += "file://0001-fix-cross-include-path.patch" -SRCREV = "42c538bd1d4a30a53509ab8b2e8a9437482acbec" -PV = "0.13.0" +SRCREV = "422f867a94442fdfe5db06836403b5bc7b5c68db" +PV = "0.13.1" FILES_${PN} += "${datadir}/mime" From c0d41d52929182fa6076562b6cb17b6ef8663070 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 29 Sep 2018 16:09:15 +0200 Subject: [PATCH 2/3] lxqt.bbclass: move uri to github/lxqt With the 0.13 release the repositories moved from github/lxde to github/lxqt. https://blog.lxqt.org/2018/03/repository-move-finished/ Signed-off-by: Max Krummenacher --- classes/lxqt.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/lxqt.bbclass b/classes/lxqt.bbclass index d96871e4..f96eac93 100644 --- a/classes/lxqt.bbclass +++ b/classes/lxqt.bbclass @@ -4,7 +4,7 @@ HOMEPAGE = "http://lxqt.org/" DEPENDS += "lxqt-build-tools qtbase qttools-native" -SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master" +SRC_URI = "git://github.com/lxqt/${BPN}.git;protocol=git;branch=master" S = "${WORKDIR}/git" EXTRA_OECMAKE += " \ From 3064cd52bcf08fa128d15aebbae1a808b0eb0ecd Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 3 Oct 2018 20:53:46 +0200 Subject: [PATCH 3/3] layer.conf: Add thud to LAYERSERIES_COMPAT Signed-off-by: Max Krummenacher --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index acf2dd79..b5808b74 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,7 +11,7 @@ BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-qt5-extra = "20" LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer multimedia-layer" -LAYERSERIES_COMPAT_meta-qt5-extra = "sumo" +LAYERSERIES_COMPAT_meta-qt5-extra = "sumo thud" LICENSE_PATH += "${LAYERDIR}/files/licenses"