From fb4a6099902a082f86f384bf2a97b770121eb621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Jan 2021 12:46:51 +0100 Subject: [PATCH] compton-conf: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It had been deprecatied with 0.16.0. LxQt people suggest picom as replacement Signed-off-by: Andreas Müller --- recipes-lxqt/compton-conf/compton-conf.bb | 14 -------------- recipes-lxqt/packagegroups/lxqt-world.bb | 1 - 2 files changed, 15 deletions(-) delete mode 100644 recipes-lxqt/compton-conf/compton-conf.bb diff --git a/recipes-lxqt/compton-conf/compton-conf.bb b/recipes-lxqt/compton-conf/compton-conf.bb deleted file mode 100644 index 9b6f9350..00000000 --- a/recipes-lxqt/compton-conf/compton-conf.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "GUI configuration tool for compton X composite manager" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" - -inherit lxqt pkgconfig - -DEPENDS += "libconfig" - -SRCREV = "3a624037ee476bec3cce63990dd70f332f002242" -PV = "0.16.0" - -FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" - -RDEPENDS_${PN} += "compton" diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb index 8a739119..669adc13 100644 --- a/recipes-lxqt/packagegroups/lxqt-world.bb +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda inherit packagegroup RDEPENDS_${PN} = " \ - ${@bb.utils.contains("DISTRO_FEATURES", "x11", "compton-conf", "",d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libfm-qt", "",d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "liblxqt", "",d)} \ libqtxdg \