From 556f245ff2c9549f9a4feed47336292ccbc50912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Nov 2015 22:58:40 +0100 Subject: [PATCH] compton-conf: update to latest sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit COPYING saw formatting changes only Signed-off-by: Andreas Müller --- recipes-lxqt/compton-conf/compton-conf_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-lxqt/compton-conf/compton-conf_git.bb b/recipes-lxqt/compton-conf/compton-conf_git.bb index 6a4ff578..8f4710e8 100644 --- a/recipes-lxqt/compton-conf/compton-conf_git.bb +++ b/recipes-lxqt/compton-conf/compton-conf_git.bb @@ -1,16 +1,14 @@ SUMMARY = "GUI configuration tool for compton X composite manager" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" +LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" inherit lxqt pkgconfig DEPENDS += "libconfig" -SRCREV = "8ae8fbb95e2958adeaac681077a2751a1a776a07" +SRCREV = "6fe880a827f4a003707c9f44b0be4ac5dcfd57a8" PV = "0.1.0+git${SRCPV}" FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" -EXTRA_OECMAKE += "-DUSE_QT5=ON" - RDEPENDS_${PN} += "compton"