svn commit: r554427 - in head/emulators: yuzu yuzu-qt5

Jan Beich jbeich at FreeBSD.org
Sun Nov 8 00:20:30 UTC 2020


Author: jbeich
Date: Sun Nov  8 00:20:29 2020
New Revision: 554427
URL: https://svnweb.freebsd.org/changeset/ports/554427

Log:
  emulators/yuzu-qt5: enable UI translations

Modified:
  head/emulators/yuzu-qt5/Makefile   (contents, props changed)
  head/emulators/yuzu/Makefile   (contents, props changed)

Modified: head/emulators/yuzu-qt5/Makefile
==============================================================================
--- head/emulators/yuzu-qt5/Makefile	Sat Nov  7 23:17:53 2020	(r554426)
+++ head/emulators/yuzu-qt5/Makefile	Sun Nov  8 00:20:29 2020	(r554427)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-qt5
 
 MASTERDIR=	${.CURDIR}/../yuzu

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Sat Nov  7 23:17:53 2020	(r554426)
+++ head/emulators/yuzu/Makefile	Sun Nov  8 00:20:29 2020	(r554427)
@@ -78,8 +78,8 @@ SDL_PLIST_FILES=bin/${PORTNAME}-cmd \
 		bin/${PORTNAME}-tester
 
 QT5_USES=	desktop-file-utils qt:5 shared-mime-info
-QT5_USE=	QT=qmake_build,buildtools_build,concurrent_build,core,gui,webengine,widgets
-QT5_CMAKE_BOOL=	ENABLE_QT YUZU_USE_QT_WEB_ENGINE
+QT5_USE=	QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,webengine,widgets
+QT5_CMAKE_BOOL=	ENABLE_QT ENABLE_QT_TRANSLATION YUZU_USE_QT_WEB_ENGINE
 QT5_PLIST_FILES=bin/${PORTNAME} \
 		share/applications/${PORTNAME}.desktop \
 		share/icons/hicolor/scalable/apps/${PORTNAME}.svg \


More information about the svn-ports-all mailing list