From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/
Date: Fri, 23 Aug 2024 17:00:33 +0000 (UTC) [thread overview]
Message-ID: <1724427047.82ba10b51b76d86b2efa2b919db382b010adc659.davidroman@gentoo> (raw)
commit: 82ba10b51b76d86b2efa2b919db382b010adc659
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 23 15:12:35 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 23 15:30:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82ba10b5
mail-client/proton-mail-bin: add 1.0.6
Switch to the proper upstream release.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
mail-client/proton-mail-bin/metadata.xml | 8 +++
.../proton-mail-bin/proton-mail-bin-1.0.6.ebuild | 64 ++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/mail-client/proton-mail-bin/metadata.xml b/mail-client/proton-mail-bin/metadata.xml
new file mode 100644
index 000000000..41103b130
--- /dev/null
+++ b/mail-client/proton-mail-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">ProtonMail/inbox-desktop</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/mail-client/proton-mail-bin/proton-mail-bin-1.0.6.ebuild b/mail-client/proton-mail-bin/proton-mail-bin-1.0.6.ebuild
new file mode 100644
index 000000000..d9729c83c
--- /dev/null
+++ b/mail-client/proton-mail-bin/proton-mail-bin-1.0.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rpm xdg-utils
+
+MY_PN="${PN%-bin}"
+
+DESCRIPTION="Beta Client for Proton Mail"
+HOMEPAGE="https://proton.me/mail"
+SRC_URI="https://github.com/ProtonMail/inbox-desktop/releases/download/${PV}/${MY_PN}-${PV}-1.x86_64.rpm"
+S="${WORKDIR}"
+
+# https://github.com/NixOS/nixpkgs/pull/296127#discussion_r1528184212
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-accessibility/at-spi2-core:2
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa
+ net-print/cups
+ sys-apps/dbus
+ x11-libs/cairo
+ x11-libs/gtk+:3
+ x11-libs/libdrm
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/pango
+"
+
+QA_PREBUILT="opt/proton-mail/*"
+
+src_install() {
+ into /opt
+ cp -r "${S}"/usr/lib/* "${D}"/opt/proton-mail || die "Failed to copy files to destination directory"
+
+ dosym "../../opt/proton-mail/Proton Mail Beta" "/usr/bin/proton-mail"
+
+ insinto /usr/share
+ doins -r "${S}/usr/share/pixmaps"
+ doins -r "${S}/usr/share/applications"
+
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
next reply other threads:[~2024-08-23 17:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 17:00 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-23 17:00 [gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/ David Roman
2024-08-23 17:00 David Roman
2024-08-19 16:33 Lucio Sauer
2024-07-15 19:27 Andrew Ammerlaan
2024-05-24 19:36 Julien Roy
2024-04-05 18:48 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724427047.82ba10b51b76d86b2efa2b919db382b010adc659.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox