guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vte-ng: Remove package.


From: guix-commits
Subject: branch master updated: gnu: vte-ng: Remove package.
Date: Tue, 01 Aug 2023 07:50:53 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34b56974df gnu: vte-ng: Remove package.
34b56974df is described below

commit 34b56974dfe720e5e30f04409ac216747d7e3f5c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Aug 1 19:46:46 2023 +0800

    gnu: vte-ng: Remove package.
    
    It fails to build and is not used anymore.
    
    * gnu/packages/gnome.scm (vte-ng): Remove package.
---
 gnu/packages/gnome.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d38ed41291..18f0783208 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4562,28 +4562,6 @@ editors, IDEs, etc.")
     (propagated-inputs (modify-inputs (package-propagated-inputs vte)
                          (replace "gtk+" gtk)))))
 
-(define-public vte-ng
-  (package
-    (inherit vte)
-    (name "vte-ng")
-    (version "0.59.0")
-    (home-page "https://github.com/thestinger/vte-ng";)
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference (url home-page) (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "03ffhjc0fq9p25y1b2c0a51jn7y2bc0acxsgymhcb3pyijc8ykjm"))))
-    (build-system meson-build-system)
-    (arguments
-     (list #:configure-flags #~(list "-Ddocs=false")))
-  (synopsis "Enhanced VTE terminal widget")
-  (description
-   "VTE is a library (libvte) implementing a terminal emulator widget for
-GTK+, this fork provides additional functions exposed for keyboard text
-selection and URL hints.")))
-
 ;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
 (define-public vte/gtk+-2
   (package (inherit vte)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]