changeset 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 7738194ee51f
children 6f8c849daf2a
files flatpak/build_manifest.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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'