diff --git a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild index 227355cb61..a14e2b177a 100644 --- a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild +++ b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthingtray-bin SRCNAM=syncthingtray -VERSION=${VERSION:-1.7.8} +VERSION=${VERSION:-1.7.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,10 +70,10 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + mkdir -p $PKG/opt/$SRCNAM -cp $SRCNAM-$VERSION-$ARCH-pc-linux-gnu $PKG/opt/$SRCNAM/$SRCNAM-$VERSION-$ARCH-pc-linux-gnu +cp $SRCNAM $PKG/opt/$SRCNAM/$SRCNAM mkdir -p $PKG/usr/bin -ln -sf ../../opt/$SRCNAM/$SRCNAM-$VERSION-$ARCH-pc-linux-gnu $PKG/usr/bin/$SRCNAM-$ARCH-pc-linux-gnu +ln -sf ../../opt/$SRCNAM/$SRCNAM $PKG/usr/bin/$SRCNAM 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 diff --git a/network/syncthingtray-bin/syncthingtray-bin.info b/network/syncthingtray-bin/syncthingtray-bin.info index af0ac0e17c..afa168355c 100644 --- a/network/syncthingtray-bin/syncthingtray-bin.info +++ b/network/syncthingtray-bin/syncthingtray-bin.info @@ -1,10 +1,10 @@ PRGNAM="syncthingtray-bin" -VERSION="1.7.8" +VERSION="1.7.10" HOMEPAGE="https://github.com/Martchus/syncthingtray" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v1.7.8/syncthingtray-1.7.8-x86_64-pc-linux-gnu.tar.xz" -MD5SUM_x86_64="8cb24ec7e1eeed1ed2a1a70637874a4a" +DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v1.7.10/syncthingtray-1.7.10-x86_64-pc-linux-gnu.tar.xz" +MD5SUM_x86_64="5520c15f6c530f710062c3d2d59ab2c9" REQUIRES="" MAINTAINER="Marco Lavorini" EMAIL="sbo dot mlavorini at outlook dot com" diff --git a/network/syncthingtray-bin/syncthingtray.desktop b/network/syncthingtray-bin/syncthingtray.desktop index 7beae578fc..4630e6d366 100644 --- a/network/syncthingtray-bin/syncthingtray.desktop +++ b/network/syncthingtray-bin/syncthingtray.desktop @@ -2,7 +2,7 @@ Name=Syncthingtray GenericName=Syncthing Tray Comment=Tray application for Syncthing -Exec=syncthingtray-x86_64-pc-linux-gnu +Exec=syncthingtray Icon=syncthingtray Terminal=false Type=Application