@@ -1,10 +1,18 @@
+From 346e258f90f9e98d898e269954eb8b5e6f261170 Mon Sep 17 00:00:00 2001
+From: Chris Larson <kergoth@openedhand.com>
+Date: Tue, 15 Aug 2006 11:58:37 +0000
+Subject: [PATCH] Numerous new xorg package versions from upstream OE. Pester
+
Upstream-Status: Pending
+---
+ configure.ac | 4 ++++
+ 1 file changed, 4 insertions(+)
-Index: xdpyinfo-1.3.0/configure.ac
-===================================================================
---- xdpyinfo-1.3.0.orig/configure.ac 2011-10-21 21:34:21.000000000 -0700
-+++ xdpyinfo-1.3.0/configure.ac 2011-11-28 20:06:56.554056935 -0800
-@@ -47,11 +47,15 @@
+diff --git a/configure.ac b/configure.ac
+index 9d03e8b..eef369b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -49,11 +49,15 @@ PKG_CHECK_MODULES(DPY_XEXT, xext,
AC_CHECK_HEADERS([X11/extensions/multibuf.h X11/extensions/XShm.h],,,[#include <X11/Xlib.h>])
CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
similarity index 88%
rename from meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
rename to meta/recipes-graphics/xorg-app/xdpyinfo_1.4.0.bb
@@ -15,6 +15,6 @@ PE = "1"
SRC_URI += "file://disable-xkb.patch"
SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b"
+SRC_URI[sha256sum] = "dc1de6e6e091ed46c4837b0ae9811e8182f7be0d2af638cab3e530ff081a48b6"
EXTRA_OECONF = "--disable-xkb"
similarity index 29%
rename from meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb
rename to meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb
@@ -1,3 +1,22 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,4 +1,5 @@
+# Copyright (c) 1991 X Consortium
+# +Copyright (c) 2023 q3k
+#
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+#
+#
+
require xorg-app-common.inc
SUMMARY = "X11 eyes that follow the mouse cursor demo"
@@ -6,9 +25,9 @@ follow the location of the mouse cursor around the screen."
PE = "1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6"
+LIC_FILES_CHKSUM = "file://COPYING;md5=29277094da1ef0646d5634a79cb0c1c5"
SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023"
+SRC_URI[sha256sum] = "5608d76b7b1aac5ed7f22f1b6b5ad74ef98c8693220f32b4b87dccee4a956eaa"
DEPENDS += "libxau libxt libxext libxmu libxrender libxi"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xeyes,xdpyinfo* to *1.3.1,1.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-xeyes-xdpyinfo-upgrade-1.3.0-1.3.1-1.3.4-1.4.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 563f74e26fed11f5be299ef26bd3dfb7b6fe7c6f Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Fri, 1 Aug 2025 07:43:50 +0000 Subject: [PATCH] xeyes,xdpyinfo: upgrade 1.3.0 -> 1.3.1,1.3.4 -> 1.4.0 --- .../xorg-app/xdpyinfo/disable-xkb.patch | 18 +++++++++++---- .../{xdpyinfo_1.3.4.bb => xdpyinfo_1.4.0.bb} | 2 +- .../{xeyes_1.3.0.bb => xeyes_1.3.1.bb} | 23 +++++++++++++++++-- 3 files changed, 35 insertions(+), 8 deletions(-) rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.4.bb => xdpyinfo_1.4.0.bb} (88%) rename meta/recipes-graphics/xorg-app/{xeyes_1.3.0.bb => xeyes_1.3.1.bb} (29%)