commit: a5de38a8fa57e3e90612b36361476270d9b8b0dc Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Thu May 15 17:43:31 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 15 19:29:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5de38a8
dev-libs/hyprland-protocols: add 0.6.4 Signed-off-by: Johannes Huber <johu <AT> gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42106 Closes: https://github.com/gentoo/gentoo/pull/42106 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/hyprland-protocols/Manifest | 1 + ...land-protocols-9999.ebuild => hyprland-protocols-0.6.4.ebuild} | 8 ++++---- dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-libs/hyprland-protocols/Manifest b/dev-libs/hyprland-protocols/Manifest index d9368a91c242..e912be99e84c 100644 --- a/dev-libs/hyprland-protocols/Manifest +++ b/dev-libs/hyprland-protocols/Manifest @@ -1,2 +1,3 @@ DIST hyprland-protocols-0.4.0.gh.tar.gz 8131 BLAKE2B 3187849ed4e460a06a6c88919972f1a8989f6aa2dff24209da5697dddbfcfb82898babdc275246942a9b6e79f922a58c4139870b5c68fc2d28288400cedfb80e SHA512 cc32cae0840c49a7f128150be99b3584d5e5eb417a321ae7c917a859715e263c199001f73e7642348e2ae670ed4fffeecab9649144920d90999f46e9bfb8f938 DIST hyprland-protocols-0.6.2.gh.tar.gz 9887 BLAKE2B 2a23e9d0595f366d0fcda6e52a9e8140429c483731d7103e567818cf00f26decd60ef2c243abdb4b07663570ded9bc20d14c974dcad4e362f64b5b3f5b67e7dd SHA512 3d2da0e71c6fd4ea0c42b7f8c3fda98a20aae839d960a462bfd4b4c37a90e2dd48272c9734c91d48e7051367d070aca8e18d6211c75b94ade44f6d73003f37d4 +DIST hyprland-protocols-0.6.4.tar.gz 10447 BLAKE2B 779588f6399dc1c086afdffc221292e33e583dabff6fcf0c1055ebdcfec7943afca04fad2acc53f3d2b95d2e9fcd7f65bfcdb9f0271ba1a16e055c720e4ce43b SHA512 81de4cdfc3123387dbcbaa588ea3b160977f318dfe07646c923e0401d5143318f6939a1636060fc2954270c9817ef89a0f415117cbdadce6ab4d212df1949bae diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-0.6.4.ebuild similarity index 79% copy from dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild copy to dev-libs/hyprland-protocols/hyprland-protocols-0.6.4.ebuild index 0de43fcf06fb..fe90ee1a62e5 100644 --- a/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild +++ b/dev-libs/hyprland-protocols/hyprland-protocols-0.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,12 +8,12 @@ inherit meson DESCRIPTION="Wayland protocol extensions for Hyprland" HOMEPAGE="https://github.com/hyprwm/hyprland-protocols" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~riscv" + SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~riscv" fi LICENSE="BSD" diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild index 0de43fcf06fb..fe90ee1a62e5 100644 --- a/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild +++ b/dev-libs/hyprland-protocols/hyprland-protocols-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,12 +8,12 @@ inherit meson DESCRIPTION="Wayland protocol extensions for Hyprland" HOMEPAGE="https://github.com/hyprwm/hyprland-protocols" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~riscv" + SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~riscv" fi LICENSE="BSD"