mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/satty:
Signed-off-by: Neatink <minyaylo51@gmail.com> modified: metadata.xml modified: satty-0.19.0.ebuild modified: satty-9999.ebuild
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<name>Neatink</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<doc>https://github.com/gabm/satty</doc>
|
||||
<bugs-to>https://github.com/gabm/satty/issues</bugs-to>
|
||||
<remote-id type="github">gabm/satty</remote-id>
|
||||
<doc>https://github.com/Satty-org/Satty</doc>
|
||||
<bugs-to>https://github.com/Satty-org/Satty/issues</bugs-to>
|
||||
<remote-id type="github">Satty-org/Satty</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -238,14 +238,14 @@ CRATES="
|
||||
inherit cargo desktop xdg
|
||||
|
||||
DESCRIPTION="A screenshot annotation tool inspired by Swappy and Flameshot."
|
||||
HOMEPAGE="https://github.com/gabm/satty"
|
||||
HOMEPAGE="https://github.com/Satty-org/Satty"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/gabm/Satty.git"
|
||||
EGIT_REPO_URI="https://github.com/Satty-org/Satty.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/gabm/Satty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/Satty-org/Satty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
M_PN=Satty
|
||||
|
||||
@@ -6,14 +6,14 @@ EAPI=8
|
||||
inherit cargo desktop xdg
|
||||
|
||||
DESCRIPTION="A screenshot annotation tool inspired by Swappy and Flameshot."
|
||||
HOMEPAGE="https://github.com/gabm/satty"
|
||||
HOMEPAGE="https://github.com/Satty-org/Satty"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/gabm/Satty.git"
|
||||
EGIT_REPO_URI="https://github.com/Satty-org/Satty.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/gabm/Satty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/Satty-org/Satty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
M_PN=Satty
|
||||
|
||||
Reference in New Issue
Block a user