gui-apps/swaylock-effects: drop 1.6.2, 1.6.3, add 1.7.0.0

* change repo to jirutka fork since mortie one is no longer maintained.

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2023-12-23 13:21:17 +00:00
parent b531df3cf3
commit d6b25a7bf1
5 changed files with 10 additions and 74 deletions

View File

@@ -6,16 +6,15 @@ EAPI=7
inherit fcaps meson
DESCRIPTION="Swaylock, with fancy effects"
HOMEPAGE="https://github.com/mortie/swaylock-effects"
HOMEPAGE="https://github.com/jirutka/swaylock-effects"
if [[ ${PV} == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git"
else
MY_PV="$(ver_rs 2 -)"
S="${WORKDIR}/swaylock-effects-${MY_PV}"
SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi