summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-ublock-origin')
-rw-r--r--waterfox-ublock-origin/README.md16
-rw-r--r--waterfox-ublock-origin/waterfox-ublock-origin.spec9
2 files changed, 22 insertions, 3 deletions
diff --git a/waterfox-ublock-origin/README.md b/waterfox-ublock-origin/README.md
new file mode 100644
index 0000000..92ca8ba
--- /dev/null
+++ b/waterfox-ublock-origin/README.md
@@ -0,0 +1,16 @@
+# 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 in a few flavors, mostly for the installation directory.
+
+# Reverse dependency matrix
+Distro | uBlock Origin version
+---------- | ---------------
+All | 1.16.4.11
+
+# Differences from upstream
+None
diff --git a/waterfox-ublock-origin/waterfox-ublock-origin.spec b/waterfox-ublock-origin/waterfox-ublock-origin.spec
index 906e963..78cdd4a 100644
--- a/waterfox-ublock-origin/waterfox-ublock-origin.spec
+++ b/waterfox-ublock-origin/waterfox-ublock-origin.spec
@@ -1,11 +1,11 @@
# waterfox globals
-%global moz_extensions %{_datadir}/%{app_name}/extensions
%global app_name waterfox
+%global moz_extensions %{_datadir}/%{app_name}/extensions
%global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
Name: %{app_name}-ublock-origin
-Version: 1.16.4.4
-Release: 2
+Version: 1.16.4.11
+Release: 1
Summary: uBlock Origin installed to system Waterfox extensions directory
Group: Applications/Internet
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
%{moz_extensions}/*/*.xpi
%changelog
+* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 1.16.4.11-1
+- Update
+
* Sat Sep 15 2018 B Stack <bgstack15@gmail.com> - 1.16.4.4-2
- Customize for stackrpms
bgstack15