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 <joe@wt.gd>
This commit is contained in:
Joe Kappus
2024-05-24 15:32:00 -04:00
parent c0ab8ca199
commit 44ca9f4a5e
2 changed files with 11 additions and 3 deletions

View File

@@ -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

View File

@@ -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
}