diff --git a/network/protonmail-bridge/README b/network/protonmail-bridge/README index c14d227afc..fc62c44680 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 e3cc77ecc9..a1c84f36de 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 25394f55ff..9d0cc8657e 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"