summaryrefslogtreecommitdiffstats
path: root/source/ap/soma/soma.SlackBuild
diff options
context:
space:
mode:
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