gui-apps/darkman: fix permanent URL redirect for SRC_URI

fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-05-01 17:45:54 +02:00
parent 5e03023ba0
commit 02ad1270ae

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2022 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,16 +7,16 @@ inherit systemd go-module
DESCRIPTION="Framework for dark and light mode transitions"
HOMEPAGE="https://gitlab.com/WhyNotHugo/darkman"
SRC_URI="https://gitlab.com/whynothugo/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
SRC_URI+=" https://files.levelnine.at/${P}-vendor.tar.xz"
SRC_URI="https://gitlab.com/WhyNotHugo/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
https://files.levelnine.at/${P}-vendor.tar.xz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+man +examples"
S="${WORKDIR}/${PN}-v${PV}"
RDEPEND="app-misc/geoclue"
BDEPEND="man? ( app-text/scdoc )"