aboutsummaryrefslogtreecommitdiff
path: root/desktop/sun
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-05-26 12:18:18 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 08:09:00 +0700
commite7bdc2326aee6ac2b6c2e440da011f1314a48542 (patch)
tree5f778307ed6876a6ee7f9874816e0364e6ec6ec9 /desktop/sun
parentbb878ec1ea3a4a24138731a1a1c7e5f25a785dba (diff)
desktop/sun: Updated for version 1.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sun')
-rw-r--r--desktop/sun/README2
-rw-r--r--desktop/sun/doinst.sh7
-rw-r--r--desktop/sun/sun.SlackBuild3
-rw-r--r--desktop/sun/sun.info6
4 files changed, 9 insertions, 9 deletions
diff --git a/desktop/sun/README b/desktop/sun/README
index a8ef38bc39300..ce7e517249499 100644
--- a/desktop/sun/README
+++ b/desktop/sun/README
@@ -6,5 +6,5 @@ SUN works with slackpkg as well as with others tools and
repositories. Probably, you can use the SUN with other's Slackware
based Linux distributionsc as well.
-Edit the configuration /etc/sun/sun.toml file and change the http
+Edit the configuration /etc/sun/repositories.toml file and change the http
mirror for your country. NOTE: ftp mirrors not supported.
diff --git a/desktop/sun/doinst.sh b/desktop/sun/doinst.sh
index f9996bc504dff..3b650ef7da544 100644
--- a/desktop/sun/doinst.sh
+++ b/desktop/sun/doinst.sh
@@ -9,12 +9,11 @@ config() {
}
config etc/sun/sun.toml.new
+config etc/sun/repositories.toml.new
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-for file in sun_daemon.desktop ; do
- cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 2> /dev/null && \
- rm etc/xdg/autostart/${file}.sample
-done
+cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 2> /dev/null && \
+ rm etc/xdg/autostart/${file}.sample
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild
index 0f626056db810..4c5f719931a34 100644
--- a/desktop/sun/sun.SlackBuild
+++ b/desktop/sun/sun.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sun
-VERSION=${VERSION:-1.4.9}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,6 +88,7 @@ cp sbin/sun_daemon $PKG/usr/sbin
# Install configuration file
mkdir -p $PKG/etc/$PRGNAM
install -D -m0644 conf/sun.toml $PKG/etc/sun/sun.toml.new
+install -D -m0644 conf/repositories.toml $PKG/etc/sun/repositories.toml.new
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 15ada17053eed..11b92f2c2cac8 100644
--- a/desktop/sun/sun.info
+++ b/desktop/sun/sun.info
@@ -1,8 +1,8 @@
PRGNAM="sun"
-VERSION="1.4.9"
+VERSION="1.5.1"
HOMEPAGE="https://gitlab.com/dslackw/sun"
-DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.4.9/sun-1.4.9.tar.gz"
-MD5SUM="0382affd2434483880963ab7e97c0765"
+DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.5.1/sun-1.5.1.tar.gz"
+MD5SUM="1a8d90d3476d8d62afdc7ceb2d0a35e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""