aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2024-05-24 15:32:00 -0400
committerJoe Kappus <joe@wt.gd>2024-05-24 15:32:22 -0400
commit44ca9f4a5e1ffc0a00a06328d5069633745d4490 (patch)
tree41193b2a098f80999927c20deb878a90a2fa773d /mail-client
parentx11-terms/rio: add 0.0.39 (diff)
downloadguru-44ca9f4a5e1ffc0a00a06328d5069633745d4490.tar.gz
guru-44ca9f4a5e1ffc0a00a06328d5069633745d4490.tar.bz2
guru-44ca9f4a5e1ffc0a00a06328d5069633745d4490.zip
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>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/proton-mail-bin/Manifest2
-rw-r--r--mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild (renamed from mail-client/proton-mail-bin/proton-mail-bin-5.0.108.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
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
+}