Christophe Giboudeaux 2014-11-12 22:10:42 +00:00 committed by Git OBS Bridge
commit 562200cc3e
6 changed files with 128 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9940fa90137ca5eef08b9ec220825fadbf03db423a670a2c7fe3edab271d9922
size 417864

17
massif-visualizer.changes Normal file
View File

@ -0,0 +1,17 @@
-------------------------------------------------------------------
Tue Jan 28 17:03:49 UTC 2014 - cgiboudeaux@gmx.com
- Translations update.
-------------------------------------------------------------------
Mon Oct 14 13:33:41 UTC 2013 - cgiboudeaux@gmx.com
- Update translations
-------------------------------------------------------------------
Thu Mar 17 12:54:52 UTC 2011 - cgiboudeaux@gmx.com
- Add massif-visualizer.
Visualizer for Valgrind Massif data files.

81
massif-visualizer.spec Normal file
View File

@ -0,0 +1,81 @@
#
# spec file for package massif-visualizer
#
# Copyright (c) 2014 SUSE LINUX Products 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/
#
Name: massif-visualizer
Summary: Visualizer for output generated by Valgrind's massif tool
License: LGPL-2.0
Group: Development/Tools/Other
Url: https://projects.kde.org/massif-visualizer
BuildRequires: kgraphviewer-devel
BuildRequires: libkde4-devel
BuildRequires: shared-mime-info
Version: 0.3.90
Release: 0
Source0: ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Source2: office-chart-area.png
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: %{name}-lang
Requires: kgraphviewer
Suggests: valgrind
%kde4_runtime_requires
%description
Massif Visualizer is a tool that visualizes massif data.
You run your application in Valgrind with --tool=massif and then open the
generated massif.out.pid file in the visualizer.
Gzip or Bzip2 compressed massif files can also be opened transparently.
%lang_package
%prep
%setup -q
%build
%cmake_kde4 -d build
%make_jobs
%install
%kde4_makeinstall -C build
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
%suse_update_desktop_file %{name} Debugger
%kde_post_install
%find_lang massif-visualizer %{name}.lang
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files lang -f %{name}.lang
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_kde4_bindir}/massif-visualizer
%{_kde4_appsdir}/massif-visualizer
%{_kde4_configkcfgdir}/massif-visualizer-settings.kcfg
%{_kde4_applicationsdir}/massif-visualizer.desktop
%{_datadir}/mime/packages/massif.xml
%{_datadir}/pixmaps/office-chart-area.png
%changelog

3
office-chart-area.png Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:869c5a9dc954f8730abd6ae28edab484217e310e7b3e36d71e9cffb61a128a82
size 1668