# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/helvum/hotfix-desktopfiles.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- This command is not required as stated above in meson.build but it is not conditionalized here for some reason. Disable it and wait for upstream to fix this. - NoTag --- helvum-0.5.1/meson.build.vanilla 2024-05-02 14:12:50.558937807 +0200 +++ helvum-0.5.1/meson.build 2024-05-02 14:15:32.653963692 +0200 @@ -35,5 +35,5 @@ gnome.post_install( gtk_update_icon_cache: true, - update_desktop_database: true, + #update_desktop_database: true, )