Install this version:
emerge -a =x11-misc/pywal16-3.7.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/pywal16-3.7.2
Or alternatively:
emerge --autounmask-write -a =x11-misc/pywal16-3.7.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.7.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
DESCRIPTION="16 colors fork of pywal"
HOMEPAGE="https://github.com/eylles/pywal16"
SRC_URI="https://github.com/eylles/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="media-gfx/imagemagick[jpeg]"
distutils_enable_tests unittest
pkg_postinst() {
optfeature "setting wallpaper support" \
media-gfx/feh \
x11-misc/hsetroot \
x11-misc/nitrogen
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pywal16-3.7.2.tar.gz | 81475 bytes | https://github.com/eylles/pywal16/archive/3.7.2.tar.gz |