summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
blob: 8f9ed42b78bd86cdf2fd4761db01678323804a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: waterfox
Section: web
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
Build-Depends: debhelper (>= 12),
   autoconf2.13,
   autotools-dev,
   binutils-avr,
   cargo (>= 0.35),
   ccache,
   clang (>= 4.0) | clang-4.0 | clang-6.0 | clang-7,
   dpkg-dev (>= 1.16.1.1~),
   libasound2-dev,
   libbz2-dev,
   libclang-dev (>= 4.0) | libclang-4.0-dev | libclang-6.0-dev | libclang-7-dev,
   libdbus-glib-1-dev,
   libevent-dev (>= 1.4.1),
   libfontconfig-dev,
   libgconf2-dev,
   libglib2.0-dev (>= 2.16.0),
   libgtk2.0-dev (>= 2.10),
   libgtk-3-dev,
   libiw-dev,
   libjpeg-dev,
   libjsoncpp-dev,
   libnotify-dev,
   libreadline-dev,
   libstartup-notification0-dev,
   libtinfo-dev,
   libx11-dev,
   libx11-xcb-dev,
   libxt-dev,
   llvm-dev (>= 4.0) | llvm-4.0-dev | llvm-6.0-dev | llvm-7-dev,
   locales,
   lsb-release,
   python2 (>= 2.7.18-2~) | python (>= 2.7),
   python-minimal (>= 2.6.6-13~),
   python-ply,
   rustc (>= 1.34),
   unzip,
   xauth,
   xfonts-base,
   xvfb,
   yasm (>= 1.1),
   zip,
   zlib1g-dev
Standards-Version: 3.9.7
Homepage: https://www.waterfox.net/
# libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev

Package: waterfox
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: waterfox-kde
Replaces: waterfox-kde
Provides: www-browser, gnome-www-browser, waterfox-classic
Suggests: fonts-lyx, libasound2
Description: Free, open and private browser
 Waterfox focuses on giving users choice while also helping make the world a
 better place. Watefox is partners with Ecosia, a search engine that plants trees
 with its generated revenues. The browser itself is focused on power users, which
 lets you make the important decisions. There is no plugin whitelist, you can run
 whichever extensions you like and absolutely no data or telemetry is sent back
 to Mozilla or the Waterfox project.
 .
 Waterfox is powered by Mozilla Firefox source code.
bgstack15