From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/
Date: Thu, 10 Mar 2022 09:45:15 +0000 (UTC) [thread overview]
Message-ID: <1646822636.a091a7c6425e6e8bfec15850b69e4f8f72bb7fcf.tastytea@gentoo> (raw)
commit: a091a7c6425e6e8bfec15850b69e4f8f72bb7fcf
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Wed Mar 9 10:43:16 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Mar 9 10:43:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a091a7c6
mail-client/mailspring-bin: version bump to 1.10.0
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
mail-client/mailspring-bin/Manifest | 1 +
.../mailspring-bin/mailspring-bin-1.10.0.ebuild | 63 ++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
index df55a0e90..42953615f 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1 +1,2 @@
+DIST mailspring-1.10.0-amd64.deb 95774210 BLAKE2B 26d9bab6f2b7b0e8a8fa99a0dcda2ef23455fd0af3ea50ff68c0f8d3bd8a19907d1154bfb144eba7444bbc3a9b881ee82859227b31b7ca87d87fd596d35d40c0 SHA512 baa8e04da73c926d483a86118a7c971e4081de0f9feb28c8dfcb35d2e2cb990e605cebafc43de87892c959c9cd733609d3af86939e8c9beddbf3e387e42bd683
DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3
diff --git a/mail-client/mailspring-bin/mailspring-bin-1.10.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.10.0.ebuild
new file mode 100644
index 000000000..9fbde07a6
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.10.0.ebuild
@@ -0,0 +1,63 @@
+# 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
+ media-libs/mesa
+ net-print/cups
+ sys-apps/dbus
+ sys-devel/libtool
+ sys-libs/db:5.3
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/gtk+:3
+ x11-libs/libdrm
+ 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/libxshmfence
+ x11-libs/pango
+ x11-misc/xdg-utils
+"
+
+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:[~2022-03-10 9:45 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 9:45 Ronny Gutbrod [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: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-17 20:00 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=1646822636.a091a7c6425e6e8bfec15850b69e4f8f72bb7fcf.tastytea@gentoo \
--to=gentoo@tastytea.de \
--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