diff --git a/recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.0.bb b/recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.2.bb similarity index 85% rename from recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.0.bb rename to recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.2.bb index d110abb..6870575 100644 --- a/recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.0.bb +++ b/recipes-gtk/gtk-layer-shell/gtk-layer-shell_0.9.2.bb @@ -19,13 +19,9 @@ SRC_URI = " \ git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master \ " -SRCREV = "984dbbfc1d64c763e15a56dff662af267b551f68" +SRCREV = "137d02c8328328b109446601dcd663a0986ea0a2" inherit meson pkgconfig features_check gobject-introspection vala EXTRA_OEMESON += "--buildtype release" -FILES:${PN} = "${datadir} ${libdir}" - -BBCLASSEXTEND = "" - diff --git a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.0.4.bb b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.1.1.bb similarity index 70% rename from recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.0.4.bb rename to recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.1.1.bb index 60b347c..d9b0e72 100644 --- a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.0.4.bb +++ b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_1.1.1.bb @@ -19,13 +19,13 @@ SRC_URI = " \ git://github.com/wmww/gtk4-layer-shell.git;protocol=https;branch=main \ " -SRCREV = "536ff516ed68b9bb34afc4c07f942a54b2b4b03f" +SRCREV = "4867d7b85cdf1e829fc1fd6f1d5f04c42cc99389" inherit meson pkgconfig features_check gobject-introspection vala EXTRA_OEMESON += "--buildtype release" -FILES:${PN} = "${datadir} ${libdir}" - -BBCLASSEXTEND = "" +# Overwrite FILES_SOLIBSDEV to prevent “liblayer-shell-preload.so” from being added to the dev package. +FILES_SOLIBSDEV = "${libdir}/libgtk4-layer-shell.so" +FILES:${PN} += "${libdir}/liblayer-shell-preload.so"