pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gtk4: fix patch



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Feb 16 17:09:07 2026 +0100
Changeset:	33502953ac4b13eac85ab3b6fd4012720cebaf18

Modified Files:
	gtk4/distinfo
	gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c

Log Message:
gtk4: fix patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33502953ac4b13eac85ab3b6fd4012720cebaf18

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gtk4/distinfo                                    |  2 +-
 gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/gtk4/distinfo b/gtk4/distinfo
index 44c098eed1..6f55724408 100644
--- a/gtk4/distinfo
+++ b/gtk4/distinfo
@@ -3,6 +3,6 @@ $NetBSD: distinfo,v 1.31 2026/01/06 20:06:35 adam Exp $
 BLAKE2s (gtk-4.20.3.tar.xz) = ded1e613ce985ec1723496fe9a3d6a78dbf727047242e2e389de183c148a5baa
 SHA512 (gtk-4.20.3.tar.xz) = 9ae8d2fb6fc6b3780587e70cbf4bff972dd36eedce79d91de874cc813ba3cb100ce6cce076e063e4606e0e32aa51d05c625dd272d5766190045f32b3754368f1
 Size (gtk-4.20.3.tar.xz) = 16003020 bytes
-SHA1 (patch-gdk_wayland_gdkseat-wayland.c) = dca273b6d0d1874590e31c3a9f5194b8adf0ecf5
+SHA1 (patch-gdk_wayland_gdkseat-wayland.c) = e5ec092e35a8de1e0080a9648e9f836b0c965dbe
 SHA1 (patch-meson.build) = ed697477ebfa2b06559877170cc5b05079c61ceb
 SHA1 (patch-testsuite_gdk_colorstate.c) = 7a6d441f91332bffbd4e170809d8ad7ec51773bd
diff --git a/gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c b/gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c
index c94b7deef4..6255afb42a 100644
--- a/gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c
+++ b/gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c
@@ -2,20 +2,20 @@ $NetBSD$
 
 Allow building on systems without evdev
 
---- gdk/wayland/gdkseat-wayland.c.orig	2026-02-15 09:56:56.344100295 +0000
+--- gdk/wayland/gdkseat-wayland.c.orig	2025-11-20 05:08:31.000000000 +0000
 +++ gdk/wayland/gdkseat-wayland.c
-@@ -48,6 +48,14 @@
+@@ -51,6 +51,14 @@
  #include <dev/evdev/input.h>
  #elif defined(HAVE_LINUX_INPUT_H)
  #include <linux/input.h>
 +#else
 +#ifndef BTN_LEFT
-+#define BTN_LEFT	(0x110)
-+#define BTN_RIGHT	(0x111)
-+#define BTN_MIDDLE	(0x112)
-+#define BTN_STYLUS	(0x14b)
-+#define BTN_STYLUS2	(0x14c)
++#define BTN_LEFT       (0x110)
++#define BTN_RIGHT      (0x111)
++#define BTN_MIDDLE     (0x112)
++#define BTN_STYLUS     (0x14b)
++#define BTN_STYLUS2    (0x14c)
 +#endif
  #endif
  
- /**
+ #define WL_POINTER_HAS_FRAME 5


Home | Main Index | Thread Index | Old Index