[meld/flatpak-ci] data: Ideally these icons would be application based, but they're not



commit d6d85f8340eb59ef4f9409c1ac36cc0ccbc07f70
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Nov 30 07:27:36 2019 +1000

    data: Ideally these icons would be application based, but they're not
    
    For this to be sensible, we'd need to rename all the icons to be
    application ID based (the relatively easy bit) and then also get
    MeldDevel versions of both the hicolor and symbolic versions (the hard
    bit).

 data/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 586eb72f..cae6c719 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -103,7 +103,7 @@ icon_sizes = ['scalable']
 
 foreach i : icon_sizes
   install_data(
-    join_paths('icons/hicolor', i , 'apps', application_id + '.svg'),
+    join_paths('icons/hicolor', i , 'apps', resource_base_id + '.svg'),
     install_dir: join_paths(icondir, 'hicolor', i , 'apps'),
     rename: '@0@.svg'.format(application_id)
   )
@@ -111,7 +111,7 @@ endforeach
 
 # Install the symbolic icon
 install_data(
-    join_paths('icons/hicolor/symbolic/apps', application_id + '-symbolic.svg'),
+    join_paths('icons/hicolor/symbolic/apps', resource_base_id + '-symbolic.svg'),
     install_dir: join_paths(icondir, 'hicolor', 'symbolic', 'apps'),
     rename: '@0 -symbolic svg'.format(application_id)
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]