mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
mail-client/mailspring-bin: drop 1.17.1
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST mailspring-1.17.1-amd64.deb 127995748 BLAKE2B babec14c63633878e4f63e4d01743f14fafe40165780bdea53d4480c1f27fadb3c42b58374e912533ec232897ce68efd75b9b96be5e51fa028f15bf33d68c2e1 SHA512 faebf9692f24e9e67fbdc9006a1144af8b877fe10d5a2d3daca6ea660e0d5f4d677dcadfe54d9dc428458f89d753960621307aaaefa3c8010385ad712e8f0fcb
|
||||
DIST mailspring-1.17.2-amd64.deb 127972390 BLAKE2B c54f2eb428a4acc9493fd0b6dd57486bfe96023f0295537a9da067975af42e0d60971546097af23e412b0cf5ebe19603c0d4f5e887847089e71a6197dda082c0 SHA512 e8a148a371be63a5e9af83064896ef16aaf525ff54f9ad4915e3ff5af13779ece7907d679509a136fb1eb0447b0a5b17831604220ade48c9cc3f71a50c85b8d2
|
||||
|
||||
@@ -1,63 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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"
|
||||
IUSE="+wayland"
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-core:2
|
||||
app-crypt/mit-krb5
|
||||
dev-build/libtool
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
dev-libs/openssl
|
||||
gnome-base/gvfs
|
||||
media-libs/alsa-lib
|
||||
media-libs/mesa
|
||||
net-misc/curl
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-libs/db:5.3
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
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(){
|
||||
if use wayland; then
|
||||
sed -i "s|Exec=mailspring %U|Exec=mailspring --ozone-platform-hint=auto --enable-wayland-ime %U|g" \
|
||||
"${S}/usr/share/applications/Mailspring.desktop" || die
|
||||
fi
|
||||
|
||||
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