From 0b360f10eef434403f152c876377adb10033f133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 17 Jan 2016 22:27:26 +0100 Subject: [PATCH] pcmanfm-qt: update to 0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit parts of pcmanfm-qt were splitted out to libfm-qt Signed-off-by: Andreas Müller --- recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb index e3bfe428..a88bad9e 100644 --- a/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb +++ b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb @@ -1,14 +1,14 @@ SUMMARY = "File manager and desktop icon manager (Qt port of PCManFM and libfm)" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b" REQUIRED_DISTRO_FEATURES = "x11" inherit lxqt pkgconfig distro_features_check -DEPENDS += "qtx11extras glib-2.0 libxcb libfm menu-cache" +DEPENDS += "qtx11extras libxcb libfm-qt" -SRCREV = "aa00f0639f659f20185c4ae4cfe9ad3ca6467baa" -PV = "0.10.0" +SRCREV = "a7533049f24bc02933ce00f61d123a069b51553a" +PV = "0.10.1" RRECOMMENDS_${PN} = "gvfs gvfsd-trash eject"