mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
mail-client/mailspring-bin: version bump + relax openssl version constraint
Signed-off-by: Adel KARA SLIMANE <adel@karaslimane.com> Package-Manager: Portage-3.0.18, Repoman-3.0.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mailspring-1.8.0-amd64.deb 79747546 BLAKE2B ed47adc692455324d0a8ce13d6f5a54cacd64c40112192df5ff0dcfab47815eabc3c3964e588af4443dc863f1b53fc08f001fdadf6340017900a1bed40d8a9ab SHA512 e487a6eed6e5e1bbcece3f85fa3cf32d24e257f73d77b0170f2b970496d3d710a529d28d8b035bb6589d450fde7c2324de59bfa17c8502fc317d5250368fbbec
|
||||
DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8
|
||||
|
||||
@@ -21,7 +21,7 @@ RDEPEND="
|
||||
dev-cpp/ctemplate
|
||||
dev-libs/libgcrypt
|
||||
dev-libs/nss
|
||||
<dev-libs/openssl-1.1
|
||||
dev-libs/openssl
|
||||
gnome-base/gconf
|
||||
media-libs/alsa-lib
|
||||
media-libs/libglvnd
|
||||
|
||||
51
mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild
Normal file
51
mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# 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
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user