diff options
author | sqrtd <v@sqrtd.dev> | 2023-04-01 14:06:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-04-02 14:46:16 +0100 |
commit | 80551c08a874087a6432eed930adbd0877ba47ea (patch) | |
tree | 7c8b76e256250e2303957f5e94f635f994a58c3d /gui-wm/gamescope | |
parent | dev-cpp/abseil-cpp: enable py3.10, py3.11 on older version (diff) | |
download | gentoo-80551c08a874087a6432eed930adbd0877ba47ea.tar.gz gentoo-80551c08a874087a6432eed930adbd0877ba47ea.tar.bz2 gentoo-80551c08a874087a6432eed930adbd0877ba47ea.zip |
gui-wm/gamescope: update HOMEPAGE, SRC_URI
Signed-off-by: sqrtd <v@sqrtd.dev>
Closes: https://github.com/gentoo/gentoo/pull/30433
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm/gamescope')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.11.51.ebuild | 6 | ||||
-rw-r--r-- | gui-wm/gamescope/gamescope-3.11.52_beta6.ebuild | 4 | ||||
-rw-r--r-- | gui-wm/gamescope/metadata.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gui-wm/gamescope/gamescope-3.11.51.ebuild b/gui-wm/gamescope/gamescope-3.11.51.ebuild index b8dbd943a190..724d3bc885d8 100644 --- a/gui-wm/gamescope/gamescope-3.11.51.ebuild +++ b/gui-wm/gamescope/gamescope-3.11.51.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,8 +8,8 @@ inherit fcaps meson MY_PV=$(ver_rs 3 -) MY_PV="${MY_PV//_/-}" DESCRIPTION="Efficient micro-compositor for running games" -HOMEPAGE="https://github.com/Plagman/gamescope" -SRC_URI="https://github.com/Plagman/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ValveSoftware/gamescope" +SRC_URI="https://github.com/ValveSoftware/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" LICENSE="BSD-2" SLOT="0" diff --git a/gui-wm/gamescope/gamescope-3.11.52_beta6.ebuild b/gui-wm/gamescope/gamescope-3.11.52_beta6.ebuild index 17f14d2034ca..1d5fc4bca29c 100644 --- a/gui-wm/gamescope/gamescope-3.11.52_beta6.ebuild +++ b/gui-wm/gamescope/gamescope-3.11.52_beta6.ebuild @@ -8,8 +8,8 @@ inherit fcaps meson MY_PV=$(ver_rs 3 -) MY_PV="${MY_PV//_/-}" DESCRIPTION="Efficient micro-compositor for running games" -HOMEPAGE="https://github.com/Plagman/gamescope" -SRC_URI="https://github.com/Plagman/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ValveSoftware/gamescope" +SRC_URI="https://github.com/ValveSoftware/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" LICENSE="BSD-2" SLOT="0" diff --git a/gui-wm/gamescope/metadata.xml b/gui-wm/gamescope/metadata.xml index f2337907378b..cc171105f9d8 100644 --- a/gui-wm/gamescope/metadata.xml +++ b/gui-wm/gamescope/metadata.xml @@ -6,7 +6,7 @@ <name>James Le Cuirot</name> </maintainer> <upstream> - <remote-id type="github">Plagman/gamescope</remote-id> + <remote-id type="github">ValveSoftware/gamescope</remote-id> </upstream> <use> <flag name="pipewire">Enable screen capture via PipeWire</flag> |