We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d612052 commit 0d36aebCopy full SHA for 0d36aeb
1 file changed
package/helium-bin.spec
@@ -17,6 +17,17 @@ Packager: imput <helium@imput.net>
17
Provides: www-browser
18
%endif
19
20
+# Based on chrome/installer/linux/{debian,rpm}/additional_deps
21
+# We do not recommend libgtk* because we don't use it by default.
22
+# If the user wants GTK, they can install the relevant lib
23
+# (and they already likely have them installed by default on a desktop install anyways).
24
+Recommends: ca-certificates, xdg-utils
25
+%if 0%{?debbuild}
26
+Recommends: fonts-liberation, libvulkan1
27
+%else
28
+Recommends: liberation-fonts, vulkan-loader
29
+%endif
30
+
31
%description
32
Private, fast, and honest web browser based on Chromium
33
0 commit comments