summaryrefslogtreecommitdiffstats
path: root/source/ap/soma/soma.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-15 19:34:18 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-16 08:59:52 +0200
commit1097672bbe2dad8c413235e4cd4f8ee4a8d162e0 (patch)
treeb55b8c2cea71fe152cf7afab972297a3999f3bd4 /source/ap/soma/soma.SlackBuild
parent41bca28ec5e59f94389ba1ad0c75f0df7d05047b (diff)
downloadcurrent-118490add17ed1841a83572e51a939d6570c3a1e.tar.gz
current-118490add17ed1841a83572e51a939d6570c3a1e.tar.xz
Wed Jul 15 19:34:18 UTC 202020200715193418
a/kernel-firmware-20200715_69c7f0b-noarch-1.txz: Upgraded. ap/soma-3.3.5-noarch-1.txz: Upgraded. Thanks to David Woodfall. d/cmake-3.18.0-x86_64-1.txz: Upgraded. l/libzip-1.7.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/soma/soma.SlackBuild')
-rwxr-xr-xsource/ap/soma/soma.SlackBuild21
1 files changed, 12 insertions, 9 deletions
diff --git a/source/ap/soma/soma.SlackBuild b/source/ap/soma/soma.SlackBuild
index af32a201b..8196b707e 100755
--- a/source/ap/soma/soma.SlackBuild
+++ b/source/ap/soma/soma.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=soma
-VERSION=${VERSION:-3.3.0}
+VERSION=${VERSION:-3.3.5}
ARCH=noarch
BUILD=${BUILD:-1}
@@ -56,15 +56,18 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-mkdir -p $PKG/usr/bin $PKG/etc/soma/themes \
- $PKG/etc/soma/genres \
- $PKG/install $PKG/usr/doc/$PRGNAM-$VERSION
+mkdir -p \
+ $PKG/install \
+ $PKG/etc/soma/themes \
+ $PKG/etc/soma/genres \
+ $PKG/usr/doc/$PRGNAM-$VERSION
-install -m 755 soma $PKG/usr/bin/soma
-install -m 644 options.conf.new $PKG/etc/soma
-install -m 644 stations.conf.new $PKG/etc/soma
-install -m 644 themes/* $PKG/etc/soma/themes
-install -m 644 genres/* $PKG/etc/soma/genres
+install -m 755 -D soma $PKG/usr/bin/soma
+install -m 644 -D options.conf.new $PKG/etc/soma/
+install -m 644 -D stations.conf.new $PKG/etc/soma/
+install -m 644 -D themes/* $PKG/etc/soma/themes/
+install -m 644 -D genres/* $PKG/etc/soma/genres/
+install -m 644 -D soma.desktop $PKG/usr/share/applications/soma.desktop
cp -a README *.txt $PKG/usr/doc/$PRGNAM-$VERSION