summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-27 17:01:54 -0400
committerB Stack <bgstack15@gmail.com>2020-08-27 17:01:54 -0400
commitaf319493f8678f979e6f36e97d33a7a6a82659a2 (patch)
treeb42f512a182c7cd4c510ea8190c7ef6d27ee5f3c /newmoon
parentmore branding fixes (diff)
downloadstackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.tar.gz
stackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.tar.bz2
stackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.zip
ready for 28.12.0-2 dpkg release
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog16
-rw-r--r--newmoon/debian/control4
-rw-r--r--newmoon/debian/mozconfig1
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
4 files changed, 17 insertions, 6 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 8241cb7..cf9d6f5 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,6 +1,16 @@
-newmoon (28.12.0-1+devuan) obs; urgency=low
+newmoon (28.12.0-2+devuan) obs; urgency=low
- * Forked from palemoon. This is the experimental build of palemoon
- for using system libs, gtk3, and other experimental topics.
+ * Forked from palemoon. This is an experimental release
+ that does everything that the original dev team would
+ consider wrong, including:
+ - use gtk3 exclusively
+ - enable webrtc
+ - enable system libraries for everything possible
+
+ -- Ben Stack <bgstack15@gmail.com> Thu, 27 Aug 2020 16:55:11 -0400
+
+newmoon (28.12.0-1+devuan) UNRELEASED; urgency=low
+
+ * First release of newmoon.
-- Ben Stack <bgstack15@gmail.com> Wed, 05 Aug 2020 14:43:18 -0400
diff --git a/newmoon/debian/control b/newmoon/debian/control
index 1eeb8ea..b319ff0 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -38,11 +38,11 @@ Provides: gnome-www-browser, www-browser, x-www-browser
Conflicts: palemoon-nonsse2
Replaces: palemoon-nonsse2
Description: Firefox-based, efficient and easy to use web browser
- New Moon offers selected features and optimizations to maximize
+ Newmoon offers selected features and optimizations to maximize
the browser's speed, stability and user experience, while maintaining
compatibility with the thousands of Firefox extensions you have come
to love and rely on.
.
- Pale Moon requires a processor that supports the SSE2 instruction set.
+ Newmoon requires a processor that supports the SSE2 instruction set.
Run "/proc/cpuinfo" in a terminal, and look for sse2 in the flags to ensure
that your processor supports it.
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig
index e983bab..7661740 100644
--- a/newmoon/debian/mozconfig
+++ b/newmoon/debian/mozconfig
@@ -70,6 +70,7 @@ ac_add_options --with-system-extension-dirs
ac_add_options --x-libraries=/usr/lib
# limit to 4 cpus to limit memory usage (approximately 0.75 GiB RAM/thread)
+# Debian Sid/Devuan Ceres is mildly broken as of 2020-07 and will fail to compile on anything higher than -j1
mk_add_options MOZ_MAKE_FLAGS="-j1"
export MOZ_PKG_SPECIAL=gtk3
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index 845c4f9..0075a2a 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 28.12.0-1+devuan
+Version: 28.12.0-2+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 3.9.6
bgstack15