gui-libs/wlroots: update upstream to freedesktop

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2021-11-18 17:13:02 -06:00
parent 2869bb0fcd
commit ff7d258bf8
2 changed files with 5 additions and 5 deletions

View File

@@ -31,8 +31,8 @@
<email>sir@cmpwn.com</email>
<name>Drew DeVault</name>
</maintainer>
<bugs-to>https://github.com/swaywm/wlroots/issues</bugs-to>
<doc>https://github.com/swaywm/wlroots/wiki</doc>
<changelog>https://github.com/swaywm/wlroots/releases</changelog>
<bugs-to>https://gitlab.freedesktop.org/wlroots/wlroots/-/issues</bugs-to>
<doc>https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home</doc>
<changelog>https://gitlab.freedesktop.org/wlroots/wlroots/-/releases</changelog>
</upstream>
</pkgmetadata>

View File

@@ -6,10 +6,10 @@ EAPI=7
inherit meson
DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
HOMEPAGE="https://github.com/swaywm/wlroots"
HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git"
inherit git-r3
SLOT="0/9999"
else