mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user