Github messages for voidlinux
 help / color / mirror / Atom feed
From: endigma <endigma@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] browserpass: remove forced addon installation
Date: Sun, 28 Feb 2021 17:06:07 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29122@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

There is a new pull request by endigma against master on the void-packages repository

https://github.com/endigma/void-packages patch-4
https://github.com/void-linux/void-packages/pull/29122

browserpass: remove forced addon installation
browserpass package should not have forced managed addon installation. This extension should be packaged separately or installed manually.

A patch file from https://github.com/void-linux/void-packages/pull/29122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-4-29122.patch --]
[-- Type: text/x-diff, Size: 1604 bytes --]

From 421c98c305e338b454facb57825e31712270cfe7 Mon Sep 17 00:00:00 2001
From: endigma <endigma4426@gmail.com>
Date: Sun, 28 Feb 2021 12:05:54 -0400
Subject: [PATCH] browserpass: remove forced addon installation

browserpass package should not have forced managed addon installation. This extension should be packaged separately or installed manually.
---
 srcpkgs/browserpass/template | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/srcpkgs/browserpass/template b/srcpkgs/browserpass/template
index b6426a24975..d1327a0d400 100644
--- a/srcpkgs/browserpass/template
+++ b/srcpkgs/browserpass/template
@@ -6,7 +6,7 @@ wrksrc="browserpass-native-${version}"
 build_style=go
 go_import_path=github.com/browserpass/browserpass-native
 hostmakedepends="git"
-short_desc="Browser extension for pass"
+short_desc="Native messaging host for browserpass
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://github.com/browserpass/browserpass-native"
@@ -20,14 +20,8 @@ post_build() {
 
 post_install() {
 	vlicense LICENSE
-
 	local targetname=com.github.browserpass.native.json
-
 	vinstall browser-files/firefox-host.json 644 usr/lib/mozilla/native-messaging-hosts $targetname
-
 	vinstall browser-files/chromium-host.json 644 etc/chromium/native-messaging-hosts $targetname
-	vinstall browser-files/chromium-policy.json 644 etc/chromium/policies/managed $targetname
-
 	vinstall browser-files/chromium-host.json 644 etc/opt/chrome/native-messaging-hosts $targetname
-	vinstall browser-files/chromium-policy.json 644 etc/opt/chrome/policies/managed $targetname
 }

             reply	other threads:[~2021-02-28 16:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-28 16:06 endigma [this message]
2021-02-28 18:50 ` [PR REVIEW] " Johnnynator
2021-02-28 18:51 ` Johnnynator
2021-02-28 23:42 ` endigma
2021-03-08  3:47 ` ericonr
2021-03-20 16:09 ` endigma
2021-03-20 16:09 ` [PR PATCH] [Closed]: " endigma

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

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

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29122@inbox.vuxu.org \
    --to=endigma@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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 NNTP newsgroup(s).