summaryrefslogtreecommitdiff
path: root/newmoon/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-03-18 19:21:53 +0000
committerB. Stack <bgstack15@gmail.com>2021-03-18 19:21:53 +0000
commitf80de245b2c1faba2b63a55e6c74d317d68c054f (patch)
treec78cc4cb3e941c96b0f7cb875085051f053176ac /newmoon/README.md
parentadd freefilesync alternative (diff)
downloadstackrpms-f80de245b2c1faba2b63a55e6c74d317d68c054f.tar.gz
stackrpms-f80de245b2c1faba2b63a55e6c74d317d68c054f.tar.bz2
stackrpms-f80de245b2c1faba2b63a55e6c74d317d68c054f.zip
Add newmoon rpm
Diffstat (limited to 'newmoon/README.md')
-rw-r--r--newmoon/README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/newmoon/README.md b/newmoon/README.md
index 500a3b1..5553a8b 100644
--- a/newmoon/README.md
+++ b/newmoon/README.md
@@ -2,15 +2,17 @@
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.
+All my distros do not package Palemoon, so I package it myself with some additions and brand customization.
# 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.
+* 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.
+* LibreWolf is a custom patchset maintained on top of Firefox.
# Reverse dependency matrix
-Distro | Palemoon version
+Distro | Newmoon version
---------- | ---------------
-All | 28.10.0
+All | 29.1.0
# Additional notes
Credit goes to so many sources and inspirations:
@@ -20,4 +22,4 @@ Credit goes to so many sources and inspirations:
* 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
+diff -aur palemoon newmoon | vi -
bgstack15