diff options
-rw-r--r-- | desktop/sun/sun.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/sun/sun.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index 4732b7885d..52ad4cf8c6 100644 --- a/desktop/sun/sun.SlackBuild +++ b/desktop/sun/sun.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sun -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,7 +93,7 @@ cp -a extra/icons/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png cp -a extra/icons/*.png $PKG/usr/share/pixmaps/$PRGNAM cp -a extra/desktop/sun.desktop $PKG/usr/share/applications/ cp -a extra/xdg/sun-daemon.desktop.sample $PKG/etc/xdg/autostart/ -cp -a extra/xdg/sun.desktop $PKG/etc/xdg/autostart/ +cp -a extra/xdg/sun-tray_autostart.desktop $PKG/etc/xdg/autostart/ 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/desktop/sun/sun.info b/desktop/sun/sun.info index 666f8d15f7..f3771fb009 100644 --- a/desktop/sun/sun.info +++ b/desktop/sun/sun.info @@ -1,8 +1,8 @@ PRGNAM="sun" -VERSION="2.0.1" +VERSION="2.0.2" HOMEPAGE="https://dslackw.gitlab.io/sun" -DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/2.0.1/sun-2.0.1.tar.gz" -MD5SUM="a456395f5b782a6e8c7a6a5f5e710fb6" +DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/2.0.2/sun-2.0.2.tar.gz" +MD5SUM="a5baab1ff76cdd821ccf4ddbc01367f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-psutil" |