diff options
author | orbea <orbea@riseup.net> | 2021-02-18 14:16:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:11 +0700 |
commit | 4e92e75cac0a61c4b272df65dbf89d6a05d2563b (patch) | |
tree | c3ca3d45bb68f92e4782b3131c1b2f2d328791e2 /multimedia/lightspark/lightspark.SlackBuild | |
parent | d5d6a61386a30fe8c90ad121abb6080c361da182 (diff) |
multimedia/lightspark: Updated for version 0.8.4.1.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/lightspark/lightspark.SlackBuild')
-rw-r--r-- | multimedia/lightspark/lightspark.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/lightspark/lightspark.SlackBuild b/multimedia/lightspark/lightspark.SlackBuild index 36bc8ea5a961..734d2a164fab 100644 --- a/multimedia/lightspark/lightspark.SlackBuild +++ b/multimedia/lightspark/lightspark.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lightspark -# Copyright 2016-2020 Hunter Sezen California, USA +# Copyright 2016-2021 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lightspark -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# don't name scripts 'build' -mv build build.sh - mkdir -p build cd build cmake \ @@ -81,12 +78,14 @@ cd build -DMANUAL_DIRECTORY=man \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DGNASH_EXE_PATH=/usr/bin/gtk-gnash \ - -DCMAKE_SKIP_RPATH=TRUE \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG cd .. +# lightspark depends on the rpath +# -DCMAKE_SKIP_RPATH=TRUE \ + mv -- $PKG/etc/xdg/lightspark.conf $PKG/etc/xdg/lightspark.conf.new find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | |