Fri Nov 20 08:09:58 2020 UTC ()
xprop: update to 1.2.5.

Jason Nader (1):
      Add missing `-help` function

Keith Packard (5):
      Make output with unknown width terminal the same as old code
      Free string list returned from XmbTextPropertyToTextList
      Correct icon buffer width computation for truecolor terminals
      Check return value from ioctl(TIOCGWINSZ)
      xprop 1.2.5

Pierre-Loup A. Griffais (5):
      Don't display icons if they would line-wrap.
      Break down memory allocation logic and fix overallocating for UTF8.
      Fix aspect ratio for icon display by using two characters per icon pixel.
      Support true color output for icons if the terminal advertises it.
      Fix formatting of back-to-back not shown icons.


(wiz)
diff -r1.14 -r1.15 pkgsrc/x11/xprop/Makefile
diff -r1.9 -r1.10 pkgsrc/x11/xprop/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/x11/xprop/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xprop/Makefile 2020/01/18 23:36:12 1.14
+++ pkgsrc/x11/xprop/Makefile 2020/11/20 08:09:58 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2020/01/18 23:36:12 rillig Exp $ 1# $NetBSD: Makefile,v 1.15 2020/11/20 08:09:58 wiz Exp $
2 2
3DISTNAME= xprop-1.2.4 3DISTNAME= xprop-1.2.5
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Property displayer for X 10COMMENT= Property displayer for X
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "../../x11/libX11/buildlink3.mk" 15.include "../../x11/libX11/buildlink3.mk"
16.include "../../x11/libXmu/buildlink3.mk" 16.include "../../x11/libXmu/buildlink3.mk"

cvs diff -r1.9 -r1.10 pkgsrc/x11/xprop/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xprop/distinfo 2019/03/10 08:12:36 1.9
+++ pkgsrc/x11/xprop/distinfo 2020/11/20 08:09:58 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2019/03/10 08:12:36 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2020/11/20 08:09:58 wiz Exp $
2 2
3SHA1 (xprop-1.2.4.tar.bz2) = 0549a927d01930218f1d0089d0157eb9538b34a5 3SHA1 (xprop-1.2.5.tar.bz2) = b2b69b50f0906df54c7e9fa4457f509650799417
4RMD160 (xprop-1.2.4.tar.bz2) = 031a838f3e247c1d38ab864deb101025d17d1eb7 4RMD160 (xprop-1.2.5.tar.bz2) = c7e85b18706394436c0250b98958168a4bbd39e4
5SHA512 (xprop-1.2.4.tar.bz2) = 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7 5SHA512 (xprop-1.2.5.tar.bz2) = 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
6Size (xprop-1.2.4.tar.bz2) = 149930 bytes 6Size (xprop-1.2.5.tar.bz2) = 151216 bytes