GNU bug report logs -
#64458
[PATCH] gnu: reptyr: Update to 0.10.0.
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Tue, 4 Jul 2023 10:54:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 64458 in the body.
You can then email your comments to 64458 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#64458
; Package
guix-patches
.
(Tue, 04 Jul 2023 10:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <873216071 <at> qq.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 04 Jul 2023 10:54:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/screen.scm (reptyr): Update to 0.10.0.
[arguments]: use new style, fix cross-compilation.
---
gnu/packages/screen.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 21150394db..8f2aa51c53 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2016 Alex Griffin <a <at> ajgrf.com>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,7 +27,9 @@ (define-module (gnu packages screen)
#:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
+ #:use-module (guix gexp)
#:use-module (guix git-download)
+ #:use-module (guix utils)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
@@ -153,7 +156,7 @@ (define-public byobu
(define-public reptyr
(package
(name "reptyr")
- (version "0.7.0")
+ (version "0.10.0")
(source
(origin
(method git-fetch)
@@ -162,18 +165,18 @@ (define-public reptyr
(commit (string-append "reptyr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hnijfz1ab34j2h2cxc3f43rmbclyihgn9x9wxa7jqqgb2xm71hj"))))
+ (base32 "03k95bf7b46g89j0hgfvra9d512z0ha7vw9358h9j67h9b5bylwf"))))
(build-system gnu-build-system)
(arguments
- '(#:tests? #f ; no tests
- #:make-flags
- (list "CC=gcc"
- (string-append "PREFIX=" (assoc-ref %outputs "out"))
- (string-append "BASHCOMPDIR=" (assoc-ref %outputs "out")
- "/etc/bash_completion.d"))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)))) ; no configure script
+ (list #:tests? #f ; no tests
+ #:make-flags
+ #~(list (string-append "CC=" #$(cc-for-target))
+ (string-append "PREFIX=" #$output)
+ (string-append "BASHCOMPDIR=" #$output
+ "/etc/bash_completion.d"))
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'configure)))) ; no configure script
(home-page "https://github.com/nelhage/reptyr")
(synopsis "Tool for reparenting a running program to a new terminal")
(description
base-commit: cf7e0267adfc3cb83e477c2aebb61060c3c0cfd6
--
2.40.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 17 Jul 2023 22:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zheng Junjie <873216071 <at> qq.com>
:
bug acknowledged by developer.
(Mon, 17 Jul 2023 22:33:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64458-done <at> debbugs.gnu.org (full text, mbox):
Zheng Junjie <873216071 <at> qq.com> skribis:
> * gnu/packages/screen.scm (reptyr): Update to 0.10.0.
> [arguments]: use new style, fix cross-compilation.
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 15 Aug 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.