[Github-comments] [geany/geany] WIP: Meson build system (#2761)

elextr notifications at xxxxx
Thu May 27 14:55:30 UTC 2021


@elextr commented on this pull request.



> +act_icons = {'16x16': actions,
+             '24x24': actions,
+             '32x32': actions,
+             '48x48': actions}
+
+icons_dir = join_paths(get_option('datadir'), 'icons', 'hicolor')
+icons_appsdir = join_paths(icons_dir, 'apps')
+icons_actionsdir = join_paths(icons_dir, 'actions')
+
+foreach dir, icons_array : app_icons
+    foreach icon : icons_array
+        install_data(join_paths(dir, icon), install_dir: icons_appsdir)
+    endforeach
+endforeach
+
+foreach dir, icons_array : app_icons

@kugel- shouldn't this be act_icons?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#pullrequestreview-670292181
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210527/29267b82/attachment.htm>


More information about the Github-comments mailing list