GNU bug report logs -
#57014
[PATCH] gnu: terminals: Deprecate wterm.
Previous Next
Reported by: "(" <paren <at> disroot.org>
Date: Sat, 6 Aug 2022 09:14:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 16 Aug 2022 09:24:55 +0800
with message-id <87h72d9dzs.fsf <at> envs.net>
and subject line Re: bug#57014: [PATCH] gnu: terminals: Deprecate wterm.
has caused the debbugs.gnu.org bug report #57014,
regarding [PATCH] gnu: terminals: Deprecate wterm.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57014: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57014
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/terminals.scm (wterm): Deprecate in favour of `foot`.
`wterm` no longer works with modern Wayland, and has been unmaintained
since early 2021. See issue #52029.
---
gnu/packages/terminals.scm | 56 ++------------------------------------
1 file changed, 2 insertions(+), 54 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 7e5016f08f..3603f4710e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2021 Solene Rapenne <solene <at> perso.pw>
;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright © 2022 Felipe Balbi <balbi <at> kernel.org>
+;;; Copyright © 2022 ( <paren <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1301,60 +1302,7 @@ (define-public eternalterminal
(license license:asl2.0)))
(define-public wterm
- (package
- (name "wterm")
- (version "0.7")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/majestrate/wterm")
- (commit "0ae42717c08a85a6509214e881422c7fbe7ecc45")))
- (sha256
- (base32
- "0g4lzmc1w6na81i6hny32xds4xfig4xzswzfijyi6p93a1226dv0"))
- (file-name (git-file-name name version))))
- (build-system gnu-build-system)
- (native-inputs
- (list pkg-config))
- (inputs
- `(("fontconfig" ,fontconfig)
- ("freetype" ,freetype)
- ("libdrm" ,libdrm)
- ("libxkbcommon" ,libxkbcommon)
- ("ncurses" ,ncurses)
- ("pixman" ,pixman)
- ("wayland" ,wayland)))
- (arguments
- '(#:tests? #f
-
- ;; Without -j1 it fails to find file libwld.a.
- #:parallel-build? #f
-
- #:make-flags (list "CC=gcc"
- (string-append "PREFIX=" %output)
- (string-append "TERMINFO="
- (assoc-ref %outputs "out")
- "/share/terminfo"))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (add-after 'unpack 'terminfo-fix
- (lambda _
- (substitute* "Makefile"
- (("\ttic .*") "\tmkdir -p $(SHARE_PREFIX)/share/terminfo
-\ttic -o $(SHARE_PREFIX)/share/terminfo -s wterm.info\n"))
- #t)))))
- (native-search-paths
- (list (search-path-specification
- (variable "TERMINFO_DIRS")
- (files '("share/terminfo")))))
- (home-page "https://github.com/majestrate/wterm")
- (synopsis "Terminal emulator for Wayland")
- (description "wterm is a native Wayland terminal emulator based on
-an st fork using wld. st is a simple terminal emulator for X originally
-made by suckless.")
- (license license:x11)))
+ (deprecated-package "wterm" foot))
(define-public tio
(package
--
2.37.1
[Message part 3 (message/rfc822, inline)]
"(" <paren <at> disroot.org> writes:
> * gnu/packages/terminals.scm (wterm): Deprecate in favour of `foot`.
>
> `wterm` no longer works with modern Wayland, and has been unmaintained
> since early 2021. See issue #52029.
Applied, thank you!
This bug report was last modified 2 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.