* State of ungoogled-chromium in Guix
@ 2019-10-23 20:00 Marius Bakke
2019-10-24 22:03 ` Tobias Geerinckx-Rice
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Marius Bakke @ 2019-10-23 20:00 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 713 bytes --]
Hello Guix,
Version 78 of the upstream Chromium project was released yesterday, with
the usual amount of security fixes:
https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_22.html
Unfortunately the 'ungoogled-chromium' variant in Guix is still stuck on
version 76. The reason is that we rely on Debians patches, which have
gone stale:
https://salsa.debian.org/chromium-team/chromium
I plan to remove 'ungoogled-chromium' and 'ungoogled-chromium-wayland'
in a few days, unless someone is willing to port the patches. I can
help extracting just the few changes we need, but do not have time nor
motivation to port them to the newer version myself.
Here is a preliminary patch:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: diff --]
[-- Type: text/x-patch, Size: 1396 bytes --]
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index aad1fd9203..21fc3625a6 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -42,6 +42,7 @@
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
+ #:use-module (gnu packages gnuzilla)
#:use-module (gnu packages gperf)
#:use-module (gnu packages gtk)
#:use-module (gnu packages icu4c)
@@ -806,7 +807,8 @@ from forcing GEXP-PROMISE."
;; Building Chromium takes ... a very long time. On a single core, a busy
;; mid-end x86 system may need more than 24 hours to complete the build.
- (properties '((timeout . 144000))) ;40 hours
+ (properties '((timeout . 144000) ;40 hours
+ (hidden? . #t)))
(home-page "https://github.com/Eloston/ungoogled-chromium")
(description
@@ -852,3 +854,9 @@ disabled in order to protect the users privacy.")
(assoc-ref %build-inputs "wayland")
"/bin/wayland-scanner\""))
(delete "use_vaapi=true" ,flags)))))))
+
+(define-public ungoogled-chromium-is-deprecated
+ (deprecated-package "ungoogled-chromium" icecat))
+
+(define-public ungoogled-chromium-wayland-is-deprecated
+ (deprecated-package "ungoogled-chromium-wayland" icecat))
[-- Attachment #1.3: Type: text/plain, Size: 11 bytes --]
Thoughts?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: State of ungoogled-chromium in Guix
2019-10-23 20:00 State of ungoogled-chromium in Guix Marius Bakke
@ 2019-10-24 22:03 ` Tobias Geerinckx-Rice
2019-10-25 20:40 ` Ludovic Courtès
2019-11-10 20:16 ` Vagrant Cascadian
2 siblings, 0 replies; 7+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-10-24 22:03 UTC (permalink / raw)
To: Guix Devel
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
Marius,
Marius Bakke 写道:
> I plan to remove 'ungoogled-chromium' and
> 'ungoogled-chromium-wayland'
> in a few days
This is good.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: State of ungoogled-chromium in Guix
2019-10-23 20:00 State of ungoogled-chromium in Guix Marius Bakke
2019-10-24 22:03 ` Tobias Geerinckx-Rice
@ 2019-10-25 20:40 ` Ludovic Courtès
2019-11-03 18:46 ` Marius Bakke
2019-11-10 20:16 ` Vagrant Cascadian
2 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2019-10-25 20:40 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
Hello,
Marius Bakke <mbakke@fastmail.com> skribis:
> I plan to remove 'ungoogled-chromium' and 'ungoogled-chromium-wayland'
> in a few days, unless someone is willing to port the patches. I can
> help extracting just the few changes we need, but do not have time nor
> motivation to port them to the newer version myself.
Sounds reasonable to me.
If/when someone wants to work on the upgrade, or if the Debian Chromium
team picks it up, we can always reinstate it.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: State of ungoogled-chromium in Guix
2019-10-25 20:40 ` Ludovic Courtès
@ 2019-11-03 18:46 ` Marius Bakke
2019-11-04 14:41 ` Ludovic Courtès
0 siblings, 1 reply; 7+ messages in thread
From: Marius Bakke @ 2019-11-03 18:46 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
Ludovic Courtès <ludo@gnu.org> writes:
> Hello,
>
> Marius Bakke <mbakke@fastmail.com> skribis:
>
>> I plan to remove 'ungoogled-chromium' and 'ungoogled-chromium-wayland'
>> in a few days, unless someone is willing to port the patches. I can
>> help extracting just the few changes we need, but do not have time nor
>> motivation to port them to the newer version myself.
>
> Sounds reasonable to me.
>
> If/when someone wants to work on the upgrade, or if the Debian Chromium
> team picks it up, we can always reinstate it.
It is done:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=22c313eff8500cb7d8a370a6eaed95a5540af323
I intend to remove it completely in ~two months unless the situation
changes by then.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: State of ungoogled-chromium in Guix
2019-11-03 18:46 ` Marius Bakke
@ 2019-11-04 14:41 ` Ludovic Courtès
0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2019-11-04 14:41 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
Hi Marius,
Marius Bakke <mbakke@fastmail.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hello,
>>
>> Marius Bakke <mbakke@fastmail.com> skribis:
>>
>>> I plan to remove 'ungoogled-chromium' and 'ungoogled-chromium-wayland'
>>> in a few days, unless someone is willing to port the patches. I can
>>> help extracting just the few changes we need, but do not have time nor
>>> motivation to port them to the newer version myself.
>>
>> Sounds reasonable to me.
>>
>> If/when someone wants to work on the upgrade, or if the Debian Chromium
>> team picks it up, we can always reinstate it.
>
> It is done:
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=22c313eff8500cb7d8a370a6eaed95a5540af323
>
> I intend to remove it completely in ~two months unless the situation
> changes by then.
I wonder if we should add an entry in etc/news.scm about this?
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: State of ungoogled-chromium in Guix
2019-10-23 20:00 State of ungoogled-chromium in Guix Marius Bakke
2019-10-24 22:03 ` Tobias Geerinckx-Rice
2019-10-25 20:40 ` Ludovic Courtès
@ 2019-11-10 20:16 ` Vagrant Cascadian
2019-11-10 22:56 ` Marius Bakke
2 siblings, 1 reply; 7+ messages in thread
From: Vagrant Cascadian @ 2019-11-10 20:16 UTC (permalink / raw)
To: Marius Bakke, guix-devel
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
On 2019-10-23, Marius Bakke wrote:
> Version 78 of the upstream Chromium project was released yesterday, with
> the usual amount of security fixes:
>
> https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_22.html
>
> Unfortunately the 'ungoogled-chromium' variant in Guix is still stuck on
> version 76. The reason is that we rely on Debians patches, which have
> gone stale:
>
> https://salsa.debian.org/chromium-team/chromium
78.0.x was uploaded to Debian yesterday, FWIW:
https://tracker.debian.org/news/1078440/accepted-chromium-780390497-1-source-into-unstable/
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-11-10 22:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-23 20:00 State of ungoogled-chromium in Guix Marius Bakke
2019-10-24 22:03 ` Tobias Geerinckx-Rice
2019-10-25 20:40 ` Ludovic Courtès
2019-11-03 18:46 ` Marius Bakke
2019-11-04 14:41 ` Ludovic Courtès
2019-11-10 20:16 ` Vagrant Cascadian
2019-11-10 22:56 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.