Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
5e420d841a |
BIN
xprop-1.2.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
xprop-1.2.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
xprop-1.2.8.tar.xz
(Stored with Git LFS)
BIN
xprop-1.2.8.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- Update to version 1.2.7
|
|
||||||
* This release fixes a failure to build with C23 compilers.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 4 22:29:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Sun Dec 4 22:29:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xprop
|
# spec file for package xprop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xprop
|
Name: xprop
|
||||||
Version: 1.2.8
|
Version: 1.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Property displayer for X
|
Summary: Property displayer for X
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user