# HG changeset patch # User Goffi # Date 1561574813 -7200 # Node ID 10adfa3f9552eae549e35f56cda19851b36bcc63 # Parent 7738194ee51f817a1aeec4a10dfe736199b7a2aa flatpak (build_manifest): icon names depends of app_id, so set cache to be dependant of app_id diff -r 7738194ee51f -r 10adfa3f9552 flatpak/build_manifest.py --- a/flatpak/build_manifest.py Wed Jun 26 20:44:57 2019 +0200 +++ b/flatpak/build_manifest.py Wed Jun 26 20:46:53 2019 +0200 @@ -812,8 +812,7 @@ data = file_from_url( url = icon['url'], dest = dest_path, - # we have common cache if several manifest use the same icon URL - step_name = f"icon__{icon}", + step_name = f"icon__{app_id}", step_message = "retrieving application icon", ) data[0]['name'] = 'icon'