gammaray/gammaray.spec

169 lines
5.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gammaray
#
Accepting request 574654 from home:alarrosa:branches:KDE:Extra - Update to 2.9.0: * Improve Qt Quick Controls 2 tracer coloring. * Fix issues with QSG diagnostic render modes in combination with QQuickWidget. * Improve input validation in the connect dialog. * Fix Qt Quick remote view on targets without GL_BGRA support. * Add texture and texture atlas inspection for QSGMaterial using objects. * Only read and send the actually visible screen content in the Qt Quick remote view. * Support dynamic shaders in the QSGMaterial shader view. * Show vertex and fragment uniforms for shader effects in the QSGMaterial tab. * Fix crashes during changing/restoring QSG diagnostic render modes. * Batch row/column count requests for better remote model performance. * Drop support for CMake 2.8, at least 3.0 is required now. * Improved performance in the Qt Quick inspector. * Add support for QSGRenderNode. * Consider compiler version as part of the probe ABI on Windows. * Fix multithreading issues in the timer inspector. * Add search line to timer inspector. * Add screenshot support in Qt Quick inspector. * Improve item picking support in Qt Quick inspector. * Add texture waste indicator to texture inspection tab. * Add color picker for remote views. * Add object navigation and source navigation to the timer inspector. * Add support for cross-architecture injection on Windows. * Add support for editing enum/flag properties not registered with the Qt meta object system. * Add network configuration view. * Improved indication that a target process is being inspected by GammaRay. * Add widget tab focus chain visualization. * Fix re-attaching to a target application on Windows. * Add QML binding inspector (requires Qt 5.10 or newer). * Add support for QtWebEngine to the web inspector tool. OBS-URL: https://build.opensuse.org/request/show/574654 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=29
2018-02-09 21:23:48 +01:00
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define tarname GammaRay
Name: gammaray
Accepting request 574654 from home:alarrosa:branches:KDE:Extra - Update to 2.9.0: * Improve Qt Quick Controls 2 tracer coloring. * Fix issues with QSG diagnostic render modes in combination with QQuickWidget. * Improve input validation in the connect dialog. * Fix Qt Quick remote view on targets without GL_BGRA support. * Add texture and texture atlas inspection for QSGMaterial using objects. * Only read and send the actually visible screen content in the Qt Quick remote view. * Support dynamic shaders in the QSGMaterial shader view. * Show vertex and fragment uniforms for shader effects in the QSGMaterial tab. * Fix crashes during changing/restoring QSG diagnostic render modes. * Batch row/column count requests for better remote model performance. * Drop support for CMake 2.8, at least 3.0 is required now. * Improved performance in the Qt Quick inspector. * Add support for QSGRenderNode. * Consider compiler version as part of the probe ABI on Windows. * Fix multithreading issues in the timer inspector. * Add search line to timer inspector. * Add screenshot support in Qt Quick inspector. * Improve item picking support in Qt Quick inspector. * Add texture waste indicator to texture inspection tab. * Add color picker for remote views. * Add object navigation and source navigation to the timer inspector. * Add support for cross-architecture injection on Windows. * Add support for editing enum/flag properties not registered with the Qt meta object system. * Add network configuration view. * Improved indication that a target process is being inspected by GammaRay. * Add widget tab focus chain visualization. * Fix re-attaching to a target application on Windows. * Add QML binding inspector (requires Qt 5.10 or newer). * Add support for QtWebEngine to the web inspector tool. OBS-URL: https://build.opensuse.org/request/show/574654 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=29
2018-02-09 21:23:48 +01:00
Version: 2.9.0
Release: 0
Summary: Introspection/Debugging Tool for Qt Applications
License: GPL-2.0+
Group: Development/Tools/Debuggers
Url: http://www.kdab.com/gammaray
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
Source: https://github.com/KDAB/GammaRay/releases/download/v%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Fix_icons_installation.patch -- Don't try to install multiple copies in exotic subdirs
Patch0: Fix_icons_installation.patch
BuildRequires: binutils-devel
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
BuildRequires: cmake >= 2.8.11
BuildRequires: fdupes
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
BuildRequires: kcoreaddons-devel
# include this so the icon folders don't need to be owned by the package
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
BuildRequires: doxygen
Accepting request 459023 from home:alarrosa:branches:KDE:Extra - Update to 2.7.0: * Improved enum and flag editor in the property view. * Add style hint view to style inspector. * Fix runtime QSG visualization mode switching for newer Qt versions. * Initial support for statically compiling GammaRay into a target. * Support for QtWayland 5.8. * Add object navigation for the translation inspector. * Automatically re-scan meta types to captures types registered later. * Improved Wayland log and timeline view. * Add object navigation for Wayland clients. * Show alive object statistics in the meta object browser. * Add Qt3D geometry inspector (requires Qt >= 5.7 and Qt3D) * Allow to hide inactive tools. * Fix handling of partially out-of-view QQuickItems in the QQ2 inspector. * Improve error handling in the GDB injector. * Fix QML support not being activated when attaching to a QtQuick application at runtime. * Fix widget layout overlay for nested QLayouts. * Fix crash on client disconnect. * Syntax highlighting and code folding for textual content (requires KF5::SyntaxHighlighting) * Add 3D widget layout visualization. * Allow to hide non-visible elements in the full-depth picking dialog. * Add QtIvi inspection tool (requires Qt5IviCore) * Fix QSG geometry inspector not showing geometry correctly on first selection. * Build both release and debug probes by default when using MSVC. * Add more editor defaults for code navigation on Linux. * Add QtSCXML support to the state machine debugger (requires Qt >= 5.8). * Show QtQuick overlays also in the target application. * Avoid leaking GammaRay translated strings into the translation inspector. * Fix launching targets on macOS >= 10.9. - When building for at least Leap 42.2, BuildRequire glslang-devel OBS-URL: https://build.opensuse.org/request/show/459023 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=23
2017-02-19 14:32:33 +01:00
%if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420200
BuildRequires: glslang-devel
%endif
BuildRequires: graphviz-devel
BuildRequires: graphviz-gnome
BuildRequires: hicolor-icon-theme
Accepting request 459023 from home:alarrosa:branches:KDE:Extra - Update to 2.7.0: * Improved enum and flag editor in the property view. * Add style hint view to style inspector. * Fix runtime QSG visualization mode switching for newer Qt versions. * Initial support for statically compiling GammaRay into a target. * Support for QtWayland 5.8. * Add object navigation for the translation inspector. * Automatically re-scan meta types to captures types registered later. * Improved Wayland log and timeline view. * Add object navigation for Wayland clients. * Show alive object statistics in the meta object browser. * Add Qt3D geometry inspector (requires Qt >= 5.7 and Qt3D) * Allow to hide inactive tools. * Fix handling of partially out-of-view QQuickItems in the QQ2 inspector. * Improve error handling in the GDB injector. * Fix QML support not being activated when attaching to a QtQuick application at runtime. * Fix widget layout overlay for nested QLayouts. * Fix crash on client disconnect. * Syntax highlighting and code folding for textual content (requires KF5::SyntaxHighlighting) * Add 3D widget layout visualization. * Allow to hide non-visible elements in the full-depth picking dialog. * Add QtIvi inspection tool (requires Qt5IviCore) * Fix QSG geometry inspector not showing geometry correctly on first selection. * Build both release and debug probes by default when using MSVC. * Add more editor defaults for code navigation on Linux. * Add QtSCXML support to the state machine debugger (requires Qt >= 5.8). * Show QtQuick overlays also in the target application. * Avoid leaking GammaRay translated strings into the translation inspector. * Fix launching targets on macOS >= 10.9. - When building for at least Leap 42.2, BuildRequire glslang-devel OBS-URL: https://build.opensuse.org/request/show/459023 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=23
2017-02-19 14:32:33 +01:00
BuildRequires: kdstatemachineeditor-devel
BuildRequires: libQt5Core-private-headers-devel >= 5.3.0
BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0
BuildRequires: libQt5Network-private-headers-devel >= 5.3.0
BuildRequires: libdw-devel
BuildRequires: libqt5-qt3d-devel >= 5.3.0
BuildRequires: libqt5-qtbase-doc >= 5.3.0
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.3.0
BuildRequires: libqt5-qtdoc >= 5.3.0
%if 0%{?suse_version} > 1320
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
%endif
BuildRequires: libqt5-qttools >= 5.3.0
BuildRequires: libqt5-qtwayland-devel >= 5.3.0
BuildRequires: libxml2-devel
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: vtk-devel
BuildRequires: vtk-java
BuildRequires: vtk-qt
BuildRequires: vtk-tcl
BuildRequires: wayland-devel
Accepting request 459023 from home:alarrosa:branches:KDE:Extra - Update to 2.7.0: * Improved enum and flag editor in the property view. * Add style hint view to style inspector. * Fix runtime QSG visualization mode switching for newer Qt versions. * Initial support for statically compiling GammaRay into a target. * Support for QtWayland 5.8. * Add object navigation for the translation inspector. * Automatically re-scan meta types to captures types registered later. * Improved Wayland log and timeline view. * Add object navigation for Wayland clients. * Show alive object statistics in the meta object browser. * Add Qt3D geometry inspector (requires Qt >= 5.7 and Qt3D) * Allow to hide inactive tools. * Fix handling of partially out-of-view QQuickItems in the QQ2 inspector. * Improve error handling in the GDB injector. * Fix QML support not being activated when attaching to a QtQuick application at runtime. * Fix widget layout overlay for nested QLayouts. * Fix crash on client disconnect. * Syntax highlighting and code folding for textual content (requires KF5::SyntaxHighlighting) * Add 3D widget layout visualization. * Allow to hide non-visible elements in the full-depth picking dialog. * Add QtIvi inspection tool (requires Qt5IviCore) * Fix QSG geometry inspector not showing geometry correctly on first selection. * Build both release and debug probes by default when using MSVC. * Add more editor defaults for code navigation on Linux. * Add QtSCXML support to the state machine debugger (requires Qt >= 5.8). * Show QtQuick overlays also in the target application. * Avoid leaking GammaRay translated strings into the translation inspector. * Fix launching targets on macOS >= 10.9. - When building for at least Leap 42.2, BuildRequire glslang-devel OBS-URL: https://build.opensuse.org/request/show/459023 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=23
2017-02-19 14:32:33 +01:00
%if 0%{?suse_version} > 1320
BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0
%endif
BuildRequires: cmake(Qt5Bluetooth) >= 5.3.0
BuildRequires: cmake(Qt5Concurrent) >= 5.3.0
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5Designer) >= 5.3.0
BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRequires: cmake(Qt5Positioning) >= 5.3.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0
BuildRequires: cmake(Qt5Qml) >= 5.3.0
BuildRequires: cmake(Qt5Quick) >= 5.3.0
BuildRequires: cmake(Qt5Script) >= 5.3.0
BuildRequires: cmake(Qt5ScriptTools) >= 5.3.0
%if 0%{?suse_version} > 1320
BuildRequires: cmake(Qt5Scxml) >= 5.8.0
%endif
BuildRequires: cmake(Qt5Svg) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Gamma Ray is a comprehensive collection of high level introspection
and debugging utilities specifically tailored for the various
frameworks in Qt.
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%package devel
Summary: Introspection/Debugging Tool for Qt Applications
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
Gamma Ray is a comprehensive collection of high level introspection
and debugging utilities specifically tailored for the various
frameworks in Qt. Development files.
%prep
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%setup -q -n %{name}-%{version}
%patch0 -p1
%build
%if "%{_lib}" == "lib64"
LIBSUFFIX="-DLIB_SUFFIX=64"
%else
LIBSUFFIX=""
%endif
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \
Accepting request 438106 from home:alarrosa:branches:KDE:Extra - Update to 2.6.0: * Reworked tool view handling, enabling deeper IDE integration of individual tools. * Merged model and selection model inspector. * Fixed crash when quickly changing selection in model inspector. * Add QMetaObject validation, identifying common problems with signal/slot declarations. * Support object navigation to and from the model and text document inspectors as well as the signal plotter. * Visualize model selections. * Allow to inspect model content also for disabled cells. * Show model cell flags in model inspector. * Fix sorting in object method view. * Fix handling of source model changes for proxy and selection models. * Add in-app picking for selection models and actions. * Extended the user manual with example problems diagnosed with GammaRay. * Allow to rescan the meta type database. * Add object navigation from the meta type view to the meta object browser. * Show registered comparison and stream operators in the meta type browser. * Add object navigation support to the action and timer inspectors. * Visualize enabled state in the action inspector too. * Support editing of nested properties of value types. * Fix various enum/flag display issues in the property view. * Fix AArch64 detection on ELF platforms. * Support ABI detection on systems without ldd. * Add Wayland compositor inspector. * Add advanced element picking mode for widget and Qt Quick inspectors. * Fix crash when encountering an empty translation context. * Extend user manual content. * Fix a number of memory leaks. * Fix crash when selecting a dangling top-level layout in the widget inspector. * Fix missing standard icon types in style inspector for some Qt versions. * Fix table layout in style inspector. OBS-URL: https://build.opensuse.org/request/show/438106 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=11
2016-11-01 09:38:55 +01:00
-DQCH_INSTALL_DIR=%{_datadir}/gammaray/ \
-DQDOC_EXECUTABLE=%{_libqt5_bindir}/qdoc \
-DQHELPGEN_EXECUTABLE=%{_libqt5_bindir}/qhelpgenerator \
$LIBSUFFIX
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
make VERBOSE=1 %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
install -d -m 755 %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
%suse_update_desktop_file GammaRay Development Qt Debugger
%fdupes %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%files
%defattr(-,root,root)
%doc CHANGES ReadMe.txt
%dir %{_datadir}/icons/hicolor/512x512/
%dir %{_datadir}/icons/hicolor/512x512/apps/
%{_bindir}/gammaray
%{_datadir}/applications/GammaRay.desktop
%{_datadir}/icons/hicolor/*/apps/GammaRay.png
%{_docdir}/%{name}/
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%{_libdir}/gammaray/
%{_libdir}/libgammaray_*-qt5*.so.*
%{_libdir}/libgammaray_client.so.*
%{_libdir}/libgammaray_kuserfeedback.so.*
Accepting request 438106 from home:alarrosa:branches:KDE:Extra - Update to 2.6.0: * Reworked tool view handling, enabling deeper IDE integration of individual tools. * Merged model and selection model inspector. * Fixed crash when quickly changing selection in model inspector. * Add QMetaObject validation, identifying common problems with signal/slot declarations. * Support object navigation to and from the model and text document inspectors as well as the signal plotter. * Visualize model selections. * Allow to inspect model content also for disabled cells. * Show model cell flags in model inspector. * Fix sorting in object method view. * Fix handling of source model changes for proxy and selection models. * Add in-app picking for selection models and actions. * Extended the user manual with example problems diagnosed with GammaRay. * Allow to rescan the meta type database. * Add object navigation from the meta type view to the meta object browser. * Show registered comparison and stream operators in the meta type browser. * Add object navigation support to the action and timer inspectors. * Visualize enabled state in the action inspector too. * Support editing of nested properties of value types. * Fix various enum/flag display issues in the property view. * Fix AArch64 detection on ELF platforms. * Support ABI detection on systems without ldd. * Add Wayland compositor inspector. * Add advanced element picking mode for widget and Qt Quick inspectors. * Fix crash when encountering an empty translation context. * Extend user manual content. * Fix a number of memory leaks. * Fix crash when selecting a dangling top-level layout in the widget inspector. * Fix missing standard icon types in style inspector for some Qt versions. * Fix table layout in style inspector. OBS-URL: https://build.opensuse.org/request/show/438106 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=11
2016-11-01 09:38:55 +01:00
%{_libdir}/libgammaray_launcher.so.*
%{_libdir}/libgammaray_launcher_ui.so.*
%{_mandir}/man1/gammaray.*
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%if 0%{?suse_version} <= 1320
%dir %{_datadir}/appdata
%endif
%{_datadir}/appdata/GammaRay.appdata.xml
Accepting request 438106 from home:alarrosa:branches:KDE:Extra - Update to 2.6.0: * Reworked tool view handling, enabling deeper IDE integration of individual tools. * Merged model and selection model inspector. * Fixed crash when quickly changing selection in model inspector. * Add QMetaObject validation, identifying common problems with signal/slot declarations. * Support object navigation to and from the model and text document inspectors as well as the signal plotter. * Visualize model selections. * Allow to inspect model content also for disabled cells. * Show model cell flags in model inspector. * Fix sorting in object method view. * Fix handling of source model changes for proxy and selection models. * Add in-app picking for selection models and actions. * Extended the user manual with example problems diagnosed with GammaRay. * Allow to rescan the meta type database. * Add object navigation from the meta type view to the meta object browser. * Show registered comparison and stream operators in the meta type browser. * Add object navigation support to the action and timer inspectors. * Visualize enabled state in the action inspector too. * Support editing of nested properties of value types. * Fix various enum/flag display issues in the property view. * Fix AArch64 detection on ELF platforms. * Support ABI detection on systems without ldd. * Add Wayland compositor inspector. * Add advanced element picking mode for widget and Qt Quick inspectors. * Fix crash when encountering an empty translation context. * Extend user manual content. * Fix a number of memory leaks. * Fix crash when selecting a dangling top-level layout in the widget inspector. * Fix missing standard icon types in style inspector for some Qt versions. * Fix table layout in style inspector. OBS-URL: https://build.opensuse.org/request/show/438106 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=11
2016-11-01 09:38:55 +01:00
%{_datadir}/gammaray
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%files devel
%defattr(-,root,root)
%doc LICENSE.*
%{_includedir}/%{name}
%{_libdir}/cmake/GammaRay/
Accepting request 295059 from home:sumski:branches:KDE:Extra - Update to 2.2.1: * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for QSortFilterProxyModel regression introduced in qtbase commit bec1854cc0. * Follow kdstatemachineeditor KDSME API changes. * Use the preload injector by default on Mac for Qt >= 5.4. * Fix probe ABI detection on Mac bundles. * Fix asserts caused by icon loading in QCoreApplication-only targets. * Fix crash when target deletes a signal sender in a slot. - Changes since 2.2.0: * New translation inspector plug-in. * New signal monitor and object lifetime plotter plug-in. * Support displaying of QQmlListProperty contents. * Expose signal/slot spy callback API to plug-ins. * Improved state machine visualization using KDSME. * Support for QQmlTimer in the timertop plug-in. * Support exporting of QResource data. * Improved QSGMaterial viewer. * Various performance improvements for the QtQuick2 remote preview. * Improved Qt 5.4 compatibility. * Fix handling of large images in the resource browser. * Support for manually emitting signals, and improved method display. - Changes since 2.1.2: * Fix crash when selecting the scene graph root node. * Fix two asserts in Qt 5.4 when dealing with connections OBS-URL: https://build.opensuse.org/request/show/295059 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=4
2015-04-09 18:48:33 +02:00
%{_libdir}/libgammaray_*-qt5*.so
%{_libdir}/libgammaray_client.so
%{_libdir}/libgammaray_kuserfeedback.so
%{_libdir}/libgammaray_launcher.so
%{_libdir}/libgammaray_launcher_ui.so
%{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri
%changelog