Package: gtk2-engines / 1:2.20.2-3

Metadata

Package Version Patches format
gtk2-engines 1:2.20.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_libm.patch | (download)

engines/clearlooks/Makefile.am | 2 1 + 1 - 0 !
engines/crux/Makefile.am | 2 1 + 1 - 0 !
engines/glide/Makefile.am | 2 1 + 1 - 0 !
engines/hc/Makefile.am | 2 1 + 1 - 0 !
engines/industrial/Makefile.am | 2 1 + 1 - 0 !
engines/lua/Makefile.am | 2 1 + 1 - 0 !
engines/mist/Makefile.am | 2 1 + 1 - 0 !
engines/redmond/Makefile.am | 2 1 + 1 - 0 !
engines/thinice/Makefile.am | 2 1 + 1 - 0 !
test/Makefile.am | 2 1 + 1 - 0 !
10 files changed, 10 insertions(+), 10 deletions(-)

---
02_glib single include.patch | (download)

engines/clearlooks/src/animation.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build failure with glib 2.32
 where including invidual glib headers is no longer allowed.
03_automake1.14.patch | (download)

configure.ac | 2 2 + 0 - 0 !
test/Makefile.am | 12 8 + 4 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 work around ftbfs due to automake 1.14 bug
 Automake generates invalid Makefiles when patsubst is used in
 Makefile.am. To work around this problem configure injects the
 patsubsts to the Makefile now.
 .