mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/duckstation: Updated for version 0.1.6051.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ebef9f1ff
commit
986ca178e9
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -4,4 +4,4 @@ Comment=Fast PlayStation 1 emulator
|
|||
Exec=duckstation-qt %f
|
||||
Icon=duckstation
|
||||
Type=Application
|
||||
Categories=Games;
|
||||
Categories=Game;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue