unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68298] [PATCH 0/2] Add output in ‘make-icecat-extension’ for each Firefox variant.
@ 2024-01-07  0:02 Clément Lassieur
  2024-01-07  0:05 ` [bug#68298] [PATCH 1/2] gnu: Move comment in ‘make-icecat-extension’ Clément Lassieur
  2024-01-07  0:05 ` [bug#68298] [PATCH 2/2] gnu: Add output in ‘make-icecat-extension’ for each Firefox variant Clément Lassieur
  0 siblings, 2 replies; 5+ messages in thread
From: Clément Lassieur @ 2024-01-07  0:02 UTC (permalink / raw)
  To: 68298; +Cc: Clément Lassieur, Clément Lassieur, Jonathan Brielmaier

Hi, this patch allows to install extensions specifically for icecat, or for
torbrowser.  One can test it like this:

guix shell --no-cwd -E DISPLAY -CNF \
    icecat ublock-origin-icecat -- icecat                   # ublock
guix shell --no-cwd -E DISPLAY -CNF \
    icecat ublock-origin-icecat:icecat -- icecat            # ublock
guix shell --no-cwd -E DISPLAY -CNF \
    icecat ublock-origin-icecat:torbrowser -- icecat        # no ublock
guix shell --no-cwd -E DISPLAY -CNF \
    torbrowser ublock-origin-icecat:icecat -- torbrowser    # no ublock

Clément Lassieur (2):
  gnu: Move comment in ‘make-icecat-extension’.
  gnu: Add output in ‘make-icecat-extension’ for each Firefox variant.

 gnu/build/icecat-extension.scm | 60 ++++++++++++++++++++--------------
 gnu/packages/tor.scm           | 11 ++++++-
 2 files changed, 45 insertions(+), 26 deletions(-)


base-commit: be1d05c10766a979dd0720b677889ed950d3b895
-- 
2.41.0





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-12 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07  0:02 [bug#68298] [PATCH 0/2] Add output in ‘make-icecat-extension’ for each Firefox variant Clément Lassieur
2024-01-07  0:05 ` [bug#68298] [PATCH 1/2] gnu: Move comment in ‘make-icecat-extension’ Clément Lassieur
2024-01-07  0:05 ` [bug#68298] [PATCH 2/2] gnu: Add output in ‘make-icecat-extension’ for each Firefox variant Clément Lassieur
2024-01-07  0:12   ` Clément Lassieur
2024-01-12 17:54   ` bug#68298: " Clément Lassieur

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).