gui-apps/clipman: update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/917767
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2023-11-24 05:48:26 +01:00
parent b22724d0dd
commit 541d0cf7c7
2 changed files with 4 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ EAPI=8
inherit go-module
DESCRIPTION="A basic clipboard manager for Wayland."
HOMEPAGE="https://github.com/yory8/clipman"
SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/chmouel/clipman/"
SRC_URI="https://github.com/chmouel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/901d89f7-3efa-4922-a7ee-550314e02a8e/files/21/download -> ${P}-deps.tar.xz"
@@ -22,10 +22,6 @@ DEPEND="
>=gui-apps/wl-clipboard-2
gui-libs/wlroots
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-lang/go
"
src_compile() {
ego build .

View File

@@ -6,7 +6,7 @@
<name>Jonas Frei</name>
</maintainer>
<upstream>
<remote-id type="github">yory8/clipman</remote-id>
<bugs-to>https://github.com/yory8/clipman/issues</bugs-to>
<remote-id type="github">chmouel/clipman</remote-id>
<bugs-to>https://github.com/chmouel/clipman/issues</bugs-to>
</upstream>
</pkgmetadata>