pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xprop xprop: update to 1.2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d44c00fca197
branches:  trunk
changeset: 442188:d44c00fca197
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 20 08:09:58 2020 +0000

description:
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.

diffstat:

 x11/xprop/Makefile |   4 ++--
 x11/xprop/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2da4e8c82413 -r d44c00fca197 x11/xprop/Makefile
--- a/x11/xprop/Makefile        Fri Nov 20 05:55:02 2020 +0000
+++ b/x11/xprop/Makefile        Fri Nov 20 08:09:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/01/18 23:36:12 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/20 08:09:58 wiz Exp $
 
-DISTNAME=      xprop-1.2.4
+DISTNAME=      xprop-1.2.5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 2da4e8c82413 -r d44c00fca197 x11/xprop/distinfo
--- a/x11/xprop/distinfo        Fri Nov 20 05:55:02 2020 +0000
+++ b/x11/xprop/distinfo        Fri Nov 20 08:09:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/10 08:12:36 wiz Exp $
+$NetBSD: distinfo,v 1.10 2020/11/20 08:09:58 wiz Exp $
 
-SHA1 (xprop-1.2.4.tar.bz2) = 0549a927d01930218f1d0089d0157eb9538b34a5
-RMD160 (xprop-1.2.4.tar.bz2) = 031a838f3e247c1d38ab864deb101025d17d1eb7
-SHA512 (xprop-1.2.4.tar.bz2) = 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7
-Size (xprop-1.2.4.tar.bz2) = 149930 bytes
+SHA1 (xprop-1.2.5.tar.bz2) = b2b69b50f0906df54c7e9fa4457f509650799417
+RMD160 (xprop-1.2.5.tar.bz2) = c7e85b18706394436c0250b98958168a4bbd39e4
+SHA512 (xprop-1.2.5.tar.bz2) = 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
+Size (xprop-1.2.5.tar.bz2) = 151216 bytes



Home | Main Index | Thread Index | Old Index