gui-wm/dwl: update HOMEPAGE, SRC_URI

This commit is contained in:
odrling 2024-04-06 09:11:09 +02:00
parent 155df33215
commit f6212e5260
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5
3 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
DIST dwl-0.5.gh.tar.gz 57363 BLAKE2B 6dce89cbfa1aa1946983897bed5ac16619ac237e0f7092b588847315b849392b83643839dc5386c5bd73a36e5da55a281696a6ef13dcaec8345cb4e495c5e3b7 SHA512 7bd292559b0ecafc54bf1c1ba0c3b6b0417e8bd03bb0058f492b87295c92b50932e25621cc5f804c38ad06ffadad7bb8017872fade4a04bf617b1d4f1993aae8
DIST dwl-0.5.tar.gz 57850 BLAKE2B 006dcc6e12be72bccfad9276e54fe7084992c2f9ceb8fcad8c1fdf0f48a0bc1528d810c6cecd817eaca201be169a95e43e51eb7725f38c59fc2986013688520f SHA512 951cb6d8c9f1e0bbd9637dba6a77b1ad891af77ae375150d34889d0c4888a3ca38e237ef27e7eaaa39285f9d245ec5ab0caef3255d38227c750151f4d010e42c

View file

@ -8,7 +8,7 @@ inherit savedconfig toolchain-funcs
MY_P="${PN}-v${PV}"
WLROOTS_SLOT="0/17"
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.odrling.xyz/dwl"
EGIT_REPO_URI="https://codeberg.org/odrling/dwl.git"
inherit git-r3
# 9999-r0: main (latest stable wlroots release)
@ -23,14 +23,14 @@ if [[ ${PV} == *9999* ]]; then
;;
esac
else
SRC_URI="https://github.com/djpohly/${PN}/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI="https://codeberg.org/dwl/dwl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~x86"
PATCHES=()
fi
DESCRIPTION="dwm for Wayland"
HOMEPAGE="https://github.com/djpohly/dwl"
HOMEPAGE="https://codeberg.org/dwl/dwl"
LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"

View file

@ -10,6 +10,6 @@
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">djpohly/dwl</remote-id>
<remote-id type="codeberg">dwl/dwl</remote-id>
</upstream>
</pkgmetadata>