commit 562200cc3e8a0f5f702325e35ff70f69def572b02cb19c8d261bbf88db62403e Author: Christophe Giboudeaux Date: Wed Nov 12 22:10:42 2014 +0000 - OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/massif-visualizer?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/massif-visualizer-0.3.90.tar.xz b/massif-visualizer-0.3.90.tar.xz new file mode 100644 index 0000000..4e5eb9c --- /dev/null +++ b/massif-visualizer-0.3.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940fa90137ca5eef08b9ec220825fadbf03db423a670a2c7fe3edab271d9922 +size 417864 diff --git a/massif-visualizer.changes b/massif-visualizer.changes new file mode 100644 index 0000000..f73c866 --- /dev/null +++ b/massif-visualizer.changes @@ -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. + + diff --git a/massif-visualizer.spec b/massif-visualizer.spec new file mode 100644 index 0000000..e1bd0b3 --- /dev/null +++ b/massif-visualizer.spec @@ -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 diff --git a/office-chart-area.png b/office-chart-area.png new file mode 100644 index 0000000..3e6e03b --- /dev/null +++ b/office-chart-area.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869c5a9dc954f8730abd6ae28edab484217e310e7b3e36d71e9cffb61a128a82 +size 1668