unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain <hako@ultrarare.space>
To: 74812@debbugs.gnu.org
Cc: "Hilton Chain" <hako@ultrarare.space>,
	"André Batista" <nandre@riseup.net>,
	"Clément Lassieur" <clement@lassieur.org>,
	"Jonathan Brielmaier" <jonathan.brielmaier@web.de>,
	"Mark H Weaver" <mhw@netris.org>
Subject: [bug#74812] [PATCH] gnu: Add privacy-redirect-icecat.
Date: Thu, 12 Dec 2024 15:32:24 +0800	[thread overview]
Message-ID: <4fb3448f88d9c36ce1cdecaf6d8f9f5cb0dbee88.1733987535.git.hako@ultrarare.space> (raw)

* gnu/packages/browser-extensions.scm (privacy-redirect)
(privacy-redirect/icecat): New variables.

Change-Id: I92778c4b46a30f88f23758cc65837b4aecccbd09
---
 gnu/packages/browser-extensions.scm | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 33d3caf34d..b0e4161312 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -333,3 +333,35 @@ (define noscript
 
 (define-public noscript/icecat
   (make-icecat-extension noscript))
+
+(define privacy-redirect
+  (package
+    (name "privacy-redirect")
+    (version "1.1.49")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/SimonBrazell/privacy-redirect")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "13j5i6vh4lq9hcqmqbmn8fnymnplwra5rm696h6magbjxnj3nkyz"))))
+    (build-system copy-build-system)
+    (arguments
+     (list
+      #:install-plan
+      #~'(("src" #$(assq-ref (package-properties this-package) 'addon-id)))))
+    (home-page "https://github.com/SimonBrazell/privacy-redirect")
+    (synopsis "Redirect to privacy friendly alternative frontends")
+    (description
+     "This package provides a browser extension that redirects sites to their
+privacy friendly alternative frontends.  It's possible to toggle all redirects
+on and off and the extension will default to using random instances if none are
+selected.")
+    (license license:expat)
+    (properties '((addon-id . "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}")))))
+
+(define-public privacy-redirect/icecat
+  (make-icecat-extension privacy-redirect))

base-commit: c2e2b0376b82a503e064fa826d1b153d94bf0b06
prerequisite-patch-id: f132b4af7b85df465998e4f459bf729f8b66f320
prerequisite-patch-id: ecd87e69b7aebebd64256db106ed96dc12f6c12d
prerequisite-patch-id: f27c33b6c7f5dcb37c36551ecde29f1f0c734935
prerequisite-patch-id: fc6ad5af54f75869a657c065c86b262d74a1efff
prerequisite-patch-id: 1665e62d1990a460bc5679bc89d600e94bab407a
prerequisite-patch-id: e1cd1fdc5036bbd74d338df158ae7c348b180cf4
prerequisite-patch-id: bea29848814b393ccd3619f0a744ee36632ac5df
prerequisite-patch-id: 41d13263266c55b695d0a28d173d795fca52e440
prerequisite-patch-id: 4ed8a51618fd43ffcbbbe458492aa8ca674da9b9
prerequisite-patch-id: 40a1f686ccb58ca654ebdd06de2a5369707bfd3e
-- 
2.46.0





             reply	other threads:[~2024-12-12  7:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12  7:32 Hilton Chain [this message]
2024-12-12  7:42 ` [bug#74812] [PATCH v2] gnu: Add privacy-redirect-icecat Hilton Chain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fb3448f88d9c36ce1cdecaf6d8f9f5cb0dbee88.1733987535.git.hako@ultrarare.space \
    --to=hako@ultrarare.space \
    --cc=74812@debbugs.gnu.org \
    --cc=clement@lassieur.org \
    --cc=jonathan.brielmaier@web.de \
    --cc=mhw@netris.org \
    --cc=nandre@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).