From 4ffd0e559af909fa7afa43a62f91c3e4f3d5c48e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Nov 2024 09:30:02 +0800 Subject: xprop: upgrade 1.2.7 -> 1.2.8 Changelog: Draw truecolor icons using dual-color half blocks (From OE-Core rev: 37968390a6f5bca961046e4d9d6502b5422fcb67) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xprop_1.2.7.bb | 18 ------------------ meta/recipes-graphics/xorg-app/xprop_1.2.8.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xprop_1.2.7.bb create mode 100644 meta/recipes-graphics/xorg-app/xprop_1.2.8.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb deleted file mode 100644 index 96e364b2b3..0000000000 --- a/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb +++ /dev/null @@ -1,18 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "Utility to display window and font properties of an X server" - -DESCRIPTION = "The xprop utility is for displaying window and font \ -properties in an X server. One window or font is selected using the \ -command line arguments or possibly in the case of a window, by clicking \ -on the desired window. A list of properties is then given, possibly with \ -formatting information." - -LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" - -DEPENDS += "libxmu" - -PE = "1" - -SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f" diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb new file mode 100644 index 0000000000..b9bc3b2892 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb @@ -0,0 +1,18 @@ +require xorg-app-common.inc + +SUMMARY = "Utility to display window and font properties of an X server" + +DESCRIPTION = "The xprop utility is for displaying window and font \ +properties in an X server. One window or font is selected using the \ +command line arguments or possibly in the case of a window, by clicking \ +on the desired window. A list of properties is then given, possibly with \ +formatting information." + +LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" + +DEPENDS += "libxmu" + +PE = "1" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee" -- cgit v1.2.3-54-g00ecf