From 535c9e63afa226e334bf7e3e2835dc130e853dee Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 Jun 2021 19:14:52 +0200 Subject: revised icon loading on Windows and packaging again * We don't need the PNG icons on Windows as the compiled-in ICO should suffice * Ship the dependencies of the SVG pixbuf loader. * The PNG pixbuf loader is still distributed, as we at least need it for loading the icon theme. * Install a loaders.cache - without it, the pixbuf loaders won't be found. This file can be generated by gdk-pixbuf-query-loaders but apparently has to be modified by hand. * Regenerate the icon cache using gtk-update-icon-cache. * Icon themes are found now. Unfortunately, we have to distribute the entire Adwaita icon theme as distributing only the scalable (SVG) icons does not work for some strange reason (FIXME). --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a866ba..80b0ca6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ dist_pkgdata_DATA += ico/sciteco-16.png ico/sciteco-32.png \ ico/sciteco-48.png EXTRA_DIST += ico/sciteco-256.png ico/sciteco.ico +EXTRA_DIST += win32/loaders.cache + # Distribute entire scintilla directory and # do some manual cleanup dist-hook: -- cgit v1.2.3