From 44756a3b6ec94c0d83f6bc560ebed2ef1c17a408 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 1 May 2024 15:34:05 +0200 Subject: [PATCH] gui-apps/gradience: simplify misleading SRC_URI > SRC_URI+=".." > SRC_URI=".." The second line overwrites the first one, thus, the patchset is never included. Since it isn't available online either, I contacted Matt to find out if they happen to have it elsewhere. The package needs a version bump, so it might not be relevant after all. Signed-off-by: Lucio Sauer --- gui-apps/gradience/gradience-0.3.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-apps/gradience/gradience-0.3.0-r1.ebuild b/gui-apps/gradience/gradience-0.3.0-r1.ebuild index e809578c1f..8723979bb1 100644 --- a/gui-apps/gradience/gradience-0.3.0-r1.ebuild +++ b/gui-apps/gradience/gradience-0.3.0-r1.ebuild @@ -8,9 +8,10 @@ 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://dev.gentoo.org/~mattst88/distfiles/${PN}-42.0-patchset.tar.xz" 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" @@ -41,8 +42,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -S="${WORKDIR}"/Gradience-${PV} - src_prepare() { default xdg_environment_reset