1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-ueberzug: Deprecate in favor of ueberzug.

* gnu/packages/python-xyz.scm (ueberzug): New variable, based on
python-ueberzug.
(python-ueberzug): Deprecate variable.

* gnu/packages/image-viewers.scm (ytfzf)[phases] {wrap-program}: Replace
python-ueberzug with ueberzug.
[inputs]: Remove python-ueberzug; add ueberzug.

Change-Id: I9beba793dc23020f6091b46842c83cf01277dca5
This commit is contained in:
Sharlatan Hellseher
2025-10-12 23:58:54 +01:00
parent f51940d3af
commit 0ed60ca736
2 changed files with 7 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ opening the image directly in a terminal window.")
(string-append (assoc-ref inputs input) "/bin"))
'("bash" "catimg" "chafa" "coreutils" "curl"
"dmenu" "fzf" "gawk" "grep" "jp2a" "jq"
"libnotify" "mpv" "ncurses" "python-ueberzug"
"libnotify" "mpv" "ncurses" "ueberzug"
"sed" "util-linux" "yt-dlp")))
`("YTFZF_SYSTEM_ADDON_DIR" ":" =
,(list (string-append #$output "/share/ytfzf/addons")))))))))
@@ -239,7 +239,7 @@ opening the image directly in a terminal window.")
mpv
ncurses
perl ;for convert-ascii-escape.pl
python-ueberzug
ueberzug
sed
util-linux
yt-dlp))

View File

@@ -2183,9 +2183,9 @@ Interface} to simplify common problems such as caching, timing, computing
progress, among other things.")
(license license:asl2.0)))
(define-public python-ueberzug
(define-public ueberzug
(package
(name "python-ueberzug")
(name "ueberzug")
(version "18.3.1")
(source
(origin
@@ -2218,6 +2218,9 @@ workspaces.
@end itemize")
(license license:gpl3+)))
(define-public python-ueberzug
(deprecated-package "python-ueberzug" ueberzug))
(define-public python-databind-core
(package
(name "python-databind-core")