M gnu/packages/kde-sdk.scm => gnu/packages/kde-sdk.scm +34 -0
@@ 187,3 187,37 @@ JavaScript, Python and PHP. It also integrates with a debugger, different
build systems (CMake, QMake, custom Makefiles) and version control
software (Git, Subversion, Mercurial, CVS and Bazaar).")
(license license:lgpl2.1+)))
+
+(define-public massif-visualizer
+ (package
+ (name "massif-visualizer")
+ (version "24.12.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/massif-visualizer-" version ".tar.xz"))
+ (sha256
+ (base32 "09da7qlrq21rb2971wx43790ki6hk7xn255j82kfmx2kp9ilwvxm"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules pkg-config shared-mime-info))
+ (inputs
+ (list karchive
+ kcoreaddons
+ kparts
+ kdiagram
+ kgraphviewer
+ kio
+ ki18n
+ qtsvg
+ qt5compat))
+ (arguments (list #:qtbase qtbase))
+ (home-page "https://apps.kde.org/massif_visualizer/")
+ (synopsis "Visualize massif data generated by Valgrind")
+ (description
+ "Massif Visualizer is a tool that visualizes massif data.
+You run your application in Valgrind with @code{--tool=massif} and then open
+the generated @file{massif.out.%pid} in the visualizer. Gzip or Bzip2
+compressed massif files can also be opened transparently.")
+ (license license:gpl2+)))
M gnu/packages/kde.scm => gnu/packages/kde.scm +0 -34
@@ 694,40 694,6 @@ illustrators, matte and texture artists, and the VFX industry. Notable
features include brush stabilizers, brush engines and wrap-around mode.")
(license license:gpl2+)))
-(define-public massif-visualizer
- (package
- (name "massif-visualizer")
- (version "24.12.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/massif-visualizer-" version ".tar.xz"))
- (sha256
- (base32 "09da7qlrq21rb2971wx43790ki6hk7xn255j82kfmx2kp9ilwvxm"))))
- (build-system qt-build-system)
- (native-inputs
- (list extra-cmake-modules pkg-config shared-mime-info))
- (inputs
- (list karchive
- kcoreaddons
- kparts
- kdiagram
- kgraphviewer
- kio
- ki18n
- qtsvg
- qt5compat))
- (arguments (list #:qtbase qtbase))
- (home-page "https://apps.kde.org/massif_visualizer/")
- (synopsis "Visualize massif data generated by Valgrind")
- (description
- "Massif Visualizer is a tool that visualizes massif data.
-You run your application in Valgrind with @code{--tool=massif} and then open
-the generated @file{massif.out.%pid} in the visualizer. Gzip or Bzip2
-compressed massif files can also be opened transparently.")
- (license license:gpl2+)))
-
(define-public libqaccessibilityclient
(package
(name "libqaccessibilityclient")