From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/
Date: Wed, 10 Apr 2024 20:12:17 +0000 (UTC) [thread overview]
Message-ID: <1712753124.57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0.julien@gentoo> (raw)
commit: 57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Apr 10 12:36:51 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Apr 10 12:45:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57b7f68e
gui-apps/hyprlock: add 0.3.0, drop 0_pre20240224
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
gui-apps/hyprlock/Manifest | 2 +-
.../{hyprlock-0_pre20240224.ebuild => hyprlock-0.3.0.ebuild} | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest
index 8e0f9312c7..7ca2739ceb 100644
--- a/gui-apps/hyprlock/Manifest
+++ b/gui-apps/hyprlock/Manifest
@@ -1 +1 @@
-DIST hyprlock-0_pre20240224.gh.tar.gz 49247 BLAKE2B 5425ffd8e73efc3112adc58388ca45a9c1e84a0d6828b40faee62956bc1199a22a8607dee17a16ed4f94efd704cceeaef2506544a8878960ac77dd0de5912fe7 SHA512 3bbd7a06602e45aaca6442bc3f02aaf728430f17b829002cdba93cca33232be90f1defb099d4b19d6432ff30e1de15ad93e2ae41d83c9d5f26fee2c10c9d3caf
+DIST hyprlock-0.3.0.tar.gz 274826 BLAKE2B e91877d29160537bd60e518a020c64aa4dade19fa874553ac8e9f12c683c1153787803bbcde0a2756be66da06ec76b0f1c56eb05e65466829d784d425be05dce SHA512 10b9f170def9c1dfd81c1aeb7979c4eb48d703222771fa813d5a459577be8ba73fe36b832446e56eb87aff73df192ee4ae45ef935578cbc3c1e84612f8c85d70
diff --git a/gui-apps/hyprlock/hyprlock-0_pre20240224.ebuild b/gui-apps/hyprlock/hyprlock-0.3.0.ebuild
similarity index 73%
rename from gui-apps/hyprlock/hyprlock-0_pre20240224.ebuild
rename to gui-apps/hyprlock/hyprlock-0.3.0.ebuild
index caf3a0797b..e47f909623 100644
--- a/gui-apps/hyprlock/hyprlock-0_pre20240224.ebuild
+++ b/gui-apps/hyprlock/hyprlock-0.3.0.ebuild
@@ -5,7 +5,6 @@ EAPI=8
inherit cmake toolchain-funcs
-COMMIT="57e80006602b7857fb23feded368055df62b8cb3"
DESCRIPTION="Hyprland's GPU-accelerated screen locking utility"
HOMEPAGE="https://github.com/hyprwm/hyprlock"
@@ -13,12 +12,8 @@ if [[ "${PV}" = *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
else
- #When releases start to happen
- #SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
- #S="${WORKDIR}/${PN}-source"
-
- SRC_URI="https://github.com/hyprwm/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
+ SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${PV}"
KEYWORDS="~amd64"
fi
next reply other threads:[~2024-04-10 20:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-10 20:12 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 11:38 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ David Roman
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-08-31 13:05 David Roman
2024-07-26 20:29 David Roman
2024-07-26 20:29 David Roman
2024-05-23 22:18 Haelwenn Monnier
2024-04-13 17:15 Julien Roy
2024-04-10 20:12 Julien Roy
2024-03-19 23:55 Julien Roy
2024-02-24 12:14 Haelwenn Monnier
2024-02-23 23:40 Julien Roy
2024-02-23 23:40 Julien Roy
2024-02-23 23:40 Julien Roy
2024-02-21 11:52 Julien Roy
2024-02-21 1:36 Julien Roy
2024-02-21 1:36 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712753124.57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox