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 | |
parent | f77b595b1166d84b9118a519d2b75c4731f68836 (diff) | |
download | slackbuilds-817d4c154191432470a55bcba0ad390e54366aa5.tar.gz |
desktop/libqtxdg: Updated for version 3.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/libqtxdg/libqtxdg.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/libqtxdg/libqtxdg.info | 6 | ||||
-rw-r--r-- | desktop/libqtxdg/slack-desc | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/desktop/libqtxdg/libqtxdg.SlackBuild b/desktop/libqtxdg/libqtxdg.SlackBuild index 02c862e098..6bb31cc848 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 diff --git a/desktop/libqtxdg/libqtxdg.info b/desktop/libqtxdg/libqtxdg.info index 202d49d608..b97ae20872 100644 --- a/desktop/libqtxdg/libqtxdg.info +++ b/desktop/libqtxdg/libqtxdg.info @@ -1,8 +1,8 @@ PRGNAM="libqtxdg" -VERSION="3.1.0" +VERSION="3.2.0" HOMEPAGE="https://lxqt.org/" -DOWNLOAD="https://downloads.lxqt.org/downloads/libqtxdg/3.1.0/libqtxdg-3.1.0.tar.xz" -MD5SUM="15db87c252dfdf6a6852abb08a749965" +DOWNLOAD="https://downloads.lxqt.org/downloads/libqtxdg/3.2.0/libqtxdg-3.2.0.tar.xz" +MD5SUM="8a01a31ad7a92ae44dc4d4b1127ae43f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" diff --git a/desktop/libqtxdg/slack-desc b/desktop/libqtxdg/slack-desc index 942acd8353..278acf3cd4 100644 --- a/desktop/libqtxdg/slack-desc +++ b/desktop/libqtxdg/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -libqtxdg: libqtxdg (freedesktop.org specs implementations for Qt) +libqtxdg: libqtxdg (Provides freedesktop.org specs implementations for Qt) libqtxdg: libqtxdg: libqtxdg is a Qt 5 implementation of freedesktop.org XDG libqtxdg: specifications. |