games/chessx: Updated for version 1.5.4.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David O'Shaughnessy 2020-10-08 21:59:15 +01:00 committed by Willy Sudiarto Raharjo
parent 0a01aa7a91
commit 586c369f3a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=chessx
VERSION=${VERSION:-1.5.0}
VERSION=${VERSION:-1.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,8 +69,9 @@ 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 {} \;
# Compile the application with Qt5
lupdate chessx.pro
# Compile the application with Qt
lupdate-qt5 chessx.pro
lrelease-qt5 i18n/*.ts
qmake-qt5 QMAKE_CXXFLAGS="$SLKCFLAGS"
make

View File

@ -1,8 +1,8 @@
PRGNAM="chessx"
VERSION="1.5.0"
VERSION="1.5.4"
HOMEPAGE="http://chessx.sourceforge.net/"
DOWNLOAD="http://sourceforge.net/projects/chessx/files/chessx/1.5.0/chessx-1.5.0.tgz"
MD5SUM="4c18aea95d16d670fd959679e2945f5f"
DOWNLOAD="http://sourceforge.net/projects/chessx/files/chessx/1.5.4/chessx-1.5.4.tgz"
MD5SUM="ef52fde4ac75f92e10c81b4e3e601089"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"