diff flatpak/build_manifest.py @ 150:10adfa3f9552

flatpak (build_manifest): icon names depends of app_id, so set cache to be dependant of app_id
author Goffi <goffi@goffi.org>
date Wed, 26 Jun 2019 20:46:53 +0200
parents 64c02902b86a
children 6f8c849daf2a
line wrap: on
line diff
--- 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'