mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
mail-client/mailspring-bin: QA fixes, add missing deps
Closes: https://bugs.gentoo.org/781065 Closes: https://bugs.gentoo.org/781068 Closes: https://bugs.gentoo.org/781071 Closes: https://bugs.gentoo.org/781074 Closes: https://bugs.gentoo.org/781077 Closes: https://bugs.gentoo.org/781080 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
parent
1568f6389e
commit
543cd11194
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit unpacker
|
||||
inherit unpacker xdg
|
||||
|
||||
DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux"
|
||||
HOMEPAGE="https://getmailspring.com/"
|
||||
@ -16,27 +16,36 @@ 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-1.1
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user