mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
mail-client/mailspring-bin: version bump to 1.10.5
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
parent
40533cc0b2
commit
b1786ca8f8
@ -1,2 +1,3 @@
|
||||
DIST mailspring-1.10.3-amd64.deb 98695864 BLAKE2B dfd5009dbfe751d982c6556e90d13e56036e515178013f23666f408a2765639fef201b90569416eefa28be84cce991ed993f15a1d078956780b8141a4d487502 SHA512 d4a8f806baef8f076913b780d4b05041358fff270d62f846224c878ca9d270c0278c238ae73780d0f35e38c6d63b4e15b87ba5dba4b26984e734bbe9945bc997
|
||||
DIST mailspring-1.10.5-amd64.deb 101232116 BLAKE2B 98ddf9034e00bf1661dec0c523f1dacb894a47e14237b658c38f1cdb5085d7b1c784caa8f8047eadbf9196f7883cdea33e8393f87066bdda078b10ed07537d49 SHA512 bfb9aecd62f03a511e409febfa84a460a9e03c7912bcd4c21f89c6ba4c5f11a5c31ea88c302499ec6fe66d2052cfce50b2868acd171e421bd5f3930f10694e8f
|
||||
DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3
|
||||
|
62
mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
Normal file
62
mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
Normal file
@ -0,0 +1,62 @@
|
||||
# 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"
|
||||
|
||||
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/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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user