Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 11:39:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471539 - head/graphics/qt5-wayland
Message-ID:  <201806041139.w54BdScR060627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Jun  4 11:39:27 2018
New Revision: 471539
URL: https://svnweb.freebsd.org/changeset/ports/471539

Log:
  graphics/qt5-wayland: fix plist
  
  the two Qml files are only installed in debug builds.
  
  PR:		228564
  Reported by:	tobik

Modified:
  head/graphics/qt5-wayland/Makefile
  head/graphics/qt5-wayland/pkg-plist

Modified: head/graphics/qt5-wayland/Makefile
==============================================================================
--- head/graphics/qt5-wayland/Makefile	Mon Jun  4 11:03:01 2018	(r471538)
+++ head/graphics/qt5-wayland/Makefile	Mon Jun  4 11:39:27 2018	(r471539)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wayland
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 

Modified: head/graphics/qt5-wayland/pkg-plist
==============================================================================
--- head/graphics/qt5-wayland/pkg-plist	Mon Jun  4 11:03:01 2018	(r471538)
+++ head/graphics/qt5-wayland/pkg-plist	Mon Jun  4 11:39:27 2018	(r471539)
@@ -303,8 +303,8 @@
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so.debug
 %%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so.debug
-%%QT_QMLDIR%%/QtWayland/Compositor/WaylandCursorItem.qml
-%%QT_QMLDIR%%/QtWayland/Compositor/WaylandOutputWindow.qml
+%%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/WaylandCursorItem.qml
+%%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/WaylandOutputWindow.qml
 %%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so
 %%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so.debug
 %%QT_QMLDIR%%/QtWayland/Compositor/plugins.qmltypes



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