this repo has no description

Fix conf-adwaita-icon-theme on Ubuntu

Kate 6d513de1 d5c12c11

Changed files
+1 -1
packages
conf-adwaita-icon-theme
conf-adwaita-icon-theme.2
+1 -1
packages/conf-adwaita-icon-theme/conf-adwaita-icon-theme.2/opam
···
# E.g. on Centos8 there is no system package that does contain the .pc file.
build: [
[ "sh" "-c" "pkg-config --short-errors --print-errors adwaita-icon-theme || test -d /usr/share/icons/Adwaita" ] {os-distribution != "ubuntu"}
-
[ "sh" "-c" "apt list "adwaita-icon-theme-full" | grep installed" ] {os-distribution = "ubuntu"}
+
# [ "sh" "-c" "apt list "adwaita-icon-theme-full" | grep installed" ] {os-distribution = "ubuntu"} # apt should be avoided as it might break the sandbox (see https://github.com/ocaml/opam-repository/issues/21302)
]
depends: [
"conf-pkg-config" {build}