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.
This commit is contained in:
Markus Volk 2022-10-12 06:38:03 +02:00
parent 7f5733620d
commit eda6bfe7ae

View File

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