From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/
Date: Sat, 17 Apr 2021 20:00:29 +0000 (UTC) [thread overview]
Message-ID: <1618666344.0893fcd21ba70d80a376ba8cc4cddee756c3a641.andrewammerlaan@gentoo> (raw)
commit: 0893fcd21ba70d80a376ba8cc4cddee756c3a641
Author: Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
AuthorDate: Sat Apr 17 13:31:53 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 13:32:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0893fcd2
mail-client/mailspring-bin: version bump
Signed-off-by: Adel KARA SLIMANE <adel <AT> karaslimane.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
mail-client/mailspring-bin/Manifest | 1 +
.../mailspring-bin/mailspring-bin-1.9.1.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
index ccbc6bc89..5b8689b5a 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,2 +1,3 @@
DIST mailspring-1.8.0-amd64.deb 79747546 BLAKE2B ed47adc692455324d0a8ce13d6f5a54cacd64c40112192df5ff0dcfab47815eabc3c3964e588af4443dc863f1b53fc08f001fdadf6340017900a1bed40d8a9ab SHA512 e487a6eed6e5e1bbcece3f85fa3cf32d24e257f73d77b0170f2b970496d3d710a529d28d8b035bb6589d450fde7c2324de59bfa17c8502fc317d5250368fbbec
DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8
+DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d
diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild
new file mode 100644
index 000000000..a544d22bc
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild
@@ -0,0 +1,52 @@
+# 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-crypt/libsecret
+ app-crypt/mit-krb5
+ app-text/tidy-html5
+ dev-cpp/ctemplate
+ dev-libs/libgcrypt
+ dev-libs/nss
+ dev-libs/openssl
+ dev-libs/openssl-compat
+ gnome-base/gconf
+ media-libs/alsa-lib
+ media-libs/libglvnd
+ net-dns/c-ares
+ net-print/cups
+ sys-devel/libtool
+ virtual/udev
+ =x11-libs/gtk+-3*
+ x11-libs/libnotify
+ x11-libs/libxkbfile
+ x11-libs/libXtst
+ x11-libs/libXScrnSaver
+ x11-misc/xdg-utils
+ || ( =dev-libs/glib-2* gnome-base/gvfs )
+"
+
+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-04-17 20:00 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-17 20:00 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-21 6:32 [gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/ Viorel Munteanu
2023-12-17 23:08 David Roman
2023-12-16 1:24 Haelwenn Monnier
2023-12-14 7:25 Viorel Munteanu
2022-09-08 1:46 Ronny Gutbrod
2022-05-05 4:07 Haelwenn Monnier
2022-03-16 20:48 Arthur Zamarin
2022-03-10 9:45 Ronny Gutbrod
2022-03-10 9:06 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-10 9:45 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2021-09-11 14:43 Arthur Zamarin
2021-09-07 2:58 Haelwenn Monnier
2021-09-07 2:58 Haelwenn Monnier
2021-05-25 23:07 Haelwenn Monnier
2021-04-23 8:47 Haelwenn Monnier
2021-04-21 7:32 Andrew Ammerlaan
2021-04-20 18:43 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-20 18:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18 9:10 Andrew Ammerlaan
2021-04-16 7:36 Andrew Ammerlaan
2021-04-16 7:36 Andrew Ammerlaan
2021-04-01 18:31 Jian Lin
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=1618666344.0893fcd21ba70d80a376ba8cc4cddee756c3a641.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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