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 <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-05-01 15:34:05 +02:00
parent a7a3888770
commit 44756a3b6e

View File

@@ -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