From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F9FA158041 for ; Wed, 10 Apr 2024 20:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C35E29CD; Wed, 10 Apr 2024 20:12:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16DBCE29FD for ; Wed, 10 Apr 2024 20:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0799234329A for ; Wed, 10 Apr 2024 20:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579DE16B1 for ; Wed, 10 Apr 2024 20:12:17 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712753124.57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprlock/Manifest gui-apps/hyprlock/hyprlock-0.3.0.ebuild gui-apps/hyprlock/hyprlock-0_pre20240224.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0 X-VCS-Branch: master Date: Wed, 10 Apr 2024 20:12:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1dea738-3138-4ef9-9bdb-8eb426118532 X-Archives-Hash: 1179df6d50064a340bc07d1a036f1c04 commit: 57b7f68e4f5a6d3dfc96437a5be5c9537396ddd0 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Apr 10 12:36:51 2024 +0000 Commit: Julien Roy jroy 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 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