Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656962 - www-plugins/browserpass - add support for www-client/google-chrome
Summary: www-plugins/browserpass - add support for www-client/google-chrome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-05-31 12:12 UTC by Micha Glave
Modified: 2018-09-19 05:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Micha Glave 2018-05-31 12:12:54 UTC
Pls add support for chrome. 

--- browserpass-2.0.13.ebuild.orig      2018-05-31 14:07:24.307184471 +0200
+++ browserpass-2.0.13.ebuild   2018-05-31 14:07:52.088200350 +0200
@@ -45,6 +45,9 @@
        insinto /etc/chromium/native-messaging-hosts
        newins chrome/host.json com.dannyvankooten.browserpass.json
 
+       insinto /etc/opt/chrome/native-messaging-hosts
+       newins chrome/host.json com.dannyvankooten.browserpass.json
+
        einstalldocs
        popd >/dev/null || die
 }
Comment 1 Larry the Git Cow gentoo-dev 2018-09-19 05:51:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47648102ce6530a8edfc2b9762bf3956256a7052

commit 47648102ce6530a8edfc2b9762bf3956256a7052
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2018-09-19 05:41:44 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-09-19 05:51:33 +0000

    www-plugins/browserpass: Version bump to 2.0.22
    
    Also install for Chrome as well, per bug 656962.
    
    Closes: https://bugs.gentoo.org/656962

 www-plugins/browserpass/Manifest                  |  1 +
 www-plugins/browserpass/browserpass-2.0.22.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 54 insertions(+)