From 8273aba6c02ec57615c8f075086c2e994f720a95 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 16:18:55 -0400 Subject: WIP: newmoon compile attempt 1 The dpkg built on d2-03a but had some palemoon naming artifacts, so this commit is for building it with the attempted fixes for that. --- newmoon/debian/control | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 newmoon/debian/control (limited to 'newmoon/debian/control') diff --git a/newmoon/debian/control b/newmoon/debian/control new file mode 100644 index 0000000..462f8af --- /dev/null +++ b/newmoon/debian/control @@ -0,0 +1,48 @@ +Source: newmoon +Section: web +Priority: optional +Maintainer: B Stack +Bugs: mailto: +Build-Depends: debhelper (>= 12), + autoconf2.13, + libasound2-dev, + libdbus-glib-1-dev (>= 0.60), + libgconf2-dev (>= 1.2.1), + libgtk2.0-dev (>= 2.14), + libssl-dev, + libx11-xcb-dev, + libxt-dev, + mesa-common-dev, + pkg-config, + python2 (>= 2.7.18-2~) | python (>= 2.7), + unzip, + yasm (>= 1.1), + zip, + libffi-dev, + libpixman-1-dev | libpixman-dev, + libbz2-dev, + zlib1g-dev, + libjpeg-dev, + libnspr-dev | libnspr4-dev, + libicu-dev, + libhunspell-dev, + libsqlite3-dev +Standards-Version: 3.9.6 +Homepage: http://www.palemoon.org/ + +Package: newmoon +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + libavcodec54 | libavcodec-extra54 |libavcodec55 | libavcodec-extra55 | libavcodec56 | libavcodec-extra56 | libavcodec57 | libavcodec-extra57 | libavcodec58 | libavcodec-extra58 | libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56 +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 + 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. + Run "/proc/cpuinfo" in a terminal, and look for sse2 in the flags to ensure + that your processor supports it. -- cgit From fa6046c8df12de95af8d0ea70e71b43a081abaf2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 18:38:39 -0400 Subject: use gtk3 dependencies --- newmoon/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon/debian/control') diff --git a/newmoon/debian/control b/newmoon/debian/control index 462f8af..1eeb8ea 100644 --- a/newmoon/debian/control +++ b/newmoon/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12), libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), - libgtk2.0-dev (>= 2.14), + libgtk-3-dev, libssl-dev, libx11-xcb-dev, libxt-dev, -- cgit From af319493f8678f979e6f36e97d33a7a6a82659a2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 27 Aug 2020 17:01:54 -0400 Subject: ready for 28.12.0-2 dpkg release --- newmoon/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newmoon/debian/control') 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. -- cgit