Add profiles
This commit is contained in:
parent
2d31dcd960
commit
7edeacbce2
6 changed files with 81 additions and 0 deletions
2
gui-wm/mailspring/Manifest
Normal file
2
gui-wm/mailspring/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST mailspring-1.18.0-amd64.deb 127111166 BLAKE2B 582c76e666aa260d1b7f46ae1b0967ef5513e8cbdc8d884862e54886945cd4b419976ea71935662aaa4d3a13134ad710d3d95fb1dfd35c4ec7d92db6cdc87644 SHA512 4ab8c4def28ea3dd3b74a6d188ce0cf8c0d7bbd7bb6737c8c6e1861fd566284023e38281add703744b8fdc50f892a03041bb50b82510c0240de2e89af46853b2
|
||||
DIST mailspring-1.18.0-arm64.deb 125722708 BLAKE2B 5afb1df1375c270d3701ea2be28a55415b72748745cf6f058a1fb9da63e79768e9d71199ba3e2bb11680ebedde488cd8b8b4bc7f915424e7126c7f0a88cc5648 SHA512 73511426aac334e0da059098cfeef091bd8af1a0dc0f993c8df12d87625730924bdb595872816e04d9c83f16a92b413a6224ebc956ff1630109213ef2f7da749
|
||||
71
gui-wm/mailspring/mailspring-1.18.0.ebuild
Normal file
71
gui-wm/mailspring/mailspring-1.18.0.ebuild
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
# 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="
|
||||
amd64? ( https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb )
|
||||
arm64? ( https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-arm64.deb )
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
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_prepare(){
|
||||
default
|
||||
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
|
||||
|
||||
mv "${S}/usr/share/doc/mailspring" "${S}/usr/share/doc/${PF}" || die
|
||||
mv "${S}/usr/share/appdata" "${S}/usr/share/metainfo" || die
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cp -R "${S}"/* "${D}" || die "Installing binary files failed"
|
||||
}
|
||||
|
||||
3
profiles/profiles.desc
Normal file
3
profiles/profiles.desc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
amd64 voices/physique/electrochemistry stable
|
||||
|
||||
arm64 voices/physique/shivers stable
|
||||
2
profiles/voices/physique/electrochemistry/parent
Normal file
2
profiles/voices/physique/electrochemistry/parent
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
..
|
||||
gentoo:default/linux/amd64/23.0/desktop
|
||||
1
profiles/voices/physique/parent
Normal file
1
profiles/voices/physique/parent
Normal file
|
|
@ -0,0 +1 @@
|
|||
gentoo:targets/desktop
|
||||
2
profiles/voices/physique/shivers/parent
Normal file
2
profiles/voices/physique/shivers/parent
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
..
|
||||
gentoo:default/linux/arm64/23.0/desktop
|
||||
Loading…
Add table
Add a link
Reference in a new issue