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 = ""