diff options
author | Egor Zayats <ea.zayac@gmail.com> | 2018-08-09 09:00:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:09 +0700 |
commit | 817d4c154191432470a55bcba0ad390e54366aa5 (patch) | |
tree | 51c8e4a4462b0090f6aa66dc5690673f6efec102 /desktop/libqtxdg/libqtxdg.SlackBuild | |
parent | f77b595b1166d84b9118a519d2b75c4731f68836 (diff) |
desktop/libqtxdg: Updated for version 3.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/libqtxdg/libqtxdg.SlackBuild')
-rw-r--r-- | desktop/libqtxdg/libqtxdg.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/libqtxdg/libqtxdg.SlackBuild b/desktop/libqtxdg/libqtxdg.SlackBuild index 02c862e0989ac..6bb31cc848fee 100644 --- a/desktop/libqtxdg/libqtxdg.SlackBuild +++ b/desktop/libqtxdg/libqtxdg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libqtxdg -# Copyright 2017 Egor Zayats, Minsk Belarus +# Copyright 2018 Egor Zayats, Minsk Belarus # 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=libqtxdg -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +85,9 @@ 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 CHANGELOG COPYING Digia-Qt-LGPL-Exception-1.1 $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHORS CHANGELOG COPYING Digia-Qt-LGPL-Exception-1.1 \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |