summaryrefslogtreecommitdiff
path: root/newmoon/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-16 23:09:34 +0000
committerB Stack <bgstack15@gmail.com>2020-09-16 23:09:34 +0000
commitba853302cb64a1f88388db3cc2b6e39d0d327776 (patch)
tree71a13bbada07e81b32da105e05f05a04443fa802 /newmoon/README.md
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentWIP: add xfce-helper for palemoon (diff)
downloadstackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.tar.gz
stackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.tar.bz2
stackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.13.0 See merge request bgstack15/stackrpms!187
Diffstat (limited to 'newmoon/README.md')
-rw-r--r--newmoon/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/newmoon/README.md b/newmoon/README.md
new file mode 100644
index 0000000..500a3b1
--- /dev/null
+++ b/newmoon/README.md
@@ -0,0 +1,23 @@
+# Palemoon upstream
+https://github.com/MoonchildProductions/UXP/archive/PM28.7.2_Release.tar.gz
+
+# Reason for being in stackrpms
+All my distros do not package Palemoon, so I package it myself. This at one point in 2018 was approved as a officially-endorsed third-party release of Palemoon but the package has since not been re-certified.
+
+# Alternatives
+Palemoon itself is a fork from Mozilla Firefox, which is still actively maintained and packaged by pretty much every distro. Waterfox is another fork of the original codebase, and is also packaged here in this repo.
+
+# Reverse dependency matrix
+Distro | Palemoon version
+---------- | ---------------
+All | 28.10.0
+
+# Additional notes
+Credit goes to so many sources and inspirations:
+* trava90 of the Pale Moon project
+* firefox-61.0.2-3.fc28.src.rpm
+* https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1
+* instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6
+
+# Differences from upstream
+None
bgstack15