From 6dd58e0684bb64c9f8a60c330a64986db0f5c013 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Sun, 19 Sep 2021 17:19:52 +0200 Subject: [PATCH] nwg-launchers: update --- ...g_tools.cc-fix-build-without-gdk-x11.patch | 26 ------------------- .../nwg-shell/nwg-launchers_git.bb | 3 +-- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 recipes-support/nwg-shell/nwg-launchers/0001-nwg_tools.cc-fix-build-without-gdk-x11.patch diff --git a/recipes-support/nwg-shell/nwg-launchers/0001-nwg_tools.cc-fix-build-without-gdk-x11.patch b/recipes-support/nwg-shell/nwg-launchers/0001-nwg_tools.cc-fix-build-without-gdk-x11.patch deleted file mode 100644 index 0ee31c4..0000000 --- a/recipes-support/nwg-shell/nwg-launchers/0001-nwg_tools.cc-fix-build-without-gdk-x11.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 2520ce268d028e775179f9a48903827c56399528 Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Tue, 27 Jul 2021 03:47:22 +0200 -Subject: [PATCH] nwg_tools.cc: fix build without gdk-x11 - -Signed-off-by: Markus Volk ---- - common/nwg_tools.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/common/nwg_tools.cc b/common/nwg_tools.cc -index 834a9e3..92bae6a 100644 ---- a/common/nwg_tools.cc -+++ b/common/nwg_tools.cc -@@ -83,7 +83,7 @@ std::string detect_wm(const Glib::RefPtr& display, const Glib::Ref - * but let's try to find a WM name if possible. If not, let it be just "other" */ - std::string wm_name{"other"}; - --#ifdef GDK_WINDOWING_X11 -+#ifdef HAVE_GDK_X11 - { - auto* g_display = display->gobj(); - auto* g_screen = screen->gobj(); --- -2.25.1 - diff --git a/recipes-support/nwg-shell/nwg-launchers_git.bb b/recipes-support/nwg-shell/nwg-launchers_git.bb index 52754f7..9c6bfdc 100644 --- a/recipes-support/nwg-shell/nwg-launchers_git.bb +++ b/recipes-support/nwg-shell/nwg-launchers_git.bb @@ -26,10 +26,9 @@ PACKAGECONFIG ?= " \ SRC_URI = " \ git://github.com/nwg-piotr/nwg-launchers.git;protocol=https \ - file://0001-nwg_tools.cc-fix-build-without-gdk-x11.patch \ " SRCREV = "v${PV}" -PV = "0.5.0" +PV = "0.6.1" S = "${WORKDIR}/git"