network/protonmail-bridge: Updated for version 3.0.19.

Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erich Ritz 2023-03-07 09:34:30 -06:00 committed by Willy Sudiarto Raharjo
parent 9531b2cb01
commit e6391e64b1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 14 additions and 13 deletions

View File

@ -1,9 +1,8 @@
The ProtonMail Bridge is an application for paid users that runs on your
computer in the background and seamlessly encrypts and decrypts your
mail as it enters and leaves your computer. It allows for full
integration of your ProtonMail account with any program that supports
IMAP and SMTP such as Microsoft Outlook, Mozilla Thunderbird and Apple
Mail.
Proton Mail Bridge is a desktop application for paid users that runs in
the background, encrypting and decrypting messages as they enter and
leave your computer. It allows for full integration of your ProtonMail
account with any program that supports IMAP and SMTP such as Microsoft
Outlook, Mozilla Thunderbird and Apple Mail.
Once you've installed and adder your account(s) to the Bridge you will
need to configure your email client. The setup guide for Thunderbird

View File

@ -2,7 +2,7 @@
# Slackware build script for protonmail-bridge
# Copyright 2018-2022 Erich Ritz, Jenks, Oklahoma, USA
# Copyright 2018-2023 Erich Ritz, Jenks, Oklahoma, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protonmail-bridge
VERSION=${VERSION:-2.3.0}
VERSION=${VERSION:-3.0.19}
DEBVERSION=${DEBVERSION:--1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,10 +69,12 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
rm $PKG/ch.proton.bridge-gui.desktop
mv $PKG/usr/lib $PKG/usr/lib64
strip --strip-unneeded $PKG/usr/lib64/protonmail/bridge/proton-bridge-launcher
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
rm $PKG/usr/bin/protonmail-bridge
ln -s /usr/lib64/protonmail/bridge/proton-bridge-launcher $PKG/usr/bin/protonmail-bridge
ln -s /usr/lib64/protonmail/bridge/proton-bridge $PKG/usr/bin/protonmail-bridge
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/protonmail/bridge/* $PKG/usr/doc/$PRGNAM-$VERSION/

View File

@ -1,10 +1,10 @@
PRGNAM="protonmail-bridge"
VERSION="2.3.0"
VERSION="3.0.19"
HOMEPAGE="https://proton.me/mail/bridge"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://proton.me/download/bridge/protonmail-bridge_2.3.0-1_amd64.deb"
MD5SUM_x86_64="471e21512b1eca69633e68633be235e5"
DOWNLOAD_x86_64="https://proton.me/download/bridge/protonmail-bridge_3.0.19-1_amd64.deb"
MD5SUM_x86_64="7cf147cbe9d8cc5c05ba3dec9567cb70"
REQUIRES=""
MAINTAINER="Erich Ritz"
EMAIL="erich.public@protonmail.com"