DOSBox: bump version

This commit is contained in:
Sergei Reznikov
2018-11-20 18:05:30 +03:00
parent 55c33cb3ed
commit 147340e87b
2 changed files with 27 additions and 22 deletions

View File

@@ -10,12 +10,14 @@ You can re-live the good old days with the help of DOSBox, it can run plenty \
of the old classics that don't run on your new computer!
DOSBox is totally free of charge and OpenSource."
HOMEPAGE="https://www.dosbox.com/"
COPYRIGHT="2002-2013 The DosBox Team"
COPYRIGHT="2002-2018 The DOSBox Team"
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
portVersion="0.74-2"
SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/$portVersion/dosbox-$portVersion.tar.gz"
CHECKSUM_SHA256="13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05"
PATCHES="dosbox-$portVersion.patchset"
SOURCE_DIR="dosbox-$portVersion"
CHECKSUM_SHA256="7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf"
PATCHES="dosbox-0.74.patchset"
ADDITIONAL_FILES="dosbox.rdef"
ARCHITECTURES="!x86_gcc2 x86_64"
@@ -75,8 +77,11 @@ INSTALL()
{
make install
strip $binDir/dosbox
mkdir $appsDir
mv $binDir/dosbox $appsDir/DOSBox
rm -rf $binDir
strip $appsDir/DOSBox
addResourcesToBinaries $portDir/additional-files/dosbox.rdef $binDir/dosbox
addAppDeskbarSymlink $binDir/dosbox "DOSBox"
addResourcesToBinaries $portDir/additional-files/dosbox.rdef $appsDir/DOSBox
addAppDeskbarSymlink $appsDir/DOSBox
}