mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
games/cutemaze: Update to 1.3.1
Switch to Qt6 as Qt5 support was dropped upstream.
This commit is contained in:
parent
be6208edbe
commit
2cf4aea631
@ -1,5 +1,5 @@
|
||||
PORTNAME= cutemaze
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||
@ -11,10 +11,9 @@ WWW= https://gottcode.org/cutemaze/
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_QT= core gui svg imageformats:run widgets \
|
||||
linguisttools:build buildtools:build
|
||||
USES= cmake compiler:c++11-lang gl qt:6 tar:bzip2
|
||||
USE_GL= opengl
|
||||
USE_QT= base svg tools:build
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
@ -22,14 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man|man|' \
|
||||
${WRKSRC}/cutemaze.pro
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \
|
||||
${WRKSRC}/cutemaze.pro
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1645697785
|
||||
SHA256 (cutemaze-1.3.0-src.tar.bz2) = 87bf87d84dfb6554a794f6ba203fa5344bc5b54e4f7dd3129418ea06e9a88e85
|
||||
SIZE (cutemaze-1.3.0-src.tar.bz2) = 929353
|
||||
TIMESTAMP = 1662920365
|
||||
SHA256 (cutemaze-1.3.1-src.tar.bz2) = 6944931cd39e9ef202c11483b7b2b7409a068c52fa5fd4419ff938b1158c72ab
|
||||
SIZE (cutemaze-1.3.1-src.tar.bz2) = 928034
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/cutemaze
|
||||
man/man6/cutemaze.6.gz
|
||||
share/applications/cutemaze.desktop
|
||||
share/man/man6/cutemaze.6.gz
|
||||
%%NLS%%%%DATADIR%%/translations/cutemaze_cs.qm
|
||||
%%NLS%%%%DATADIR%%/translations/cutemaze_de.qm
|
||||
%%NLS%%%%DATADIR%%/translations/cutemaze_el.qm
|
||||
|
Loading…
Reference in New Issue
Block a user