Commit graph

10 commits

Author SHA1 Message Date
Artemis Tosini 0a8ac3b6be
gtk3: Enable separated debug info on Linux
When debugging gtk3 errors or errors in applications that use gtk, it
can be useful to have full debuginfo. This adds debug information in a
separate output so it will not bloat normal systems.
2019-10-20 05:51:45 +00:00
worldofpeace 082b0b2619 gtk: reorganize
This directory was mess of patches and hooks.
Have a patches dir and a setup-hooks dir.
2019-10-13 18:17:48 -04:00
Tor Hedin Brønner 88273d4768 gtk3: 3.24.11 → 3.24.12 2019-10-12 16:18:05 +02:00
worldofpeace 89cba668b3 gtk3: correct version in .pc file
They forgot to bump meson project version.
2019-10-03 15:11:10 -04:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Will Dietz 393e96b3fa gtk3: 3.24.10 -> 3.24.11 2019-09-30 19:39:51 +02:00
worldofpeace b3995d40be
gtk: split hooks so gtk2 can use hicolor hook 2019-09-19 01:14:46 +02:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar 8f91e87ded
gtk3.setupHook: clear icon-theme.cache in preFixup
Packages often run gtk-update-icon-cache to include their icons in themes’ icon cache. However, since each package is installed to its own prefix, the files will only collide. For that reason we are removing the icon-theme.cache from applications.

Previously, we did that in hicolor-icon-theme setup hook but, since it is actually gtk3’s utility that creates the cache, we thought it would be appropriate to let its setup hook handle the clearing.
2019-09-18 22:45:07 +02:00
Jan Tojnar 684bad0569
gtk: move expressions 2019-09-06 02:54:53 +02:00