GNU bug report logs - #60865
[PATCH 0/2] Update VTE

Previous Next

Package: guix-patches;

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

Date: Mon, 16 Jan 2023 17:24:02 UTC

Severity: normal

Tags: patch

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

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 60865 in the body.
You can then email your comments to 60865 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60865; Package guix-patches. (Mon, 16 Jan 2023 17:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 16 Jan 2023 17:24:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update VTE
Date: Mon, 16 Jan 2023 18:17:47 +0100
Hi Guix,

this series updates VTE and adds a GTK4 version of it.
Originally, I had planned to use this so as to package Black Box [1],
but that one turned out to be a bigger dependency mess than I had
thought [2], so I'll just be adding VTE for now.

Cheers

[1] https://gitlab.gnome.org/raggesilver/blackbox
[2] https://gitlab.gnome.org/raggesilver/blackbox/-/issues/48

Liliana Marie Prikler (2):
  gnu: vte: Update to 0.70.2.
  gnu: Add vte-with-gtk-4.

 gnu/packages/gnome.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60865; Package guix-patches. (Mon, 16 Jan 2023 17:33:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60865 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: vte: Update to 0.70.2.
Date: Mon, 16 Jan 2023 16:41:51 +0100
* gnu/packages/gnome.scm (vte): Update to 0.70.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4cc5ca6969..6f162b084d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4599,7 +4599,7 @@ (define-public vala-0.52
 (define-public vte
   (package
     (name "vte")
-    (version "0.69.99")
+    (version "0.70.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -4607,7 +4607,7 @@ (define-public vte
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
+                "102d6cd9f96czlq01ixhymfp0z20khw0dl5bgvan9xg31lwb85ad"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~(list "-Dvapi=true"
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60865; Package guix-patches. (Mon, 16 Jan 2023 17:33:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60865 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add vte-with-gtk-4.
Date: Mon, 16 Jan 2023 16:50:31 +0100
* gnu/packages/gnome.scm (vte-with-gtk-4): New variable.
---
 gnu/packages/gnome.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6f162b084d..2d05bfebff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4634,6 +4634,15 @@ (define-public vte
 editors, IDEs, etc.")
     (license license:lgpl2.1+)))
 
+(define-public vte-with-gtk-4
+  (package/inherit vte
+    (name "vte-with-gtk4")
+    (arguments (substitute-keyword-arguments (package-arguments vte)
+                 ((#:configure-flags flags #~'())
+                  #~(cons* "-Dgtk4=true" "-Dgtk3=false" #$flags))))
+    (propagated-inputs (modify-inputs (package-propagated-inputs vte)
+                         (replace "gtk+" gtk)))))
+
 (define-public vte-ng
   (package
     (inherit vte)
-- 
2.38.1





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 29 Jan 2023 07:30:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 29 Jan 2023 07:30:02 GMT) Full text and rfc822 format available.

Message #16 received at 60865-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60865-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/2] Update VTE
Date: Sun, 29 Jan 2023 08:29:32 +0100
Am Montag, dem 16.01.2023 um 18:17 +0100 schrieb Liliana Marie Prikler:
> Hi Guix,
> 
> this series updates VTE and adds a GTK4 version of it.
> Originally, I had planned to use this so as to package Black Box [1],
> but that one turned out to be a bigger dependency mess than I had
> thought [2], so I'll just be adding VTE for now.
> 
> Cheers
> 
> [1] https://gitlab.gnome.org/raggesilver/blackbox
> [2] https://gitlab.gnome.org/raggesilver/blackbox/-/issues/48
> 
> Liliana Marie Prikler (2):
>   gnu: vte: Update to 0.70.2.
>   gnu: Add vte-with-gtk-4.
Pushed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Feb 2023 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 31 days ago.

Previous Next


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