aboutsummaryrefslogtreecommitdiff
path: root/network/protonmail-bridge
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2023-03-07 09:34:30 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:18 +0700
commite6391e64b159739d869691d7578211f13009b87e (patch)
treee59298c8a4e4f11a3066b75908fa12fa9a37bb0c /network/protonmail-bridge
parent9531b2cb011c309cf72033d1c1603d832d67867a (diff)
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>
Diffstat (limited to 'network/protonmail-bridge')
-rw-r--r--network/protonmail-bridge/README11
-rw-r--r--network/protonmail-bridge/protonmail-bridge.SlackBuild10
-rw-r--r--network/protonmail-bridge/protonmail-bridge.info6
3 files changed, 14 insertions, 13 deletions
diff --git a/network/protonmail-bridge/README b/network/protonmail-bridge/README
index c14d227afc838..fc62c44680252 100644
--- a/network/protonmail-bridge/README
+++ b/network/protonmail-bridge/README
@@ -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
diff --git a/network/protonmail-bridge/protonmail-bridge.SlackBuild b/network/protonmail-bridge/protonmail-bridge.SlackBuild
index e3cc77ecc9060..a1c84f36debae 100644
--- a/network/protonmail-bridge/protonmail-bridge.SlackBuild
+++ b/network/protonmail-bridge/protonmail-bridge.SlackBuild
@@ -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/
diff --git a/network/protonmail-bridge/protonmail-bridge.info b/network/protonmail-bridge/protonmail-bridge.info
index 25394f55ff51b..9d0cc8657e1a6 100644
--- a/network/protonmail-bridge/protonmail-bridge.info
+++ b/network/protonmail-bridge/protonmail-bridge.info
@@ -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"