From 31b4dda4f22a4b32e04053317c014e44c211b460 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Sat, 30 May 2026 21:12:33 +0300 Subject: [PATCH] sys-auth/authenticator: update metainfo file Closes: https://bugs.gentoo.org/976010 Signed-off-by: Pavel Sobolev --- sys-auth/authenticator/Manifest | 1 + sys-auth/authenticator/authenticator-4.6.2.ebuild | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/sys-auth/authenticator/Manifest b/sys-auth/authenticator/Manifest index cbffd9da4e..07a2a4c931 100644 --- a/sys-auth/authenticator/Manifest +++ b/sys-auth/authenticator/Manifest @@ -1,2 +1,3 @@ DIST authenticator-4.6.2-deps.tar.xz 51491068 BLAKE2B 7f18b40f78c022b5c4493e33c30ebc096986e2cb54374f6dcc9232c7705322271fe35926102fd2d5530e5ab2e44f6e26972ce4e5b26930250b1c116c37e6a590 SHA512 87253659234035c0a4ab55ea6049543fee368fc2d68c7ae683d83310b93e7e5a7848d53d9bf681c97ae4498c1feb968c648bd36db3664d4b4212f69f74e1beb2 +DIST authenticator-4.6.2-update-metainfo-file.patch 1565 BLAKE2B fe60677e7a4fa4d408b34bfcc1ba85194e594cc7f6140a47f8f1c1f5179b304a88a4267444e36a02b136af600e7c761f80cdabf35e9ad11bca3878de357b6907 SHA512 94da98f29285ab673ff48d777712e3e4d56998c10f164ffa054dc340264c65e0472d03c0dabb646890b981117d34f0a7f18ddf1b8751a3ec24527498892d6b06 DIST authenticator-4.6.2.tar.bz2 723559 BLAKE2B 135e9dbd237da4da74c68186112bac56f4e38158638788f24894654c18b71cfbb7b8a4a8e6f93f0783211fae640e7085a9ae4dd4bf7c17d70d1ab33889fe908a SHA512 d55c2ba5ef0cdc6b93092a34ee98e1303cb5d8c8a8978d740a932ea0b992f45b599796306f0b7cce8a89a7adc91e2c36099525b9f52ba5b0bfbbe971acf57f52 diff --git a/sys-auth/authenticator/authenticator-4.6.2.ebuild b/sys-auth/authenticator/authenticator-4.6.2.ebuild index 8b46513ca3..591a129ea0 100644 --- a/sys-auth/authenticator/authenticator-4.6.2.ebuild +++ b/sys-auth/authenticator/authenticator-4.6.2.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" SRC_URI=" https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.bz2 -> ${P}.tar.bz2 https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz + https://gitlab.gnome.org/World/Authenticator/-/commit/d3a63c5d66b8812fd24eea8634ad17f42f9d6d04.patch + -> ${PN}-4.6.2-update-metainfo-file.patch " S="${WORKDIR}/Authenticator-${PV}" @@ -47,6 +49,10 @@ BDEPEND=" QA_FLAGS_IGNORED="usr/bin/authenticator" +PATCHES=( + "${DISTDIR}/${PN}-4.6.2-update-metainfo-file.patch" +) + src_configure() { local profile="default" use debug && profile="development"