GNU bug report logs - #73019
[PATCH 0/2] Add Black Box terminal

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Wed, 4 Sep 2024 05:31:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #86 received at 73019 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
To: 73019 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [PATCH v6 2/3] gnu: Add vte-0.73.92.
Date: Tue,  4 Mar 2025 17:51:37 +0530
* gnu/packages/gnome.scm (vte-0.73.92): New variable.

Change-Id: Ide1f88fc454155fa940ae2a63b6ed33e38f379f5
---
 gnu/packages/gnome.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6413deb18b..13963c29cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -79,6 +79,7 @@
 ;;; Copyright © 2023 Zhu Zihao <all_but_last <at> 163.com>
 ;;; Copyright © 2024 Dariqq <dariqq <at> posteo.net>
 ;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
+;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4722,6 +4723,26 @@ (define-public vte/gtk+-3
     (propagated-inputs (modify-inputs (package-propagated-inputs vte)
                          (replace "gtk" gtk+)))))
 
+(define-public vte-0.73.92
+  (package/inherit vte
+    (name "vte")
+    (version "0.73.92")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.gnome.org/GNOME/vte")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256 (base32
+                       "0fv6lx7kk1xrfsvc95jm23vxkmyfypriz4nvj0kjy4nshgccwlch"))))
+    (arguments (substitute-keyword-arguments (package-arguments vte)
+                 ((#:configure-flags flags)
+                  #~(append (list "-Dsixel=true")
+                            #$flags))))
+    (inputs (modify-inputs (package-inputs vte)
+              (append libsixel)
+              (append lz4)))))
+
 ;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
 (define-public vte/gtk+-2
   (package (inherit vte)
-- 
2.48.1





This bug report was last modified 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.