pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/qt6-qtwayland



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 22 08:06:15 UTC 2025

Modified Files:
        pkgsrc/devel/qt6-qtwayland: Makefile PLIST

Log Message:
qt6-qtwayland: add vulkan files to PLIST, except on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/qt6-qtwayland/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/qt6-qtwayland/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/qt6-qtwayland/Makefile
diff -u pkgsrc/devel/qt6-qtwayland/Makefile:1.19 pkgsrc/devel/qt6-qtwayland/Makefile:1.20
--- pkgsrc/devel/qt6-qtwayland/Makefile:1.19    Tue Nov 11 12:34:18 2025
+++ pkgsrc/devel/qt6-qtwayland/Makefile Mon Dec 22 08:06:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/11/11 12:34:18 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/12/22 08:06:15 wiz Exp $
 
 DISTNAME=      qtwayland-everywhere-src-${QTVERSION}
 PKGNAME=       qt6-qtwayland-${QTVERSION}
@@ -17,6 +17,13 @@ PKG_SKIP_REASON+=    "Platform does not sup
 PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6WaylandClient.pc
 PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6WaylandCompositor.pc
 
+.include "../../mk/bsd.fast.prefs.mk"
+
+PLIST_VARS+=   vulkan
+.if ${OPSYS} != "Darwin"
+PLIST.vulkan=  yes
+.endif
+
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../lang/qt6-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"

Index: pkgsrc/devel/qt6-qtwayland/PLIST
diff -u pkgsrc/devel/qt6-qtwayland/PLIST:1.11 pkgsrc/devel/qt6-qtwayland/PLIST:1.12
--- pkgsrc/devel/qt6-qtwayland/PLIST:1.11       Tue Nov 11 12:34:18 2025
+++ pkgsrc/devel/qt6-qtwayland/PLIST    Mon Dec 22 08:06:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/11/11 12:34:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/12/22 08:06:15 wiz Exp $
 lib/pkgconfig/Qt6WaylandCompositor.pc
 lib/pkgconfig/Qt6WaylandCompositorIviapplication.pc
 lib/pkgconfig/Qt6WaylandCompositorPresentationTime.pc
@@ -337,6 +337,12 @@ qt6/lib/cmake/Qt6WaylandCompositor/Qt6Sh
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginAdditionalTargetInfo.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginConfig.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginConfigVersion.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginConfigVersionImpl.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginTargets-release.cmake
+${PLIST.vulkan}qt6/lib/cmake/Qt6WaylandCompositor/Qt6VulkanServerBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfigVersion.cmake
@@ -490,6 +496,7 @@ qt6/plugins/wayland-decoration-client/li
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-dmabuf-server-buffer.so
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-drm-egl-server-buffer.so
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-shm-emulation-server.so
+${PLIST.vulkan}qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-vulkan-server.so
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-egl.so
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-eglstream-controller.so
 qt6/plugins/wayland-shell-integration/libivi-shell.so



Home | Main Index | Thread Index | Old Index