From eda6bfe7aed3edcf57900309275c12a209d1ea58 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 12 Oct 2022 06:38:03 +0200 Subject: [PATCH] nwg-launchers: update; remove -gtk-icon-style from style.css I dont know where this value does come from. I dont have it and this prevents nwgbar launch. --- recipes-gtk/nwg-shell/nwg-launchers_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-gtk/nwg-shell/nwg-launchers_git.bb b/recipes-gtk/nwg-shell/nwg-launchers_git.bb index 799cda3..417ba11 100644 --- a/recipes-gtk/nwg-shell/nwg-launchers_git.bb +++ b/recipes-gtk/nwg-shell/nwg-launchers_git.bb @@ -27,7 +27,7 @@ PACKAGECONFIG ?= " \ SRC_URI = " \ git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \ " -SRCREV = "8d152bb725c8bd79b71c0c458bce65a51ab80b79" +SRCREV = "eb007dd3e583a007e0055973453c8ec149ec0b01" PV = "0.6.3" S = "${WORKDIR}/git" @@ -36,5 +36,9 @@ inherit meson pkgconfig EXTRA_OEMESON += "--buildtype release" +do_install:append() { + sed -i '/-gtk-icon-style/d' ${D}${datadir}/nwg-launchers/nwgbar/style.css +} + BBCLASSEXTEND = ""