unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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

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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).