diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-03-31 11:53:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:15 +0700 |
commit | 986ca178e9a2f3aa12db3fc721ccfced200d9ab0 (patch) | |
tree | b0e5fb581d3e560f933b0553bc041667a8cd9859 /games/duckstation | |
parent | 3ebef9f1ffade61a4beb7f23ca0f0a7ef45f6a46 (diff) |
games/duckstation: Updated for version 0.1.6051.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/duckstation')
-rw-r--r-- | games/duckstation/duckstation.SlackBuild | 10 | ||||
-rw-r--r-- | games/duckstation/duckstation.desktop | 2 | ||||
-rw-r--r-- | games/duckstation/duckstation.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/duckstation/duckstation.SlackBuild b/games/duckstation/duckstation.SlackBuild index cfee228483ed..a37f732caa33 100644 --- a/games/duckstation/duckstation.SlackBuild +++ b/games/duckstation/duckstation.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for duckstation -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,9 +25,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=duckstation -VERSION=${VERSION:-0.1.5836} -SRCDATE=${SRCDATE:-20221022} -SRCVER=${SRCVER:-6f709468601183083b8581d4952aaba7baf77084} +VERSION=${VERSION:-0.1.6051} +SRCDATE=${SRCDATE:-20230316} +SRCVER=${SRCVER:-3bbce19df29ccabd26aef7d8afa09ec63df98ccf} COMMIT=$(echo $SRCVER | cut -c -7) DISCORD=${DISCORD:-OFF} BUILD=${BUILD:-1} @@ -78,7 +78,7 @@ sed -i "s/HASH=\$(git rev-parse HEAD)/HASH=${SRCVER}/g" \ src/scmversion/gen_scmversion.sh sed -i "s/BRANCH=\$(git rev-parse --abbrev-ref HEAD | tr -d '\\\r\\\n')/BRANCH=master/g" \ src/scmversion/gen_scmversion.sh -sed -i "s/TAG=\$(git describe --tags --dirty --exclude latest --exclude preview --exclude play-store-release | tr -d '\\\r\\\n')/TAG=${VERSION}.${COMMIT}/g" \ +sed -i "s/TAG=\$(git describe --tags --dirty --exclude latest --exclude preview --exclude legacy --exclude play-store-release | tr -d '\\\r\\\n')/TAG=${VERSION}.${COMMIT}/g" \ src/scmversion/gen_scmversion.sh sed -i "s/DATE=\$(git log -1 --date=iso8601-strict --format=%cd)/DATE=${SRCDATE}/g" \ src/scmversion/gen_scmversion.sh diff --git a/games/duckstation/duckstation.desktop b/games/duckstation/duckstation.desktop index 17d68666d94e..29a5d8c31fd1 100644 --- a/games/duckstation/duckstation.desktop +++ b/games/duckstation/duckstation.desktop @@ -4,4 +4,4 @@ Comment=Fast PlayStation 1 emulator Exec=duckstation-qt %f Icon=duckstation Type=Application -Categories=Games; +Categories=Game; diff --git a/games/duckstation/duckstation.info b/games/duckstation/duckstation.info index 1bb8e817eb60..1871c850ffeb 100644 --- a/games/duckstation/duckstation.info +++ b/games/duckstation/duckstation.info @@ -1,10 +1,10 @@ PRGNAM="duckstation" -VERSION="0.1.5836" +VERSION="0.1.6051" HOMEPAGE="https://duckstation.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/stenzek/duckstation/archive/6f709468601183083b8581d4952aaba7baf77084/duckstation-6f709468601183083b8581d4952aaba7baf77084.tar.gz" -MD5SUM_x86_64="54b53a134cff399926435941f69c6b18" +DOWNLOAD_x86_64="https://github.com/stenzek/duckstation/archive/3bbce19df29ccabd26aef7d8afa09ec63df98ccf/duckstation-3bbce19df29ccabd26aef7d8afa09ec63df98ccf.tar.gz" +MD5SUM_x86_64="a22d76ce35317cbf3354eed9bf758225" REQUIRES="qt6" MAINTAINER="Steven Voges" EMAIL="svoges.sbo@gmail.com" |