Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] browserpass: remove forced addon installation
@ 2021-02-28 16:06 endigma
  2021-02-28 18:50 ` [PR REVIEW] " Johnnynator
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: endigma @ 2021-02-28 16:06 UTC (permalink / raw)
  To: ml

[-- 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
 }

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

end of thread, other threads:[~2021-03-20 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28 16:06 [PR PATCH] browserpass: remove forced addon installation endigma
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

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