mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user