From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ABW8KUqpiGDmZAAAgWs5BA (envelope-from ) for ; Wed, 28 Apr 2021 02:16:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 6GxJJUqpiGCNNQAAbx9fmQ (envelope-from ) for ; Wed, 28 Apr 2021 00:16:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 40EA917FBE for ; Wed, 28 Apr 2021 02:16:10 +0200 (CEST) Received: from localhost ([::1]:51522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbXs9-0003OR-DZ for larch@yhetil.org; Tue, 27 Apr 2021 20:16:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50544) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbXs2-0003OL-IK for guix-patches@gnu.org; Tue, 27 Apr 2021 20:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39755) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbXs2-0006X3-49 for guix-patches@gnu.org; Tue, 27 Apr 2021 20:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbXs1-00048Z-Vs for guix-patches@gnu.org; Tue, 27 Apr 2021 20:16:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48074] [PATCH 2/2] gnu: Add labplot. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 28 Apr 2021 00:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48074 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48074@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 48074-submit@debbugs.gnu.org id=B48074.161956892115834 (code B ref 48074); Wed, 28 Apr 2021 00:16:01 +0000 Received: (at 48074) by debbugs.gnu.org; 28 Apr 2021 00:15:21 +0000 Received: from localhost ([127.0.0.1]:51300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbXrN-00047J-3n for submit@debbugs.gnu.org; Tue, 27 Apr 2021 20:15:21 -0400 Received: from mout01.posteo.de ([185.67.36.65]:59753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbXrJ-00046r-1k for 48074@debbugs.gnu.org; Tue, 27 Apr 2021 20:15:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 89F83240026 for <48074@debbugs.gnu.org>; Wed, 28 Apr 2021 02:15:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619568911; bh=T8EJqC/l2JxANRhrQhVmHs2q6UPOeFk/1R/ZuUJibs8=; h=From:To:Cc:Subject:Date:From; b=JrJ+OmK8WvlNwB9+j1F8GNyggFZtUooQung+2TAW7L0tlpEkJ8wYndC8K8UWRZvdL Z0H55yASXCOsxoxoqK1B2PSgwCLfwMa4DZ+omkWrgXeVHrQSfBjdeQt3HoRyrI5Hfx EarduRPWC4+7/cILuR5PLm5ePogGKmQm4ZOQJ+v/bWmg6sEkpd/nX5biUA0Gk7Lzc3 LTobsa75CwBW+s89Cl8Chl+iWyTfvbFs2OLB6WlJl6tTq/+pu8Deyq4JioJ6gGghDP bHAk324LSVpzWYbPbv30IS4iYEEPIeEAvQ2VrtJEQtfKZh3bty3E/BjZdMMB2gjjU6 2Mwa8NRUGC4XA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FVJzy1XNtz9rxH; Wed, 28 Apr 2021 02:15:09 +0200 (CEST) From: Vinicius Monego Date: Wed, 28 Apr 2021 00:14:48 +0000 Message-Id: <20210428001448.312057-2-monego@posteo.net> In-Reply-To: <20210428001448.312057-1-monego@posteo.net> References: <20210428001448.312057-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1619568970; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=BstEtc4uGQr31Oylhy5ePSHb9neXzi89u1M8p++lYCI=; b=hVdlgL3Za8etnN5YnYEJjVrfujV7ad/ELktjVybUcwO/EOV3Ohv8B2HTc9zyTZgpsyAvQs zd4tqSpHVg49mQyxtR0aIQNw/KCgA/SlwePfyPMvjfJPd6JFBmuH2LX1vWVsCGgtOir3dQ G9YccFoRHMP29YCCLvyAx+ujkdUxvrFKiReEe3vwwSFeahFZNtLiXgeORA0bOJ3m/O08qo aw/58EyKa8QuAs6sArljn+rGXjcdwEDfD2ytAJhy/mp3bQZM5PMAC++ndEl6SUeanhJV6a nwcvwVie/tI9fZh9YNPSdW9OW2nhQ+BIcz5HDMb4lf1xlZ7M7gBSIiE+awu1Qg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1619568970; a=rsa-sha256; cv=none; b=ZOACUET63aSqDs/2g7J0aO6NPLFzen9JJ3sVCr0CTr8dqZStychfr9G3z0T+ntERV6J/a3 PFwvq6qlVX0gyn8MhVFj7H3xb/lqB3qWJh8hqhR4YujqHmgzAnXSN99nTEijgvshxpiafc 44v9hiciXmmbLFRj+9NuucPTwi0nlxjvvBJFwZPPu6NYtKSTQDIf0jkP/8MJHnpzmhAFmL I9KviI8QvC0QEkqEEy5Vh6z92ZgioGntHqXIU4Noih8SbCN492JQ0QTSKUs6+m1jVv3Rfi QwCSCY4opxfsMjFkoAG1xbj9CWFAGMWj3wlIXxNL7hblshNi5Q1t0I2DeqBVMA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=JrJ+OmK8; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -0.35 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=JrJ+OmK8; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 40EA917FBE X-Spam-Score: -0.35 X-Migadu-Scanner: scn0.migadu.com X-TUID: 1EM4Crtq8mh2 * gnu/packages/kde.scm (labplot): New variable. --- gnu/packages/kde.scm | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 4a989b32dd..5929945686 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 Alexandros Theodotou ;;; Copyright © 2021 la snesne +;;; Copyright © 2021 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,6 +43,7 @@ #:use-module (gnu packages) #:use-module (gnu packages algebra) #:use-module (gnu packages apr) + #:use-module (gnu packages astronomy) #:use-module (gnu packages audio) #:use-module (gnu packages bison) #:use-module (gnu packages boost) @@ -772,6 +774,82 @@ communicate with each other. Here's a few things KDE Connect can do: (properties `((upstream-name . "kdeconnect-kde"))) (license (list license:gpl2 license:gpl3)))) ; dual licensed +(define-public labplot + (package + (name "labplot") + (version "2.8.2") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/labplot" + "/" version "/labplot-" + version ".tar.xz")) + (sha256 + (base32 "1yhxnchwb4n83sxrbn4im41g2sqr0xsim2y242mvyd8pjzd83icf")))) + (build-system qt-build-system) + (arguments + `(#:configure-flags + (list "-DENABLE_CANTOR=OFF" ;not packaged + "-DENABLE_MQTT=OFF" ;not packaged (qtmqtt) + ;; FIXME: readstat (optional dependency) is available in the + ;; statistics module, but that module can't be used here. + "-DENABLE_READSTAT=OFF" + ;; This is a bundled library that is not packaged. + "-DENABLE_LIBORIGIN=ON") + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + ;; This test fails, I don't know why. + (invoke "ctest" "-E" "parsertest")))))) + (native-inputs + `(("bison" ,bison) + ("extra-cmake-modules" ,extra-cmake-modules) + ("pkg-config" ,pkg-config) + ("python" ,python-wrapper) + ("qttools" ,qttools))) + (inputs + `(("breeze" ,breeze) ;for dark themes + ("breeze-icons" ,breeze-icons) ;for icons + ("gsl" ,gsl) + ("karchive" ,karchive) + ("kcompletion" ,kcompletion) + ("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdoctools" ,kdoctools) + ("ki18n" ,ki18n) + ("kiconthemes" ,kiconthemes) + ("kio" ,kio) + ("knewstuff" ,knewstuff) + ("kparts" ,kparts) + ("kservice" ,kservice) + ("ksyntaxhighlighting" ,ksyntaxhighlighting) + ("ktextwidgets" ,ktextwidgets) + ("kuserfeedback" ,kuserfeedback) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("qtbase" ,qtbase) + ("qtsvg" ,qtsvg) + ("shared-mime-info" ,shared-mime-info) + ;; Optional. + ("cfitsio" ,cfitsio) + ("fftw" ,fftw) + ("hdf5" ,hdf5) + ("libcerf" ,libcerf) + ("lz4" ,lz4) + ("netcdf" ,netcdf) + ("qtserialport" ,qtserialport) + ("zlib" ,zlib))) + (home-page "https://labplot.kde.org/") + (synopsis "Interactive graphing and analysis of scientific data") + (description "LabPlot is a tool for interactive graphing and analysis of +scientific data. It provides an easy way to create, manage and edit plots and +to perform data analysis.") + (license (list license:gpl2+ ;labplot + license:gpl3+)))) ;liborigin + (define-public kqtquickcharts (package (name "kqtquickcharts") -- 2.31.1