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 A49BA1581D3 for ; Fri, 24 May 2024 19:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26702BC013; Fri, 24 May 2024 19:32:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA00E2BC013 for ; Fri, 24 May 2024 19:32:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E017433BEA5 for ; Fri, 24 May 2024 19:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696191AE0 for ; Fri, 24 May 2024 19:32:39 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1716579142.44ca9f4a5e1ffc0a00a06328d5069633745d4490.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/proton-mail-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mail-client/proton-mail-bin/Manifest mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild X-VCS-Directories: mail-client/proton-mail-bin/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 44ca9f4a5e1ffc0a00a06328d5069633745d4490 X-VCS-Branch: dev Date: Fri, 24 May 2024 19:32:39 +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: 67af029a-6a6e-4cf1-af47-ab3dd4ae73ad X-Archives-Hash: bb9e8a8dafd4a2eeac816a13331b0fbb commit: 44ca9f4a5e1ffc0a00a06328d5069633745d4490 Author: Joe Kappus wt gd> AuthorDate: Fri May 24 19:32:00 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Fri May 24 19:32:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44ca9f4a mail-client/proton-mail-bin: add 5.0.126.1, drop 5.0.108.1 Closes: https://bugs.gentoo.org/show_bug.cgi?id=928860 Closes: https://bugs.gentoo.org/show_bug.cgi?id=928861 Closes: https://bugs.gentoo.org/show_bug.cgi?id=928862 Closes: https://bugs.gentoo.org/show_bug.cgi?id=928863 Signed-off-by: Joe Kappus wt.gd> mail-client/proton-mail-bin/Manifest | 2 +- ...bin-5.0.108.1.ebuild => proton-mail-bin-5.0.126.1.ebuild} | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/mail-client/proton-mail-bin/Manifest b/mail-client/proton-mail-bin/Manifest index 1c5947667..cdb368b66 100644 --- a/mail-client/proton-mail-bin/Manifest +++ b/mail-client/proton-mail-bin/Manifest @@ -1 +1 @@ -DIST proton-mail-bin-5.0.108.1.rpm 83046821 BLAKE2B 23f59d4cdd30d1f97a042b058fa79936d1696c37b6b9742f2ce8f838787fc3e048954c1af07387e1f3d920c43666b9edda336ee7d861e8024b77004d8599d641 SHA512 de38e6f11b91ab3ff5e987fe6b14d430a8911ec45b94ed7f95b758cb3d542b73cc0551142e4f94950209fa445bc8fdfd9ac3d13d50aafc183be829a0c01298e2 +DIST proton-mail-bin-5.0.126.1.rpm 83048269 BLAKE2B a4de4905fe90035d0a39b5b1bdba0d461029b0468a0568a1fe3ecb502a8164ff67af8879f8cceab3ae07a2890eff72d68eb906bd727727ac274a3fe5206a80f2 SHA512 5fcd824913ead17e9040a9212c84df5badca1600ae38d8e3245ccdafe062bc68d7be703b2339a0ff5eda33f355b578808ac2e881918433bfa9323556ab00d558 diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild b/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild similarity index 81% rename from mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild rename to mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild index cd933abe6..fdc4d31cc 100644 --- a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild +++ b/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit rpm +inherit rpm xdg-utils DESCRIPTION="Beta Client for Proton Mail" HOMEPAGE="https://proton.me/mail" @@ -15,7 +15,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="~amd64 ~x86" -QA_PREBUILT="opt/lib/.*" +QA_PREBUILT="opt/proton-mail/*" src_install() { into /opt @@ -28,3 +28,11 @@ src_install() { doins -r "${S}/usr/share/applications" } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}