From 7dd171a4be1facd07ff96df866e8aa908328ed73 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Sun, 25 Feb 2024 22:22:16 +0100 Subject: games/dustrac: updated for version 2.1.1. New maintainer Signed-off-by: Willy Sudiarto Raharjo --- games/dustrac/dustrac.SlackBuild | 6 +++--- games/dustrac/dustrac.info | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'games') diff --git a/games/dustrac/dustrac.SlackBuild b/games/dustrac/dustrac.SlackBuild index 296d9f8cc0..00f32deed1 100644 --- a/games/dustrac/dustrac.SlackBuild +++ b/games/dustrac/dustrac.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for dustrac # Copyright 2013-2019 Larry Hajali +# Copyright 2024 Yth | Pont-en-Royans, France | yth@ythogtha.org # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dustrac SRCNAM=DustRacing2D -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,7 +78,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 {} \+ -# 20220220 bkw: C++ is an ever-moving target. sed -i '1i#include ' src/game/audio/*.cpp cmake -G "Unix Makefiles" \ @@ -95,7 +95,7 @@ make VERBOSE=1 make install DESTDIR=$PKG strip $PKG/usr/games/* -# 20220220 bkw: someone might not have /usr/games in $PATH +# For people who don't have /usr/games in $PATH sed -i '/^Exec/s,=,=/usr/games/,' $PKG/usr/share/applications/*.desktop cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/dustrac/dustrac.info b/games/dustrac/dustrac.info index 64769d6c6b..44eeacc0f4 100644 --- a/games/dustrac/dustrac.info +++ b/games/dustrac/dustrac.info @@ -1,10 +1,10 @@ PRGNAM="dustrac" -VERSION="2.0.3" +VERSION="2.1.1" HOMEPAGE="http://dustrac.sourceforge.net" -DOWNLOAD="https://github.com/juzzlin/DustRacing2D/archive/2.0.3/DustRacing2D-2.0.3.tar.gz" -MD5SUM="d8734f53048a875b4bed1fcb291fd403" +DOWNLOAD="https://github.com/juzzlin/DustRacing2D/archive/2.1.1/DustRacing2D-2.1.1.tar.gz" +MD5SUM="52e29cfb40b0f5dbda5131da06cb53e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" -- cgit v1.2.3