diff --git a/devel/gammaray/Makefile b/devel/gammaray/Makefile index d51d75587dc8..cf63fd6525e4 100644 --- a/devel/gammaray/Makefile +++ b/devel/gammaray/Makefile @@ -1,75 +1,78 @@ PORTNAME= gammaray DISTVERSION= 3.1.0 CATEGORIES= devel MASTER_SITES= https://github.com/KDAB/GammaRay/releases/download/v${DISTVERSION}/ # implicit-approval+: arrowd MAINTAINER= bofh@FreeBSD.org COMMENT= Debugging tool for Qt-application WWW= https://www.kdab.com/development-resources/qt-tools/gammaray/ LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20+ LGPL21 LGPL21+ LGPL3 MIT LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSES/BSD-2-Clause.txt LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSES/BSD-3-Clause.txt LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt LICENSE_FILE_LGPL20+ = ${WRKSRC}/LICENSES/LGPL-2.0-or-later.txt LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSES/LGPL-2.1-only.txt LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt LICENSE_FILE_LGPL3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt LIB_DEPENDS= libdwarf.so:devel/libdwarf \ libelf.so:devel/libelf FLAVORS= qt5 qt6 FLAVOR?= qt6 qt5_PKGNAMESUFFIX= -qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME} qt6_CONFLICTS_INSTALL= ${PORTNAME}-qt5 USES= cmake pkgconfig USE_KDE= coreaddons syntaxhighlighting USE_QT= 3d declarative location svg webchannel .if ${FLAVOR} == qt5 USES+= kde:5 qt:5 USE_QT+= buildtools:build concurrent core designer gui help \ linguisttools network printsupport qdoc:build \ qmake:build script scripttools uiplugin widgets xml QT_VERSION=${QT5_VERSION:C/\./_/:C/\..*//} .else -USES+= kde:6 qt:6 -USE_QT+= shadertools +USES+= gl kde:6 qt:6 +USE_GL= gl +USE_QT+= base positioning shadertools QT_VERSION=${QT6_VERSION:C/\./_/:C/\..*//} .endif CMAKE_ON= STACK_DETAILS_DWARF CMAKE_OFF= STACK_DETAILS_AUTO_DETECT .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB= WEBENGINE="" USE_QT+= webengine .else PLIST_SUB= WEBENGINE="@comment " .endif .if ${FLAVOR} == qt5 -PLIST_SUB+= QT5="" +PLIST_SUB+= QT5="" \ + QT6="@comment " .else -PLIST_SUB+= QT5="@comment " +PLIST_SUB+= QT5="@comment " \ + QT6="" .endif PLIST_SUB+= ARCH=${ARCH:S/amd64/x86_64/:S/i386/i686/:C/armv./arm/} \ PORTMAJMIN=${PORTVERSION:C/(.*)\..*/\1/} \ PORTVERSION=${PORTVERSION} \ QTVER=${QT_VERSION} .include diff --git a/devel/gammaray/pkg-plist b/devel/gammaray/pkg-plist index 756e37df5e82..ef2a32c996de 100644 --- a/devel/gammaray/pkg-plist +++ b/devel/gammaray/pkg-plist @@ -1,177 +1,183 @@ bin/gammaray include/gammaray/client/clientconnectionmanager.h include/gammaray/client/gammaray_client_export.h include/gammaray/client/processtracker.h include/gammaray/common/commonutils.h include/gammaray/common/endpoint.h include/gammaray/common/enumdefinition.h include/gammaray/common/enumrepository.h include/gammaray/common/enumvalue.h +include/gammaray/common/favoriteobjectinterface.h include/gammaray/common/gammaray_common_export.h include/gammaray/common/metatypedeclarations.h include/gammaray/common/modelroles.h include/gammaray/common/objectbroker.h include/gammaray/common/objectid.h include/gammaray/common/objectidfilterproxymodel.h include/gammaray/common/objectmodel.h include/gammaray/common/paths.h include/gammaray/common/probecontrollerinterface.h include/gammaray/common/propertycontrollerinterface.h include/gammaray/common/protocol.h include/gammaray/common/sourcelocation.h include/gammaray/common/translator.h include/gammaray/core/enumrepositoryserver.h include/gammaray/core/enumutil.h include/gammaray/core/gammaray_core_export.h include/gammaray/core/metaobject.h include/gammaray/core/metaobjectrepository.h include/gammaray/core/metaproperty.h include/gammaray/core/objectdataprovider.h include/gammaray/core/objectmodelbase.h include/gammaray/core/objecttypefilterproxymodel.h include/gammaray/core/probe.h include/gammaray/core/probecontroller.h include/gammaray/core/propertycontroller.h include/gammaray/core/propertycontrollerextension.h +include/gammaray/core/server.h include/gammaray/core/signalspycallbackset.h include/gammaray/core/singlecolumnobjectproxymodel.h include/gammaray/core/toolfactory.h include/gammaray/core/typetraits.h include/gammaray/core/util.h include/gammaray/core/varianthandler.h include/gammaray/launcher/attachdialog.h include/gammaray/launcher/connectpage.h include/gammaray/launcher/gammaray_launcher_export.h include/gammaray/launcher/gammaray_launcher_ui_export.h include/gammaray/launcher/launcher.h include/gammaray/launcher/launcherfinder.h include/gammaray/launcher/launcherwindow.h include/gammaray/launcher/launchoptions.h include/gammaray/launcher/networkdiscoverymodel.h include/gammaray/launcher/probeabi.h include/gammaray/launcher/probeabidetector.h include/gammaray/launcher/probefinder.h include/gammaray/ui/clientdecorationidentityproxymodel.h include/gammaray/ui/clienttoolmanager.h include/gammaray/ui/gammaray_ui_export.h include/gammaray/ui/propertyeditordelegate.h include/gammaray/ui/propertywidget.h include/gammaray/ui/propertywidgettab.h include/gammaray/ui/tooluifactory.h include/gammaray/ui/uiintegration.h include/gammaray/ui/uiresources.h include/gammaray/ui/uistatemanager.h lib/cmake/GammaRay/GammaRayConfig.cmake lib/cmake/GammaRay/GammaRayConfigVersion.cmake lib/cmake/GammaRay/GammaRayMacros.cmake lib/cmake/GammaRay/GammaRayTarget-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/GammaRay/GammaRayTarget.cmake lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_3dinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_3dinspector.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_actioninspector_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_actioninspector_ui_plugin.so %%QT5%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_codecbrowser_plugin.so %%QT5%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_codecbrowser_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_eventmonitor_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_eventmonitor_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_fontbrowser_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_fontbrowser_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_guisupport_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_guisupport.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_inprocessui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_kjobtracker_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_kjobtracker_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_localeinspector_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_localeinspector_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_mimetypes_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_mimetypes.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_modelinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_modelinspector.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_network_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_network.so +lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_openglsupport.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_positioning_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_positioning.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_probe.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_qmlsupport_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_qmlsupport.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_quickinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_quickinspector.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_quickwidgetsupport.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_sceneinspector_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_sceneinspector_ui_plugin.so %%QT5%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_scriptenginedebugger_plugin.so %%QT5%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_scriptenginedebugger_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_signalmonitor_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_signalmonitor.so %%QT5%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_statemachineviewer_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_styleinspector_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_styleinspector_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_sysinfo_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_sysinfo_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_textdocumentinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_textdocumentinspector.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_timertop_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_timertop_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_translatorinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_translatorinspector.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_webinspector_plugin.so %%WEBENGINE%%lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_webinspector_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_widgetinspector_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_widgetinspector_ui_plugin.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/gammaray_wlcompositorinspector_ui.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/libgammaray_widget_export_actions.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/styles/gammaray_injector_style.so lib/gammaray/%%PORTMAJMIN%%/qt%%QTVER%%-%%ARCH%%/target/position/libgammaray_geopositioninfosource.so lib/gammaray/libexec/gammaray-client lib/gammaray/libexec/gammaray-launcher lib/libgammaray_client.so lib/libgammaray_client.so.%%PORTVERSION%% lib/libgammaray_common-qt%%QTVER%%-%%ARCH%%.so lib/libgammaray_common-qt%%QTVER%%-%%ARCH%%.so.%%PORTVERSION%% lib/libgammaray_core-qt%%QTVER%%-%%ARCH%%.so lib/libgammaray_core-qt%%QTVER%%-%%ARCH%%.so.%%PORTVERSION%% lib/libgammaray_kitemmodels-qt%%QTVER%%-%%ARCH%%.so lib/libgammaray_kitemmodels-qt%%QTVER%%-%%ARCH%%.so.%%PORTVERSION%% lib/libgammaray_kuserfeedback.so lib/libgammaray_kuserfeedback.so.%%PORTVERSION%% lib/libgammaray_launcher_ui.so lib/libgammaray_launcher_ui.so.%%PORTVERSION%% lib/libgammaray_launcher.so lib/libgammaray_launcher.so.%%PORTVERSION%% lib/libgammaray_ui-qt%%QTVER%%-%%ARCH%%.so lib/libgammaray_ui-qt%%QTVER%%-%%ARCH%%.so.%%PORTVERSION%% mkspecs/modules/qt_GammaRayClient.pri mkspecs/modules/qt_GammaRayCommon.pri mkspecs/modules/qt_GammaRayCore.pri mkspecs/modules/qt_GammaRayKItemModels.pri mkspecs/modules/qt_GammaRayLauncher.pri mkspecs/modules/qt_GammaRayLauncherUi.pri mkspecs/modules/qt_GammaRayUi.pri share/metainfo/com.kdab.GammaRay.metainfo.xml share/applications/GammaRay.desktop +%%QT6%%share/doc/GammaRay/gammaray-manual.qch +%%QT6%%share/doc/GammaRay/gammaray.qhc share/icons/hicolor/16x16/apps/GammaRay.png share/icons/hicolor/16x16@2/apps/GammaRay.png share/icons/hicolor/16x16@3/apps/GammaRay.png share/icons/hicolor/24x24/apps/GammaRay.png share/icons/hicolor/24x24@2/apps/GammaRay.png share/icons/hicolor/24x24@3/apps/GammaRay.png share/icons/hicolor/32x32/apps/GammaRay.png share/icons/hicolor/32x32@2/apps/GammaRay.png share/icons/hicolor/32x32@3/apps/GammaRay.png share/icons/hicolor/48x48/apps/GammaRay.png share/icons/hicolor/48x48@2/apps/GammaRay.png share/icons/hicolor/48x48@3/apps/GammaRay.png share/icons/hicolor/64x64/apps/GammaRay.png share/icons/hicolor/64x64@2/apps/GammaRay.png share/icons/hicolor/64x64@3/apps/GammaRay.png share/icons/hicolor/128x128/apps/GammaRay.png share/icons/hicolor/128x128@2/apps/GammaRay.png share/icons/hicolor/128x128@3/apps/GammaRay.png share/icons/hicolor/256x256/apps/GammaRay.png share/icons/hicolor/256x256@2/apps/GammaRay.png share/icons/hicolor/256x256@3/apps/GammaRay.png share/icons/hicolor/512x512/apps/GammaRay.png share/icons/hicolor/512x512@2/apps/GammaRay.png share/man/man1/gammaray.1.gz %%DATADIR%%/translations/gammaray_de.qm %%DATADIR%%/translations/gammaray_en.qm +share/zsh/site-functions/_gammaray