mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
@@ -1 +1,2 @@
|
||||
DIST pywal16-3.6.0.tar.gz 75619 BLAKE2B 1e25430ca0cffd76d9e4f0962fb981a6d777b7fa35a22f980d3459e4accf474e7577ef1400f637c9bf8f63d3264cb6da525767cd5e0dafdf221da4934e14936b SHA512 7be584a0b7407f7d73870c4d842c35b9b6375ebf6f47a2393dc1dc1c4741c20cf36c687faf3f0fdff7be2906f71eb1b48ef28386399ce37bb1a4300a8ff8d72d
|
||||
DIST pywal16-3.7.2.tar.gz 81475 BLAKE2B ab03ba610b1d8c87a0b78cdbfed2fefef6868556f55ba40a923c41d3cfce75668ffb758501dce021c37dcbb78f97f005f47c8c6f5e750cb1f0ed30243669bc5f SHA512 35bf8ab14854ccf5e48f138132c62e97332974ea84182d39a4435e45d88c78e2d1cb39da9a3969154995c2457f84187f2f726c4fca0ca599791a1ec716a91c1a
|
||||
|
||||
28
x11-misc/pywal16/pywal16-3.7.2.ebuild
Normal file
28
x11-misc/pywal16/pywal16-3.7.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..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
|
||||
}
|
||||
Reference in New Issue
Block a user