mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
mail-client/mailspring-bin: drop 1.16.0
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST mailspring-1.16.0-amd64.deb 118446320 BLAKE2B 57a9a7f61cea5c9053526bb8c4a6abb05345814c5c71c11d3993e9fb87bce8b035bb111c171cdc4dc0d29db4c4396d2950ef95f1ada563033879fb52cc485b25 SHA512 ddd04d76102b406e1c44e85efeb3998af2d637ac33af0589ed1c8f505e8974a91595eb4bce5c072396e5f2eb9ddb5f8d91d042e8d20da54e27e79c3ea910ff7e
|
||||
DIST mailspring-1.17.1-amd64.deb 127995748 BLAKE2B babec14c63633878e4f63e4d01743f14fafe40165780bdea53d4480c1f27fadb3c42b58374e912533ec232897ce68efd75b9b96be5e51fa028f15bf33d68c2e1 SHA512 faebf9692f24e9e67fbdc9006a1144af8b877fe10d5a2d3daca6ea660e0d5f4d677dcadfe54d9dc428458f89d753960621307aaaefa3c8010385ad712e8f0fcb
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# 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"
|
||||
IUSE="+wayland"
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-core:2
|
||||
app-crypt/mit-krb5
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
gnome-base/gvfs
|
||||
media-libs/alsa-lib
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
dev-build/libtool
|
||||
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