From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 26 11:54:47 2021 Received: (at submit) by debbugs.gnu.org; 26 Feb 2021 16:54:47 +0000 Received: from localhost ([127.0.0.1]:42191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFgO7-0001ml-55 for submit@debbugs.gnu.org; Fri, 26 Feb 2021 11:54:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:56808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFgO3-0001mU-JT for submit@debbugs.gnu.org; Fri, 26 Feb 2021 11:54:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFgNz-0007P0-Oq for guix-patches@gnu.org; Fri, 26 Feb 2021 11:54:42 -0500 Received: from mout02.posteo.de ([185.67.36.142]:34059) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFgNw-0005tU-PR for guix-patches@gnu.org; Fri, 26 Feb 2021 11:54:39 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 6A5472400FE for ; Fri, 26 Feb 2021 17:54:34 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DnG3F5NK9z9rxY; Fri, 26 Feb 2021 17:54:33 +0100 (CET) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: Add massif-visualizer. Date: Fri, 26 Feb 2021 16:54:21 +0000 Message-Id: <20210226165421.14164-2-alex@zrythm.org> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210226165421.14164-1-alex@zrythm.org> References: <20210226165421.14164-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.142; envelope-from=alex@zrythm.org; helo=mout02.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/kde.scm (massif-visualizer): New variable. --- gnu/packages/kde.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 9173aea80f..418f3b83bf 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020, 2021 Michael Rohleder ;;; Copyright © 2020 Prafulla Giri ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -543,6 +544,42 @@ 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 "0.7.0") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/massif-visualizer/" version + "/src/massif-visualizer-" version ".tar.xz")) + (sha256 + (base32 + "0v8z6r9gngzckvqyxjm9kp7hilwfqibyk2f9vag9l98ar0iwr97q")))) + (build-system cmake-build-system) + (inputs + `(("karchive" ,karchive) + ("kcoreaddons" ,kcoreaddons) + ("kparts" ,kparts) + ("kdiagram" ,kdiagram) + ("kgraphviewer" ,kgraphviewer) + ("kio" ,kio) + ("ki18n" ,ki18n) + ("qtbase" ,qtbase) + ("qtxmlpatterns" ,qtxmlpatterns) + ("qtsvg" ,qtsvg))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("extra-cmake-modules" ,extra-cmake-modules) + ("shared-mime-info" ,shared-mime-info))) + (home-page "https://apps.kde.org/en/massif-visualizer") + (synopsis "Tool that visualizes massif data generated by valgrind") + (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 in the visualizer. Gzip or Bzip2 compressed +massif files can also be opened transparently.") + (license license:gpl2+))) + (define-public libkomparediff2 (package (name "libkomparediff2") -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 27 06:34:06 2021 Received: (at 46799-done) by debbugs.gnu.org; 27 Feb 2021 11:34:06 +0000 Received: from localhost ([127.0.0.1]:43253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFxrH-0003kq-E7 for submit@debbugs.gnu.org; Sat, 27 Feb 2021 06:34:06 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:58759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFxrF-0003kL-Ut for 46799-done@debbugs.gnu.org; Sat, 27 Feb 2021 06:34:02 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 2C998FF803; Sat, 27 Feb 2021 11:33:54 +0000 (UTC) From: Nicolas Goaziou To: Alexandros Theodotou Subject: Re: [bug#46799] [PATCH 2/2] gnu: Add massif-visualizer. References: <20210226165421.14164-1-alex@zrythm.org> <20210226165421.14164-2-alex@zrythm.org> Date: Sat, 27 Feb 2021 12:33:54 +0100 In-Reply-To: <20210226165421.14164-2-alex@zrythm.org> (Alexandros Theodotou's message of "Fri, 26 Feb 2021 16:54:21 +0000") Message-ID: <87a6rp3ftp.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46799-done Cc: 46799-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Alexandros Theodotou writes: > * gnu/packages/kde.scm (massif-visualizer): New variable. I added Texinfo markup in the description of the second patch and applied both. Thank you! Regards, -- Nicolas Goaziou From unknown Sat Jun 14 03:54:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Mar 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator