GNOME Bugzilla – Bug 791343
build: Icons are not installed with Meson
Last modified: 2017-12-19 10:34:50 UTC
Iñigo pointed this out for gnome-documents [1], and I see that gnome-boxes suffers from the same problem. The icons are currently not installed (to $datadir/icons/hicolor) with Meson. [1] https://bugzilla.gnome.org/show_bug.cgi?id=787013#c21
Created attachment 365273 [details] [review] build: Fix icons installation Looking at meson's build files, it expects a directory tree which is not present. However, the icons' files that are present work properly with autotools. This patch creates the proper directory tree, renames all files' names to their final names, and also modifies both autotools' and meson's build files to install these files properly.
Review of attachment 365273 [details] [review]: Thank you!
Attachment 365273 [details] pushed as a8081e3 - build: Fix icons installation