summaryrefslogtreecommitdiffstats
path: root/libraries/libopenshot/libopenshot.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2019-03-22 11:21:34 +0100
committer Willy Sudiarto Raharjo2019-03-23 03:59:38 +0100
commit49799f6849f1f2a634b6c347c8d2b6f1bd8c9594 (patch)
treed203290ca6ef897aa41909c438538caf62de1587 /libraries/libopenshot/libopenshot.SlackBuild
parentb91549f2085283c0ce9bb9965a54cad347c86223 (diff)
downloadslackbuilds-49799f6849f1f2a634b6c347c8d2b6f1bd8c9594.tar.gz
libraries/libopenshot: Updated for version 2.4.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/libopenshot/libopenshot.SlackBuild')
-rw-r--r--libraries/libopenshot/libopenshot.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libopenshot/libopenshot.SlackBuild b/libraries/libopenshot/libopenshot.SlackBuild
index bec4c68d51..3ba029e6df 100644
--- a/libraries/libopenshot/libopenshot.SlackBuild
+++ b/libraries/libopenshot/libopenshot.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libopenshot
-# Copyright 2016-2018 Christoph Willing, Brisbane Australia
+# Copyright 2016-2019 Christoph Willing, Brisbane Australia
# 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=libopenshot
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING README \
+cp -a AUTHORS COPYING INSTALL.md README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild