summaryrefslogtreecommitdiff
path: root/ublock-origin-combined/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
committerB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
commitec1b4def96f555245774ae843bdcafff58103168 (patch)
treeb7f982ca20c7f9a6f1d3129e587dd7c58f6202ff /ublock-origin-combined/README.md
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.gz
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.bz2
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.zip
ublock-origin-combined rc1
First attempt in both rpm and dpkg for a single package that owns ublock-origin. This should simplify maintenance going forward.
Diffstat (limited to 'ublock-origin-combined/README.md')
-rw-r--r--ublock-origin-combined/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/ublock-origin-combined/README.md b/ublock-origin-combined/README.md
new file mode 100644
index 0000000..8f76732
--- /dev/null
+++ b/ublock-origin-combined/README.md
@@ -0,0 +1,18 @@
+# README for uBlock Origin
+
+## uBlock Origin upstream
+https://github.com/gorhill/uBlock/tags
+Forked from deprecated project https://github.com/kororaproject/kp-mozilla-ublock-origin/blob/master/build/mozilla-ublock-origin.spec
+https://github.com/PhantomX/chinforpms/blob/master/waterfox-ublock-origin/waterfox-ublock-origin.spec
+
+## Reason for being in stackrpms
+I bundle uBlock Origin on the system level for the various Mozilla-based web browsers. There was some other distro (perhaps SolydXk or PCLinuxOS), that bundled uBlock Origin and gave me the idea of bundling this. Korora was one of them.
+This package is now maintained independently.
+
+## Reverse dependency matrix
+Distro | uBlock Origin version
+---------- | ---------------
+All | 1.16.4.25
+
+## Differences from upstream
+N/A
bgstack15