gui-apps/hyprshade: add 3.2.1

Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
This commit is contained in:
John M. Harris Jr. 2024-07-02 19:03:20 -07:00
parent bf4ccdf02f
commit e2a7452279
No known key found for this signature in database
GPG Key ID: 5C3C40B1FE495465
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hyprshade-3.2.1.gh.tar.gz 40194411 BLAKE2B dfae66884bdae6e409115d8d9200af72302a00984c430348b04b4f16d1441b047d8bbae2bb87d06e3a16f3c6dfbade2219cd9bad04a01fec5ddee86693b398ff SHA512 b21685684b01b7e01e1b17215f4d10c3420010f90041cbab25a159a0415779460cbda666adb4aab4786d55abba4b0205c6d7709c9443613ffff71dfd3ed38fdc

View File

@ -0,0 +1,32 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..13} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/loqusion/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/loqusion/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Hyprland shader configuration tool"
HOMEPAGE="https://github.com/loqusion/hyprshade"
LICENSE="MIT"
SLOT="0"
RDEPEND="
${PYTHON_DEPS}
dev-python/chevron
gui-wm/hyprland
"
distutils_enable_tests pytest