Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 00:20:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554427 - in head/emulators: yuzu yuzu-qt5
Message-ID:  <202011080020.0A80KUPY066187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011080020.0A80KUPY066187>