Skip to content

Commit d8f1c1d

Browse files
authored
package/spec: add additional_deps from chromium (#245)
1 parent d612052 commit d8f1c1d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package/helium-bin.spec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ Packager: imput <helium@imput.net>
1717
Provides: www-browser
1818
%endif
1919

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+
2031
%description
2132
Private, fast, and honest web browser based on Chromium
2233

0 commit comments

Comments
 (0)