diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-20 23:38:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-20 23:38:05 +0700 |
commit | 83a6f2b984a86dd21cf2fefd7712301e031cc60b (patch) | |
tree | 7e31e8d89153560584fd6924c28e6fc43daf6d7b | |
parent | 32df7d2b3145fbd2efcceef78be7507fc03e142a (diff) |
academic/gcompris-qt: Updated for version 3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/gcompris-qt/gcompris-qt.SlackBuild | 13 | ||||
-rw-r--r-- | academic/gcompris-qt/gcompris-qt.info | 10 |
2 files changed, 7 insertions, 16 deletions
diff --git a/academic/gcompris-qt/gcompris-qt.SlackBuild b/academic/gcompris-qt/gcompris-qt.SlackBuild index 1d34d6b9d281..4eb0aed0fccf 100644 --- a/academic/gcompris-qt/gcompris-qt.SlackBuild +++ b/academic/gcompris-qt/gcompris-qt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gcompris-qt -# Copyright 2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2020-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -26,16 +26,10 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# This software is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, -# 29 June 2007 -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gcompris-qt -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,9 +53,6 @@ case "$ARCH" in ;; esac -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/academic/gcompris-qt/gcompris-qt.info b/academic/gcompris-qt/gcompris-qt.info index eeef0aa1ff91..51c02206c22e 100644 --- a/academic/gcompris-qt/gcompris-qt.info +++ b/academic/gcompris-qt/gcompris-qt.info @@ -1,10 +1,10 @@ PRGNAM="gcompris-qt" -VERSION="2.4" +VERSION="3.0" HOMEPAGE="https://gcompris.net/" -DOWNLOAD="https://gcompris.net/download/qt/linux/gcompris-qt-2.4-Linux32.sh" -MD5SUM="bb2f4b23372c22bedba28669cde0158f" -DOWNLOAD_x86_64="https://gcompris.net/download/qt/linux/gcompris-qt-2.4-Linux64.sh" -MD5SUM_x86_64="21f3ea9061b51762dfd254177cf634b9" +DOWNLOAD="https://gcompris.net/download/qt/linux/gcompris-qt-3.0-Linux32.sh" +MD5SUM="8819a7d9689057fc9e9b96203a9106d7" +DOWNLOAD_x86_64="https://gcompris.net/download/qt/linux/gcompris-qt-3.0-Linux64.sh" +MD5SUM_x86_64="0723d9b879e76b67882dd3c5bcac4eb6" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |