GNU bug report logs - #29882
[PATCH] gnu: gtk+: Enable broadway backend.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Thu, 28 Dec 2017 23:09:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.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 29882 in the body.
You can then email your comments to 29882 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#29882; Package guix-patches. (Thu, 28 Dec 2017 23:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 28 Dec 2017 23:09:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: gtk+: Enable broadway backend.
Date: Fri, 29 Dec 2017 00:08:04 +0100
* gnu/packages/gtk.scm (gtk+)[arguments]: Add "--enable-broadway-backend"
to #:configure-flags.
---
 gnu/packages/gtk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0424a0423..bfc298f6a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -712,7 +712,9 @@ application suites.")
                               ;; by gnome-control-center
                               "--enable-wayland-backend"
                               ;; This is necessary to build both backends.
-                              "--enable-x11-backend")
+                              "--enable-x11-backend"
+                              ;; This enables the HTML5 websocket backend.
+                              "--enable-broadway-backend")
       #:phases (modify-phases %standard-phases
         (add-before 'configure 'pre-configure
           (lambda _




Information forwarded to guix-patches <at> gnu.org:
bug#29882; Package guix-patches. (Thu, 28 Dec 2017 23:26:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 29882 <at> debbugs.gnu.org
Subject: Re: bug#29882: Acknowledgement ([PATCH] gnu: gtk+: Enable broadway
 backend.)
Date: Fri, 29 Dec 2017 00:25:55 +0100
(for core-updates)




Information forwarded to guix-patches <at> gnu.org:
bug#29882; Package guix-patches. (Sat, 30 Dec 2017 17:12:02 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 29882 <at> debbugs.gnu.org
Subject: Re: [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
Date: Sat, 30 Dec 2017 18:11:50 +0100
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/gtk.scm (gtk+)[arguments]: Add "--enable-broadway-backend"
> to #:configure-flags.
> ---
>  gnu/packages/gtk.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
> index 0424a0423..bfc298f6a 100644
> --- a/gnu/packages/gtk.scm
> +++ b/gnu/packages/gtk.scm
> @@ -712,7 +712,9 @@ application suites.")
>                                ;; by gnome-control-center
>                                "--enable-wayland-backend"
>                                ;; This is necessary to build both backends.
> -                              "--enable-x11-backend")
> +                              "--enable-x11-backend"
> +                              ;; This enables the HTML5 websocket backend.
> +                              "--enable-broadway-backend")

How much does this add to the size of GTK+?

LGTM, assuming it's not a huge difference.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Sat, 30 Dec 2017 17:47:01 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Sat, 30 Dec 2017 17:47:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 29882-done <at> debbugs.gnu.org
Subject: Re: [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
Date: Sat, 30 Dec 2017 18:46:27 +0100
Before:

$ du -ks ...
3796    /gnu/store/3yxrhf2r889x377m6xndgprh53hw8zhy-gtk+-3.22.21-bin
25004   /gnu/store/vfmx21jirz50vr0rnp6fpd5cnbfy0mdv-gtk+-3.22.21-doc
47784   /gnu/store/yawiwhnk61f934i7fn623ghhxavcihmx-gtk+-3.22.21

Afterwards:

$ du -ks ...
3928    /gnu/store/5lnnrsfk9cpf63s5ikq45dk9rlwdhj9f-gtk+-3.22.26-bin
25016   /gnu/store/8iwr4dh8ims0sm8vw22lahgzl4ixsn9l-gtk+-3.22.26-doc
48024   /gnu/store/5vz7n1psaab58259yxmra3aa4zc1d4am-gtk+-3.22.26

Applied as 150e230165901fb7e35f0e1d69bae0344f0ffe53 to core-updates.

Thanks!




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

This bug report was last modified 7 years and 202 days ago.

Previous Next


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