Package Details: mailspring 1.13.3-1

Git Clone URL: https://aur.archlinux.org/mailspring.git (read-only, click to copy)
Package Base: mailspring
Description: A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
Upstream URL: https://getmailspring.com/
Keywords: email mail multiple-accounts nylas
Licenses: custom: GPL3 and (C) 2017-2020 Foundry 376, LLC.
Submitter: jnylen
Maintainer: slondr (mandeepsan)
Last Packager: mandeepsan
Votes: 206
Popularity: 0.69
First Submitted: 2017-10-06 10:00 (UTC)
Last Updated: 2024-01-09 07:10 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 26 Next › Last »

croyleje commented on 2021-03-14 17:20 (UTC)

I can confirm having the same issue downgrading to gtk3-1:3.24.27-2-x86_64.pkg.tar.zst resolved the issue but my question is how hard would it be to replicate the NixOS fix on arch. It appears Nix uses a type of dependencies file that allows you to pass arguments at build time what would be the way of doing this on arch I am willing to learn how to do it just don't know what to look for if anyone could point me in the correct direction it would greatly appreciated. I tried changing the PKGBUILD and adding the same argument but that doesn't seem to work.

d-air1 commented on 2021-03-14 15:08 (UTC) (edited on 2021-03-14 15:22 (UTC) by d-air1)

Seems that this app is crashing on startup. The only recent dependency that I see that got upgraded was gtk3.

Edit: I wanted to add that some people over at nixos seem to have fixed the issue. Here is a link to that discussion in the hopes that it might help you out as well: https://github.com/NixOS/nixpkgs/issues/106732

Edit 2: Mailspring-libre aur package is having the same issue. There is more discussion over there. Figured I drop that link just in case: https://aur.archlinux.org/packages/mailspring-libre/

adrianinsaval commented on 2021-02-24 02:38 (UTC)

package should be renamed to mailspring-bin

MithicSpirit commented on 2021-02-22 20:58 (UTC)

The source link in the .SRCINFO file appears to be out of date, as it still points to v1.7.8. The updated version can be obtained by running makepkg --printsrcinfo > .SRCINFO.

MithicSpirit commented on 2021-02-16 15:53 (UTC)

Also, the license can be changed to just "GPL3" I think.

neitsab commented on 2021-02-09 03:13 (UTC)

In the light of the open sourcing of the entire codebase, could you rename the package "mailspring-bin" so that another built-from-source package may be submitted to the AUR? It is indeed customary to label pre-built binary package as such to prevent confusion. Thanks!

FabioLolix commented on 2021-02-08 20:46 (UTC)

A welcoming news https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484

wcasanova commented on 2021-01-20 12:22 (UTC) (edited on 2021-01-20 12:24 (UTC) by wcasanova)

@Archange https://community.getmailspring.com/t/mailspring-without-mailspring-id/64

Mailspring stores your mail credentials securely on your machine in the keychain / keyring, and does not send your email credentials to the cloud. All email sync is done on your computer.

https://github.com/Foundry376/Mailspring/blob/master/ROADMAP.md#why-is-mailsync-closed-source

sachmalh commented on 2021-01-20 12:14 (UTC)

basically change

pkgver=1.8.0

and

sha256sums_x86_64=('06dcd870737ceea1fbb371a206bb037e6bb2f6fdb176109e49286ef3e4fd4f71')

sachmalh commented on 2021-01-20 12:09 (UTC)

change your pkgbuild as follows

Maintainer: Eric S. Londres ericlondres@protonmail.com
Contributor: Joakim Nylén me@jnylen.nu
Contributor: Rashintha Maduneth rashinthamaduneth@gmail.com
Contributor: Dhananjay Balan mail@dbalan.in
Contributor: ahrs

pkgname=mailspring pkgver=1.8.0 pkgrel=1 pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors." arch=('x86_64') license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.') url="https://getmailspring.com/" options=('!strip')

source=()

source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb") sha256sums_x86_64=('06dcd870737ceea1fbb371a206bb037e6bb2f6fdb176109e49286ef3e4fd4f71')

depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")

optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )

package() { cd ${srcdir}

tar -xvf data.tar.xz -C ${pkgdir} --exclude='./control'

chmod -R go-w "${pkgdir}"/usr

}