pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xprop



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 14 07:37:21 UTC 2024

Modified Files:
        pkgsrc/x11/xprop: Makefile distinfo

Log Message:
xprop: update to 1.2.8.

This release contains the following change to the way icons are displayed
in the terminal when COLORTERM=truecolor in the environment variables:

    The vast majority of monospaced fonts are roughly half as wide as they
    are tall; to account for this when displaying icons, `xprop` draws each
    pixel twice in the horizontal, which nicely evens out the proportions.

    This patch utilizes the Lower Half Block character (▄) to obtain the
    same result in a quarter of the space. By setting both a background and
    a foreground color, we can draw two pixels per character cell, thereby
    halving the apparent height of an icon rather than doubling its width.

Thank you to Eden Bynever for contributing this change.

Alan Coopersmith (1):
      xprop 1.2.8

Eden Bynever (1):
      Draw truecolor icons using dual-color half blocks


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xprop/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xprop/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xprop/Makefile
diff -u pkgsrc/x11/xprop/Makefile:1.18 pkgsrc/x11/xprop/Makefile:1.19
--- pkgsrc/x11/xprop/Makefile:1.18      Fri Feb  9 21:04:17 2024
+++ pkgsrc/x11/xprop/Makefile   Thu Nov 14 07:37:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/02/09 21:04:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/11/14 07:37:21 wiz Exp $
 
-DISTNAME=      xprop-1.2.7
+DISTNAME=      xprop-1.2.8
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xprop/distinfo
diff -u pkgsrc/x11/xprop/distinfo:1.14 pkgsrc/x11/xprop/distinfo:1.15
--- pkgsrc/x11/xprop/distinfo:1.14      Fri Feb  9 21:04:17 2024
+++ pkgsrc/x11/xprop/distinfo   Thu Nov 14 07:37:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/02/09 21:04:17 wiz Exp $
+$NetBSD: distinfo,v 1.15 2024/11/14 07:37:21 wiz Exp $
 
-BLAKE2s (xprop-1.2.7.tar.xz) = a3b0fec083a4498f7a516c549d65804f7ca84cec1cf08587fc8ac57dcd59fbfc
-SHA512 (xprop-1.2.7.tar.xz) = 84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1
-Size (xprop-1.2.7.tar.xz) = 144216 bytes
+BLAKE2s (xprop-1.2.8.tar.xz) = cefe566d5ab159f1bdd3777fab7d60230665c3826c46d0f5503c310cf35e7a02
+SHA512 (xprop-1.2.8.tar.xz) = bdd9b02c4ee738bb4661c3acc901330e635b9967de5efb1615297f6b0ff3cdbd0eab6f63f80a605539090e8d62c611bb603da17477e16e3c0b26ff4314d0b664
+Size (xprop-1.2.8.tar.xz) = 147396 bytes



Home | Main Index | Thread Index | Old Index