=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/gtk3-engines-unico", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for gtk3-engines-unico-1.0.2nb32 --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in build Making all in unico --- libunico_la-exponential-blur.lo --- --- libunico_la-gtkroundedbox.lo --- --- libunico_la-raico-blur.lo --- --- libunico_la-exponential-blur.lo --- CC libunico_la-exponential-blur.lo --- libunico_la-raico-blur.lo --- CC libunico_la-raico-blur.lo --- libunico_la-gtkroundedbox.lo --- CC libunico_la-gtkroundedbox.lo --- libunico_la-unico-cairo-support.lo --- CC libunico_la-unico-cairo-support.lo --- libunico_la-unico-draw.lo --- CC libunico_la-unico-draw.lo --- libunico_la-gtkroundedbox.lo --- ./gtkroundedbox.c: In function '_gtk_rounded_box_apply_border_radius': ./gtkroundedbox.c:96:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 96 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:282, from ./gtkroundedboxprivate.h:24, from ./gtkroundedbox.c:23: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ --- libunico_la-unico-cairo-support.lo --- ./unico-cairo-support.c: In function 'draw_background': ./unico-cairo-support.c:92:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 92 | state = gtk_theming_engine_get_state (engine); | ^~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:282, from ./unico-cairo-support.c:24: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:94:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 94 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:97:3: warning: 'gtk_theming_engine_get_background_color' is deprecated [-Wdeprecated-declarations] 97 | gtk_theming_engine_get_background_color (engine, state, &bg_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:259:6: note: declared here 259 | void gtk_theming_engine_get_background_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:98:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 98 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:102:3: warning: 'gtk_theming_engine_state_is_running' is deprecated [-Wdeprecated-declarations] 102 | running = gtk_theming_engine_state_is_running (engine, GTK_STATE_PRELIGHT, &progress); | ^~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:243:15: note: declared here 243 | gboolean gtk_theming_engine_state_is_running (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:109:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 109 | if (gtk_theming_engine_has_class (engine, "background")) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:136:7: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 136 | gtk_theming_engine_get (engine, other_state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:139:7: warning: 'gtk_theming_engine_get_background_color' is deprecated [-Wdeprecated-declarations] 139 | gtk_theming_engine_get_background_color (engine, other_state, &other_bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:259:6: note: declared here 259 | void gtk_theming_engine_get_background_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'draw_glow': ./unico-cairo-support.c:344:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 344 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:346:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 346 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:354:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 354 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'draw_texture': ./unico-cairo-support.c:425:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 425 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:427:3: warning: 'gtk_theming_engine_get_property' is deprecated [-Wdeprecated-declarations] 427 | gtk_theming_engine_get_property (engine, "-unico-background-texture", state, &value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:200:6: note: declared here 200 | void gtk_theming_engine_get_property (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:444:7: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 444 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'unico_cairo_draw_background': ./unico-cairo-support.c:486:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 486 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:488:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 488 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'color_shade': ./unico-cairo-support.c:525:3: warning: 'gtk_symbolic_color_new_literal' is deprecated [-Wdeprecated-declarations] 525 | literal = gtk_symbolic_color_new_literal (color); | ^~~~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkgradient.h:28, from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:259: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h:36:20: note: declared here 36 | GtkSymbolicColor * gtk_symbolic_color_new_literal (const GdkRGBA *color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:526:3: warning: 'gtk_symbolic_color_new_shade' is deprecated [-Wdeprecated-declarations] 526 | shade = gtk_symbolic_color_new_shade (literal, factor); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h:40:20: note: declared here 40 | GtkSymbolicColor * gtk_symbolic_color_new_shade (GtkSymbolicColor *color, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:527:3: warning: 'gtk_symbolic_color_unref' is deprecated [-Wdeprecated-declarations] 527 | gtk_symbolic_color_unref (literal); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h:56:20: note: declared here 56 | void gtk_symbolic_color_unref (GtkSymbolicColor *color); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:529:3: warning: 'gtk_symbolic_color_resolve' is deprecated [-Wdeprecated-declarations] 529 | gtk_symbolic_color_resolve (shade, NULL, color_return); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h:62:20: note: declared here 62 | gboolean gtk_symbolic_color_resolve (GtkSymbolicColor *color, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:530:3: warning: 'gtk_symbolic_color_unref' is deprecated [-Wdeprecated-declarations] 530 | gtk_symbolic_color_unref (shade); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h:56:20: note: declared here 56 | void gtk_symbolic_color_unref (GtkSymbolicColor *color); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'draw_border': ./unico-cairo-support.c:555:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 555 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:557:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 557 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:565:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 565 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:569:3: warning: 'gtk_theming_engine_state_is_running' is deprecated [-Wdeprecated-declarations] 569 | running = gtk_theming_engine_state_is_running (engine, GTK_STATE_PRELIGHT, &progress); | ^~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:243:15: note: declared here 243 | gboolean gtk_theming_engine_state_is_running (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:589:7: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 589 | gtk_theming_engine_get (engine, other_state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:694:15: warning: 'gtk_theming_engine_get_border_color' is deprecated [-Wdeprecated-declarations] 694 | gtk_theming_engine_get_border_color (engine, other_state, &other_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:263:6: note: declared here 263 | void gtk_theming_engine_get_border_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:704:15: warning: 'gtk_theming_engine_get_border_color' is deprecated [-Wdeprecated-declarations] 704 | gtk_theming_engine_get_border_color (engine, state, &border_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:263:6: note: declared here 263 | void gtk_theming_engine_get_border_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:744:11: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 744 | gtk_theming_engine_get (engine, other_state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'draw_inner_stroke': ./unico-cairo-support.c:900:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 900 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:902:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 902 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'draw_outer_stroke': ./unico-cairo-support.c:1030:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1030 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1032:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 1032 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'unico_cairo_draw_frame': ./unico-cairo-support.c:1154:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1154 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1156:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 1156 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1159:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 1159 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'unico_cairo_draw_from_texture': ./unico-cairo-support.c:1206:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1206 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1208:3: warning: 'gtk_theming_engine_get_property' is deprecated [-Wdeprecated-declarations] 1208 | gtk_theming_engine_get_property (engine, "background-image", state, &value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:200:6: note: declared here 200 | void gtk_theming_engine_get_property (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'unico_cairo_set_source_border': ./unico-cairo-support.c:1367:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1367 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1369:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 1369 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1373:3: warning: 'gtk_theming_engine_get_border_color' is deprecated [-Wdeprecated-declarations] 1373 | gtk_theming_engine_get_border_color (engine, state, &border_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:263:6: note: declared here 263 | void gtk_theming_engine_get_border_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c: In function 'unico_cairo_set_source_inner_stroke': ./unico-cairo-support.c:1400:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1400 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-cairo-support.c:1402:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 1402 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ --- libunico_la-unico-draw.lo --- ./unico-draw.c: In function 'draw_centroid_texture': ./unico-draw.c:48:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 48 | state = gtk_theming_engine_get_state (engine); | ^~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:282, from ./unico-draw.c:24: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:50:3: warning: 'gtk_theming_engine_get_property' is deprecated [-Wdeprecated-declarations] 50 | gtk_theming_engine_get_property (engine, "-unico-centroid-texture", state, &value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:200:6: note: declared here 200 | void gtk_theming_engine_get_property (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_activity': ./unico-draw.c:86:32: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 86 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:89:27: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 89 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_arrow': ./unico-draw.c:104:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 104 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:106:3: warning: 'gtk_theming_engine_get_color' is deprecated [-Wdeprecated-declarations] 106 | gtk_theming_engine_get_color (engine, state, &color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:255:6: note: declared here 255 | void gtk_theming_engine_get_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_check': ./unico-draw.c:197:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 197 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:199:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 199 | in_menu = gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_MENUITEM); | ^~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:208:36: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 208 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:211:31: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 211 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:218:7: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 218 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:229:11: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 229 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:251:15: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 251 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_common': ./unico-draw.c:299:32: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 299 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:302:27: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 302 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_common_background': ./unico-draw.c:310:32: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 310 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_common_frame': ./unico-draw.c:318:27: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 318 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_expander': ./unico-draw.c:329:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 329 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:331:3: warning: 'gtk_theming_engine_get_color' is deprecated [-Wdeprecated-declarations] 331 | gtk_theming_engine_get_color (engine, state, &color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:255:6: note: declared here 255 | void gtk_theming_engine_get_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_extension': ./unico-draw.c:373:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 373 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:375:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 375 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:378:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 378 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_focus': ./unico-draw.c:476:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 476 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:478:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 478 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:484:3: warning: 'gtk_theming_engine_get_style' is deprecated [-Wdeprecated-declarations] 484 | gtk_theming_engine_get_style (engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:221:6: note: declared here 221 | void gtk_theming_engine_get_style (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_frame_gap': ./unico-draw.c:543:3: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 543 | junction = gtk_theming_engine_get_junction_sides (engine); | ^~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:545:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 545 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:547:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 547 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:556:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 556 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_grip': ./unico-draw.c:681:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 681 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:683:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 683 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:686:3: warning: 'gtk_theming_engine_get_border_color' is deprecated [-Wdeprecated-declarations] 686 | gtk_theming_engine_get_border_color (engine, state, &border_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:263:6: note: declared here 263 | void gtk_theming_engine_get_border_color (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_handle': ./unico-draw.c:718:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 718 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:719:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 719 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_notebook': ./unico-draw.c:809:32: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 809 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_radio': ./unico-draw.c:822:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 822 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:824:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 824 | in_menu = gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_MENUITEM); | ^~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:833:36: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 833 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:836:31: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 836 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:843:7: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 843 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:851:11: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 851 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:876:15: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 876 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_slider': ./unico-draw.c:947:32: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 947 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:953:27: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 953 | 0, gtk_theming_engine_get_junction_sides (engine)); | ^ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_spinbutton_background': ./unico-draw.c:963:3: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 963 | junction = gtk_theming_engine_get_junction_sides (engine); | ^~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:965:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 965 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:967:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 967 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:970:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 970 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c: In function 'unico_draw_spinbutton_frame': ./unico-draw.c:1007:3: warning: 'gtk_theming_engine_get_junction_sides' is deprecated [-Wdeprecated-declarations] 1007 | junction = gtk_theming_engine_get_junction_sides (engine); | ^~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:251:18: note: declared here 251 | GtkJunctionSides gtk_theming_engine_get_junction_sides (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:1009:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 1009 | state = gtk_theming_engine_get_state (engine); | ^~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:1011:3: warning: 'gtk_theming_engine_get' is deprecated [-Wdeprecated-declarations] 1011 | gtk_theming_engine_get (engine, state, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:209:6: note: declared here 209 | void gtk_theming_engine_get (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~ ./unico-draw.c:1014:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 1014 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- libunico_la-unico-engine.lo --- CC libunico_la-unico-engine.lo ./unico-engine.c: In function 'unico_engine_register_type': ./unico-engine.c:41:1: warning: 'gtk_theming_engine_get_type' is deprecated [-Wdeprecated-declarations] 41 | G_DEFINE_DYNAMIC_TYPE (UnicoEngine, unico_engine, GTK_TYPE_THEMING_ENGINE) | ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:282, from ./unico-engine.c:25: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:191:7: note: declared here 191 | GType gtk_theming_engine_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_activity': ./unico-engine.c:57:3: warning: 'gtk_theming_engine_get_path' is deprecated [-Wdeprecated-declarations] 57 | path = gtk_theming_engine_get_path (engine); | ^~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:230:23: note: declared here 230 | const GtkWidgetPath * gtk_theming_engine_get_path (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:62:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 62 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_SPINNER)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_background': ./unico-engine.c:100:3: warning: 'gtk_theming_engine_get_path' is deprecated [-Wdeprecated-declarations] 100 | path = gtk_theming_engine_get_path (engine); | ^~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:230:23: note: declared here 230 | const GtkWidgetPath * gtk_theming_engine_get_path (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:103:7: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 103 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_TROUGH)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:106:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 106 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_BUTTON) && | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:107:7: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 107 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_SPINBUTTON)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:110:12: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 110 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_VIEW) && | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:111:12: warning: 'gtk_theming_engine_has_region' is deprecated [-Wdeprecated-declarations] 111 | gtk_theming_engine_has_region (engine, GTK_STYLE_REGION_COLUMN, &flags)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:236:10: note: declared here 236 | gboolean gtk_theming_engine_has_region (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_check': ./unico-engine.c:131:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 131 | if (!gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_MENUITEM)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_frame': ./unico-engine.c:207:3: warning: 'gtk_theming_engine_get_path' is deprecated [-Wdeprecated-declarations] 207 | path = gtk_theming_engine_get_path (engine); | ^~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:230:23: note: declared here 230 | const GtkWidgetPath * gtk_theming_engine_get_path (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:210:7: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 210 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_TROUGH)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:213:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 213 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_SEPARATOR)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:215:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 215 | else if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_BUTTON) && | ^~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:216:12: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 216 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_SPINBUTTON)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:219:12: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 219 | gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_VIEW) && | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:220:12: warning: 'gtk_theming_engine_has_region' is deprecated [-Wdeprecated-declarations] 220 | gtk_theming_engine_has_region (engine, GTK_STYLE_REGION_COLUMN, &flags)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:236:10: note: declared here 236 | gboolean gtk_theming_engine_has_region (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_frame_gap': ./unico-engine.c:243:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 243 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_NOTEBOOK)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_handle': ./unico-engine.c:263:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 263 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_GRIP)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_option': ./unico-engine.c:300:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 300 | if (!gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_MENUITEM)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_render_slider': ./unico-engine.c:324:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 324 | if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_SCALE)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c: In function 'unico_engine_class_init': ./unico-engine.c:364:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 364 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:370:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 370 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:376:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 376 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:382:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 382 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:388:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 388 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:395:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 395 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:401:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 401 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:407:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 407 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:413:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 413 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:419:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 419 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:425:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 425 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:431:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 431 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:437:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 437 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:443:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 443 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:449:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 449 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:455:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 455 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:461:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 461 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:467:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 467 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:473:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 473 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:479:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 479 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:485:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 485 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:491:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 491 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:497:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 497 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:503:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 503 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:509:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 509 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-engine.c:515:3: warning: 'gtk_theming_engine_register_property' is deprecated [-Wdeprecated-declarations] 515 | gtk_theming_engine_register_property (UNICO_NAMESPACE, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:195:6: note: declared here 195 | void gtk_theming_engine_register_property (const gchar *name_space, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- libunico_la-unico-support.lo --- CC libunico_la-unico-support.lo --- libunico_la-unico-theme.lo --- CC libunico_la-unico-theme.lo --- libunico_la-unico-support.lo --- ./unico-support.c: In function 'unico_get_line_width': ./unico-support.c:47:3: warning: 'gtk_theming_engine_get_state' is deprecated [-Wdeprecated-declarations] 47 | state = gtk_theming_engine_get_state (engine); | ^~~~~ In file included from /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/gtk.h:282, from ./unico-support.c:23: /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:241:15: note: declared here 241 | GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-support.c:49:3: warning: 'gtk_theming_engine_get_border' is deprecated [-Wdeprecated-declarations] 49 | gtk_theming_engine_get_border (engine, state, &border); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:268:6: note: declared here 268 | void gtk_theming_engine_get_border (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./unico-support.c: In function 'unico_trim_scale_allocation': ./unico-support.c:79:3: warning: 'gtk_theming_engine_has_class' is deprecated [-Wdeprecated-declarations] 79 | if (!gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_VERTICAL)) | ^~ /tmp/work/x11/gtk3-engines-unico/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h:233:10: note: declared here 233 | gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- libunico.la --- CCLD libunico.la Making all in tests --- test_widgets-test-widgets.o --- CC test_widgets-test-widgets.o --- test-widgets --- CCLD test-widgets *** Please use pkgtools/verifypc to sanity check dependencies.