svn commit: r471539 - head/graphics/qt5-wayland

Tobias C. Berner tcberner at FreeBSD.org
Mon Jun 4 11:39:29 UTC 2018


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


More information about the svn-ports-all mailing list