diff options
Diffstat (limited to 'network/protonmail-bridge')
-rw-r--r-- | network/protonmail-bridge/doinst.sh | 6 | ||||
-rw-r--r-- | network/protonmail-bridge/protonmail-bridge.SlackBuild | 3 | ||||
-rw-r--r-- | network/protonmail-bridge/protonmail-bridge.info | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/network/protonmail-bridge/doinst.sh b/network/protonmail-bridge/doinst.sh index 5fb28930db0b..65c7e2eeb9aa 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 fe028d4e62ce..0fa8970863fe 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 eff0d8923350..876e00d45d4c 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" |