public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adel KARA SLIMANE" <adel@karaslimane.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/mailspring-bin/
Date: Wed, 16 Jul 2025 19:25:32 +0000 (UTC)	[thread overview]
Message-ID: <1752693904.f95e3d15f08d38d01c53edb8758963899b817087.adel@gentoo> (raw)

commit:     f95e3d15f08d38d01c53edb8758963899b817087
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Wed Jul 16 19:25:04 2025 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Wed Jul 16 19:25:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f95e3d15

mail-client/mailspring-bin: add 1.16.0

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 mail-client/mailspring-bin/Manifest                |  1 +
 .../mailspring-bin/mailspring-bin-1.16.0.ebuild    | 61 ++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
index 32c77fd3c8..4ac877e112 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1 +1,2 @@
 DIST mailspring-1.15.1-amd64.deb 113188308 BLAKE2B 1fe0198d33291e4f780b93d8b4afa682a506baa2626bb55bcf1cfef1f8c74492e6abb7f2f00a2f468b1f3688d65373315293732f1ade7cc63f4d74440e695bce SHA512 6817d5ee50e20faf1f7932ed1054b6998e64047fe10bdbc001dd6ec139802fd890aaff35f31520a0b2f30230ca76dc677d1747f2351dad4caffffe340b0053d5
+DIST mailspring-1.16.0-amd64.deb 118446320 BLAKE2B 57a9a7f61cea5c9053526bb8c4a6abb05345814c5c71c11d3993e9fb87bce8b035bb111c171cdc4dc0d29db4c4396d2950ef95f1ada563033879fb52cc485b25 SHA512 ddd04d76102b406e1c44e85efeb3998af2d637ac33af0589ed1c8f505e8974a91595eb4bce5c072396e5f2eb9ddb5f8d91d042e8d20da54e27e79c3ea910ff7e

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.16.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.16.0.ebuild
new file mode 100644
index 0000000000..6ba836cb7b
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.16.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker xdg
+
+DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux"
+HOMEPAGE="https://getmailspring.com/"
+SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb"
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+wayland"
+
+RDEPEND="
+	app-accessibility/at-spi2-core:2
+	app-crypt/mit-krb5
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	gnome-base/gvfs
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	dev-build/libtool
+	sys-libs/db:5.3
+	x11-libs/cairo
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+
+src_unpack(){
+	unpack_deb ${A}
+}
+
+src_install(){
+	if use wayland; then
+		sed -i "s|Exec=mailspring %U|Exec=mailspring --ozone-platform-hint=auto --enable-wayland-ime %U|g" \
+			"${S}/usr/share/applications/Mailspring.desktop" || die
+	fi
+
+	cp -R "${S}"/* "${D}" || die "Installing binary files failed"
+	mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
+	mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
+}


             reply	other threads:[~2025-07-16 19:25 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-16 19:25 Adel KARA SLIMANE [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-16 19:25 [gentoo-commits] repo/proj/guru:dev commit in: mail-client/mailspring-bin/ Adel KARA SLIMANE
2025-05-02 17:27 Adel KARA SLIMANE
2025-05-02 17:27 Adel KARA SLIMANE
2024-02-04 13:59 Adel KARA SLIMANE
2023-12-20  0:30 Adel KARA SLIMANE
2023-12-17 21:36 Adel KARA SLIMANE
2023-12-16  0:37 Adel KARA SLIMANE
2023-12-14  0:28 Adel KARA SLIMANE
2022-09-07 21:17 Adel KARA SLIMANE
2022-05-03 21:59 Adel KARA SLIMANE
2022-04-03 13:43 Adel KARA SLIMANE
2022-03-15 10:07 Adel KARA SLIMANE
2022-03-10  9:06 Ronny Gutbrod
2022-03-09 10:44 Adel KARA SLIMANE
2021-09-11 12:56 Adel KARA SLIMANE
2021-09-06 13:28 Adel KARA SLIMANE
2021-09-06 13:28 Adel KARA SLIMANE
2021-05-25  8:10 Anna Vyalkova
2021-04-22 18:41 Adel KARA SLIMANE
2021-04-21  7:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-21  7:16 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-20 18:43 Andrew Ammerlaan
2021-04-18  9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18  9:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-17 13:32 Adel KARA SLIMANE
2021-04-15 23:19 Adel KARA SLIMANE
2021-04-15 22:40 Adel KARA SLIMANE
2021-04-13 11:53 Andrew Ammerlaan
2021-04-01 17:27 Adel KARA SLIMANE

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=1752693904.f95e3d15f08d38d01c53edb8758963899b817087.adel@gentoo \
    --to=adel@karaslimane.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