Files
guru/gui-apps/gradience/gradience-0.4.1.ebuild
Joe Kappus 9ebaafc5ca gui-apps/gradience: enable py3.13, py3.14, fixups
Tested, added missing RDEPEND and the GSettings step.

Signed-off-by: Joe Kappus <joe@wt.gd>
2026-04-19 23:27:40 -04:00

82 lines
1.5 KiB
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit gnome2-utils meson python-single-r1 xdg
DESCRIPTION="Change the look of Adwaita with ease"
HOMEPAGE="https://gradienceteam.github.io/"
SRC_URI="https://github.com/GradienceTeam/Gradience/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="binchecks strip !test? ( test )"
DEPEND="
dev-libs/glib:2
>=gui-libs/gtk-4.5.0:4
>=gui-libs/libadwaita-1.2:1
>=net-libs/libsoup-3.2.0:3.0
$(python_gen_cond_dep '
dev-python/lxml[${PYTHON_USEDEP}]
>=dev-python/pygobject-3.42.0:3[${PYTHON_USEDEP}]
')
"
BDEPEND="
>=dev-build/meson-0.4.0
dev-util/blueprint-compiler
test? (
dev-util/desktop-file-utils
)
"
RDEPEND="
dev-libs/libportal:=[gtk,introspection]
$(python_gen_cond_dep '
>=dev-python/anyascii-0.3[${PYTHON_USEDEP}]
dev-python/material-color-utilities[${PYTHON_USEDEP}]
dev-python/reportlab[${PYTHON_USEDEP}]
dev-python/svglib[${PYTHON_USEDEP}]
dev-python/yapsy[${PYTHON_USEDEP}]
')
${DEPEND}
${PYTHON_DEPS}
"
PATCHES=(
"${FILESDIR}/${P}-fix-metainfo-path.patch"
"${FILESDIR}/${PN}-0.3.0-appstream-test-ignore.patch"
)
DOCS=(
CODE_OF_CONDUCT.md
HACKING.md
MAINTAINERS.md
README.md
ROADMAP.md
SECURITY.md
)
src_install() {
meson_src_install
python_optimize
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}