From 85b18ccb8b367e52854290f1a98f134fbd8d6d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 14 Nov 2017 11:51:47 +0100 Subject: [PATCH] compton-conf: update 0.2.1 -> 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/compton-conf/compton-conf_git.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/compton-conf/compton-conf_git.bb b/recipes-lxqt/compton-conf/compton-conf_git.bb index adb22bc2..d5ee4665 100644 --- a/recipes-lxqt/compton-conf/compton-conf_git.bb +++ b/recipes-lxqt/compton-conf/compton-conf_git.bb @@ -6,9 +6,13 @@ inherit lxqt pkgconfig DEPENDS += "libconfig" -SRCREV = "841c35ad043f4ee5b6eab317068aa5d449eeb9f8" -PV = "0.2.1" +SRCREV = "166a42fcbb802a122ca8614871cae98604be061f" +PV = "0.3.0" FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" RDEPENDS_${PN} += "compton" + +RPROVIDES_${PN} += "lxqt-common" +RREPLACES_${PN} += "lxqt-common" +RCONFLICTS_${PN} += "lxqt-common"