summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
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/debian/control
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/debian/control')
-rw-r--r--newmoon/debian/control48
1 files changed, 48 insertions, 0 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
new file mode 100644
index 0000000..b319ff0
--- /dev/null
+++ b/newmoon/debian/control
@@ -0,0 +1,48 @@
+Source: newmoon
+Section: web
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Bugs: mailto: <bgstack15@gmail.com>
+Build-Depends: debhelper (>= 12),
+ autoconf2.13,
+ libasound2-dev,
+ libdbus-glib-1-dev (>= 0.60),
+ libgconf2-dev (>= 1.2.1),
+ libgtk-3-dev,
+ 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
+ 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.
+ .
+ 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.
bgstack15