x11/xprop: Update to 1.2.8

PR:	287200
This commit is contained in:
mew14930xvi 2025-06-01 09:16:57 +09:00 committed by Emmanuel Vadot
parent d377f63398
commit 4bf78ce331
3 changed files with 10 additions and 9 deletions

View File

@ -1,18 +1,17 @@
PORTNAME= xprop
PORTVERSION= 1.2.7
DISTVERSION= 1.2.8
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Property displayer for X
WWW= https://gitlab.freedesktop.org/xorg/app/xprop
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
USE_XORG= x11
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG= x11 xorgproto
PLIST_FILES= bin/xprop share/man/man1/xprop.1.gz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1707032736
SHA256 (xorg/app/xprop-1.2.7.tar.xz) = 4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f
SIZE (xorg/app/xprop-1.2.7.tar.xz) = 144216
TIMESTAMP = 1747402697
SHA256 (xorg/app/xprop-1.2.8.tar.xz) = d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee
SIZE (xorg/app/xprop-1.2.8.tar.xz) = 147396

View File

@ -1,2 +1,4 @@
This package contains the xprop utility, which is for displaying window
and font properties in an X server.
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.