diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-09 19:14:52 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-10-08 22:09:14 +0200 |
commit | 535c9e63afa226e334bf7e3e2835dc130e853dee (patch) | |
tree | 2c3332fac6b5a6a6ec478366adac4e4700215f4e /Makefile.am | |
parent | 311d8f73d48d2d8e515e5160805b0ca76d2bd731 (diff) | |
download | sciteco-535c9e63afa226e334bf7e3e2835dc130e853dee.tar.gz |
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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: |