From f1a8b15c2dd332bef96d80b0b10252cce5fdcf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 14 Nov 2017 13:09:05 +0100 Subject: [PATCH] lxqt-notificationd: update 0.11.1 -> 0.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb b/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb index e32f0ccc..c789c518 100644 --- a/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb +++ b/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb @@ -6,5 +6,9 @@ inherit lxqt DEPENDS += "liblxqt libqtxdg kwindowsystem" -SRCREV = "8ad692387e3d76dbb0518f00088995e60ed60d90" -PV = "0.11.1" +SRCREV = "6a93910037d2d59bd885fa71e2ea713778376869" +PV = "0.12.0" + +RPROVIDES_${PN} += "lxqt-common" +RREPLACES_${PN} += "lxqt-common" +RCONFLICTS_${PN} += "lxqt-common"