Accepting request 1224055 from X11:XOrg

- Update to version 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.

OBS-URL: https://build.opensuse.org/request/show/1224055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2024-11-15 14:37:53 +00:00 committed by Git OBS Bridge
commit 8d618aa57e
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f
size 144216

3
xprop-1.2.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee
size 147396

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Nov 14 02:21:38 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 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.
-------------------------------------------------------------------
Sun Feb 4 21:12:31 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -17,7 +17,7 @@
Name: xprop
Version: 1.2.7
Version: 1.2.8
Release: 0
Summary: Property displayer for X
License: MIT