I said it was too much work!
[edit]
Okay, now the site is being stupid again. Some of the applets load, show the screen, then a gray box replaces it, and at the bottom it says "Applet PuzzleApplet bail". Arg.
cc -O2 -Wall -Werror -g -I./ -Iicons/ `sh -c 'pkg-config gtk+-2.0 $0 2>/dev/null || gtk-config $0' --cflags` -c gtk.c -o gtk.o
gtk.c:18:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
cc1: warnings being treated as errors
gtk.c: In function ‘new_window’:
gtk.c:1828: warning: implicit declaration of function ‘gdk_pixbuf_new_from_xpm_data’
gtk.c:1829: warning: passing argument 2 of ‘g_list_append’ makes pointer from integer without a cast
gtk.c:1831: warning: implicit declaration of function ‘gdk_window_set_icon_list’
gtk.c: In function ‘main’:
gtk.c:2171: error: ‘GdkPixbuf’ undeclared (first use in this function)
gtk.c:2171: error: (Each undeclared identifier is reported only once
gtk.c:2171: error: for each function it appears in.)
gtk.c:2171: error: ‘pb’ undeclared (first use in this function)
gtk.c:2172: error: ‘GError’ undeclared (first use in this function)
gtk.c:2172: error: ‘gerror’ undeclared (first use in this function)
gtk.c:2176: warning: implicit declaration of function ‘gdk_pixbuf_get_from_drawable’
gtk.c:2178: warning: implicit declaration of function ‘gdk_pixbuf_save’
make: *** [gtk.o] Error 1