GNU bug report logs -
#56645
[PATCH 0/3] gnu: gnuplot: Update package style and bump version to 5.4.4.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 19 Jul 2022 16:34:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56645 in the body.
You can then email your comments to 56645 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56645
; Package
guix-patches
.
(Tue, 19 Jul 2022 16:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 19 Jul 2022 16:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Paul A. Patience (3):
gnu: gnuplot: Remove input labels.
gnu: gnuplot: Use G-expressions.
gnu: gnuplot: Update to 5.4.4.
gnu/packages/maths.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
--
2.37.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56645
; Package
guix-patches
.
(Tue, 19 Jul 2022 16:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 56645 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (gnuplot)[inputs]: Move below native-inputs and
sort.
[native-inputs]: Remove labels.
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a84f47468..8bbc0df077 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1130,10 +1130,10 @@ (define-public gnuplot
(sha256
(base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
(build-system gnu-build-system)
- (inputs (list readline cairo pango gd lua))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("texlive" ,texlive-tiny)))
+ (list pkg-config texlive-tiny))
+ (inputs
+ (list cairo gd lua pango readline))
(arguments `(#:configure-flags (list (string-append
"--with-texdir=" %output
"/texmf-local/tex/latex/gnuplot"))
--
2.37.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56645
; Package
guix-patches
.
(Tue, 19 Jul 2022 16:36:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 56645 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (gnuplot)[arguments]: Use G-expressions.
---
gnu/packages/maths.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8bbc0df077..1409fd9cb0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1134,11 +1134,12 @@ (define-public gnuplot
(list pkg-config texlive-tiny))
(inputs
(list cairo gd lua pango readline))
- (arguments `(#:configure-flags (list (string-append
- "--with-texdir=" %output
- "/texmf-local/tex/latex/gnuplot"))
- ;; Plot on a dumb terminal during tests.
- #:make-flags '("GNUTERM=dumb")))
+ (arguments
+ (list #:configure-flags
+ #~(list (string-append "--with-texdir=" #$output
+ "/texmf-local/tex/latex/gnuplot"))
+ ;; Plot on a dumb terminal during tests.
+ #:make-flags #~'("GNUTERM=dumb")))
(home-page "http://www.gnuplot.info")
(synopsis "Command-line driven graphing utility")
(description "Gnuplot is a portable command-line driven graphing
--
2.37.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56645
; Package
guix-patches
.
(Tue, 19 Jul 2022 16:36:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 56645 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (gnuplot): Update to 5.4.4.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1409fd9cb0..93f21b4d80 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1121,14 +1121,14 @@ (define-public giza
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.4.3")
+ (version "5.4.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
+ (base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config texlive-tiny))
--
2.37.0
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Tue, 02 Aug 2022 18:13:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
bug acknowledged by developer.
(Tue, 02 Aug 2022 18:13:03 GMT)
Full text and
rfc822 format available.
Message #19 received at 56645-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thanks. Patches pushed!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 31 Aug 2022 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.