diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-12 23:58:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 11:58:47 +0100 |
| commit | 0ed60ca736992b2c001344c6bf02273fff718c05 (patch) | |
| tree | 87cecb4a2c34fefcd374ace0848208da23851223 /gnu | |
| parent | f51940d3af0cda253826be364ffbfd9527d74dce (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-viewers.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index f7741d4b9bf..b2cb00868fb 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -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)) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 990eeb358d1..0253041b8c2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
