media-gfx/ueberzug: add 18.3.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-08-11 08:28:23 -04:00
parent ec8e8bd32c
commit b5daa923ab
2 changed files with 46 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ueberzug-18.3.1.tar.gz 58290 BLAKE2B 879f4dd7898a569cf70200fb683d6220bd410b7738963527030e504c59ef9095a28c4380c695ae8034ac2cd1d841df044ad4cad34f72c3ad24b8ef32c9473f7e SHA512 194f94c69d61163edde4a09b9575efa18d82119636f1b89b062fde207b18c7d0aca3ed144b08194a81417f6fe5ae9069de58b824b31ad1f34ecb80c67b4d1fc1
DIST ueberzug-18.3.2.tar.gz 58900 BLAKE2B 530a33054b8d5c39ba7c553e9aac319ba4947212ebd88a913115fb23ec62cc9bc7cd8da9e87cf2c22ccb7fdf9173e7be4d827668232305e3112136b49d66c255 SHA512 ddb86b45a35aea50276e60ce19792999dafe1d1926925a633d4d8b819fb4b66ccb1d6c48f6ec1c89ecc09dbac7bb808d20494f9d444732b09b60b05fc7a93746

View File

@@ -0,0 +1,45 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"
HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
SRC_URI="
https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
x11-libs/libX11
x11-libs/libXext
x11-libs/libXres
"
RDEPEND="
${COMMON_DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
!media-gfx/ueberzugpp
"
DEPEND="
${COMMON_DEPEND}
x11-base/xorg-proto
"
distutils_enable_tests import-check
python_test() {
rm -rf ueberzug || die #960342
distutils-r1_python_test
}