summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Erich Ritz2022-06-15 14:59:56 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:10:05 +0200
commit2c8ae706350577c975f00cafb79212a9024fa0c7 (patch)
tree6ea0455815ab65d33eb61da0d4114264a829b8ec /network
parent060ef5e31953a90d38a9a7e32abdb7f25a53af8c (diff)
downloadslackbuilds-2c8ae706350577c975f00cafb79212a9024fa0c7.tar.gz
network/protonmail-bridge: Updated for version 2.1.3.
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')
-rw-r--r--network/protonmail-bridge/doinst.sh6
-rw-r--r--network/protonmail-bridge/protonmail-bridge.SlackBuild3
-rw-r--r--network/protonmail-bridge/protonmail-bridge.info8
3 files changed, 12 insertions, 5 deletions
diff --git a/network/protonmail-bridge/doinst.sh b/network/protonmail-bridge/doinst.sh
index 5fb28930db..65c7e2eeb9 100644
--- a/network/protonmail-bridge/doinst.sh
+++ b/network/protonmail-bridge/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff --git a/network/protonmail-bridge/protonmail-bridge.SlackBuild b/network/protonmail-bridge/protonmail-bridge.SlackBuild
index fe028d4e62..0fa8970863 100644
--- a/network/protonmail-bridge/protonmail-bridge.SlackBuild
+++ b/network/protonmail-bridge/protonmail-bridge.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protonmail-bridge
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.1.3}
DEBVERSION=${DEBVERSION:--1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,6 +73,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mv $PKG/usr/lib $PKG/usr/lib64
+strip --strip-unneeded $PKG/usr/lib64/protonmail/bridge/proton-bridge-launcher
rm $PKG/usr/bin/protonmail-bridge
ln -s /usr/lib64/protonmail/bridge/proton-bridge-launcher $PKG/usr/bin/protonmail-bridge
diff --git a/network/protonmail-bridge/protonmail-bridge.info b/network/protonmail-bridge/protonmail-bridge.info
index eff0d89233..876e00d45d 100644
--- a/network/protonmail-bridge/protonmail-bridge.info
+++ b/network/protonmail-bridge/protonmail-bridge.info
@@ -1,10 +1,10 @@
PRGNAM="protonmail-bridge"
-VERSION="2.1.1"
-HOMEPAGE="https://protonmail.com/bridge/"
+VERSION="2.1.3"
+HOMEPAGE="https://proton.me/mail/bridge"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://protonmail.com/download/bridge/protonmail-bridge_2.1.1-1_amd64.deb"
-MD5SUM_x86_64="b09aeb3c0bb9be0c62078b190c26451d"
+DOWNLOAD_x86_64="https://protonmail.com/download/bridge/protonmail-bridge_2.1.3-1_amd64.deb"
+MD5SUM_x86_64="5f23ede17402b2ff789e73ed2aad5693"
REQUIRES=""
MAINTAINER="Erich Ritz"
EMAIL="erich.public@protonmail.com"