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: Mon, 6 Sep 2021 13:28:41 +0000 (UTC) [thread overview]
Message-ID: <1630934912.e4422aacc59417898a8ea57ba332cd12eab409f4.adel@gentoo> (raw)
commit: e4422aacc59417898a8ea57ba332cd12eab409f4
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Mon Sep 6 13:26:53 2021 +0000
Commit: Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Mon Sep 6 13:28:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4422aac
mail-client/mailspring: versoin bump to 1.9.2
Improved EBUILD
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
mail-client/mailspring-bin/Manifest | 1 +
.../mailspring-bin/mailspring-bin-1.9.2.ebuild | 65 ++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
index 65a640068..735d161e9 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,2 +1,3 @@
DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8
DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d
+DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3
diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.2.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.2.ebuild
new file mode 100644
index 000000000..5673f2a33
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.9.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 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"
+
+RDEPEND="
+ app-accessibility/at-spi2-atk:2
+ app-accessibility/at-spi2-core:2
+ app-crypt/libsecret
+ app-crypt/mit-krb5
+ dev-libs/atk
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ dev-libs/openssl-compat:1.0.0
+ gnome-base/gvfs
+ media-libs/alsa-lib
+ net-print/cups
+ sys-apps/dbus
+ sys-devel/libtool
+ sys-libs/db:5.3
+ x11-libs/gtk+:3
+ x11-libs/libxkbfile
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXScrnSaver
+ x11-libs/libXtst
+ x11-libs/pango
+ x11-misc/xdg-utils
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
+"
+
+QA_PREBUILT="*"
+
+src_unpack(){
+ unpack_deb ${A}
+}
+
+src_install(){
+ 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
+}
next reply other threads:[~2021-09-06 13:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-06 13:28 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-07-16 19:25 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-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=1630934912.e4422aacc59417898a8ea57ba332cd12eab409f4.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