On Mon, 20 Jul 2020 20:24:38 +0200 Michael Weghorn wrote:
> Note: The file 'dev_README.txt' in the sources describes how to build the
> extension, but this probably cannot be followed as is, since it involves
> installing packages via "npm" in the first step (which is not in line with
> Debian's packaging practices).
None of that is actually needed, since you just can symlink the
directory into the Firefox and Chromium extension directories:
   sudo cp -a extension/ /usr/share/webext/plasma
   sudo ln -s /usr/share/webext/plasma /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/$(jq -r .applications.gecko.id < extension/manifest.json)
   sudo ln -s /usr/share/webext/plasma /usr/share/chromium/extensions/plasma
I have tested that this works on Debian firefox/firefox-esr/chromium.
-- 
bye,
pabs
https://wiki.debian.org/PaulWise
Attachment:
signature.asc
Description: This is a digitally signed message part