mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
gui-apps/gradience: drop 0.3.0-r2
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gradience-0.3.0.tar.gz 311883 BLAKE2B 87a353097bdde029e75c54f6e73a937c0246a07756a1681772abd68bd9cd05756673ce279e1c6b87a549232d6f1dad76557ce2f13805ea243bb99e3554c02dca SHA512 fc7b90504d8b74cc87ef0e2b002e75b9d41deefeeb9e5d971529b0d66e8b1d73f9d21f471ad6b94174f9f2cd11d1366c0bbaf08ef4b265efbe922b91db766892
|
||||
DIST gradience-0.4.1.tar.gz 383899 BLAKE2B 84e6dc2a4455f963920ff265ba74cc8cc15ba7b62719ec86f391a0ac6c05a40468394e5f8d14fb28c504068c46c5e316e3f0f83e7e7735f4d2807a8c0fc51acb SHA512 d16e3ed5bed1c6fa10af37c11c0753a5c1bef3b6bc4f08d9d14032b6a5ad079e92a10ffb06f41d56a155e8d35f55ec31412d0908870e75d1866436ffea9e28b8
|
||||
|
||||
@@ -1,69 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_12 )
|
||||
|
||||
inherit meson xdg python-single-r1
|
||||
|
||||
DESCRIPTION="GNOME's main interface to configure various aspects of the desktop"
|
||||
HOMEPAGE="https://github.com/GradienceTeam/Gradience"
|
||||
SRC_URI="https://github.com/GradienceTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/Gradience-${PV}
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-libs/glib:2
|
||||
>=net-libs/libsoup-3.2.0:3.0
|
||||
dev-libs/gobject-introspection
|
||||
dev-util/blueprint-compiler
|
||||
dev-lang/sassc
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${PYTHON_DEPS}
|
||||
x11-themes/hicolor-icon-theme
|
||||
>=gui-libs/gtk-4.5.0:4
|
||||
>=gui-libs/libadwaita-1.2:1=
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/pygobject-3.42.2:3[${PYTHON_USEDEP}]
|
||||
>=dev-python/anyascii-0.3[${PYTHON_USEDEP}]
|
||||
dev-python/material-color-utilities[${PYTHON_USEDEP}]
|
||||
dev-python/svglib[${PYTHON_USEDEP}]
|
||||
dev-python/yapsy[${PYTHON_USEDEP}]
|
||||
dev-python/cssutils[${PYTHON_USEDEP}]
|
||||
dev-python/jinja2[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-appstream-test-ignore.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize
|
||||
mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
Reference in New Issue
Block a user