+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geeqie-1.7.3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geeqie-1.7.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for geeqie-1.7.3
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3'
Making all in src
gmake[2]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src'
Making all in icons
gmake[3]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons'
Making all in svg
gmake[4]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons/svg'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons/svg'
gmake[4]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons'
gmake[4]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons'
gmake[3]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons'
gmake[3]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src'
  CC       ui_bookmark.o
ui_bookmark.c: In function 'bookmark_edit':
ui_bookmark.c:293:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  293 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:302:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  302 |  gtk_table_attach_defaults(GTK_TABLE(table), p->name_entry, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:302:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  302 |  gtk_table_attach_defaults(GTK_TABLE(table), p->name_entry, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_bookmark.c:311:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  311 |  gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 1, 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:311:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  311 |  gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 1, 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_bookmark.c:322:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  322 |  gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 2, 3);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:322:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  322 |  gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 2, 3);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_bookmark.c: In function 'bookmark_menu_popup':
ui_bookmark.c:414:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  414 |  menu_item_add_stock_sensitive(menu, _("_Properties..."), GTK_STOCK_PROPERTIES, bm->editable,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:416:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  416 |  menu_item_add_stock_sensitive(menu, _("Move _up"), GTK_STOCK_GO_UP, bm->editable,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:418:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  418 |  menu_item_add_stock_sensitive(menu, _("Move _down"), GTK_STOCK_GO_DOWN, bm->editable,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:420:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  420 |  menu_item_add_stock_sensitive(menu, _("_Remove"), GTK_STOCK_REMOVE, bm->editable,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:425:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  425 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
ui_bookmark.c:430:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  430 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button_n, time);
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
ui_bookmark.c: In function 'bookmark_drag_begin':
ui_bookmark.c:527:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  527 |  device_manager = gdk_display_get_device_manager(gdk_window_get_display(gtk_widget_get_window(button)));
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:528:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  528 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c: In function 'bookmark_populate':
ui_bookmark.c:675:6: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  675 |      b->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE,
      |      ^
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:675:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  675 |      b->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE,
      |      ^
ui_bookmark.c:681:5: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  681 |     b->image = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_BUTTON);
      |     ^
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_bookmark.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_bookmark.c:681:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  681 |     b->image = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_BUTTON);
      |     ^
  CC       ui_fileops.o
ui_fileops.c: In function 'encoding_dialog':
ui_fileops.c:117:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  117 |  generic_dialog_add_button(gd, GTK_STOCK_CLOSE, NULL, NULL, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_fileops.c:119:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  119 |  generic_dialog_add_message(gd, GTK_STOCK_DIALOG_WARNING,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_fileops.c: In function 'web_file_async_ready_cb':
ui_fileops.c:1049:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1049 |   file_util_warning_dialog(_("Web file download failed"), error->message, GTK_STOCK_DIALOG_ERROR, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
ui_fileops.c: In function 'download_web_file':
ui_fileops.c:1115:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1115 |     generic_dialog_add_message(web->gd, GTK_STOCK_DIALOG_INFO, message, NULL, FALSE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       ui_help.o
ui_help.c: In function 'help_window_new':
ui_help.c:251:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  251 |  button = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from ui_help.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_help.c:251:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  251 |  button = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |  ^~~~~~
  CC       ui_menu.o
ui_menu.c: In function 'actions_sort_cb':
ui_menu.c:100:2: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations]
  100 |  accel_path_a = gtk_action_get_accel_path(GTK_ACTION(a));
      |  ^~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here
  136 | const gchar *gtk_action_get_accel_path         (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:100:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations]
  100 |  accel_path_a = gtk_action_get_accel_path(GTK_ACTION(a));
      |  ^~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
   96 | GType        gtk_action_get_type               (void) G_GNUC_CONST;
      |              ^~~~~~~~~~~~~~~~~~~
ui_menu.c:101:2: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations]
  101 |  accel_path_b = gtk_action_get_accel_path(GTK_ACTION(b));
      |  ^~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here
  136 | const gchar *gtk_action_get_accel_path         (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:101:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations]
  101 |  accel_path_b = gtk_action_get_accel_path(GTK_ACTION(b));
      |  ^~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
   96 | GType        gtk_action_get_type               (void) G_GNUC_CONST;
      |              ^~~~~~~~~~~~~~~~~~~
ui_menu.c: In function 'menu_item_add_main_window_accelerator':
ui_menu.c:141:2: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations]
  141 |  groups = gtk_ui_manager_get_action_groups(lw->ui_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here
  145 | GList         *gtk_ui_manager_get_action_groups   (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:142:2: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations]
  142 |  actions = gtk_action_group_list_actions(GTK_ACTION_GROUP(groups->data)); // Only the first group required
      |  ^~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here
  198 | GList          *gtk_action_group_list_actions            (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:142:2: warning: 'gtk_action_group_get_type' is deprecated [-Wdeprecated-declarations]
  142 |  actions = gtk_action_group_list_actions(GTK_ACTION_GROUP(groups->data)); // Only the first group required
      |  ^~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:173:17: note: declared here
  173 | GType           gtk_action_group_get_type                (void) G_GNUC_CONST;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:147:3: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations]
  147 |   action = GTK_ACTION(actions->data);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
   96 | GType        gtk_action_get_type               (void) G_GNUC_CONST;
      |              ^~~~~~~~~~~~~~~~~~~
ui_menu.c:148:3: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations]
  148 |   accel_path = gtk_action_get_accel_path(action);
      |   ^~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here
  136 | const gchar *gtk_action_get_accel_path         (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c: In function 'menu_item_add_stock':
ui_menu.c:215:2: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  215 |  item = gtk_image_menu_item_new_with_mnemonic(label);
      |  ^~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:219:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  219 |  image = gtk_image_new_from_stock(stock_id, GTK_ICON_SIZE_MENU);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:220:2: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations]
  220 |  gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:220:2: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations]
  220 |  gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:10: note: declared here
   76 | GType    gtk_image_menu_item_get_type          (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c: In function 'popup_menu_position_clamp':
ui_menu.c:390:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
  390 |  gtk_widget_get_requisition(GTK_WIDGET(menu), &requisition);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here
  948 | void                  gtk_widget_get_requisition        (GtkWidget     *widget,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_menu.c:393:2: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations]
  393 |  xw = gdk_screen_width();
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
  108 | gint gdk_screen_width  (void) G_GNUC_CONST;
      |      ^~~~~~~~~~~~~~~~
ui_menu.c:394:2: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations]
  394 |  xh = gdk_screen_height();
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_menu.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
  110 | gint gdk_screen_height (void) G_GNUC_CONST;
      |      ^~~~~~~~~~~~~~~~~
  CC       ui_misc.o
ui_misc.c: In function 'pref_group_new':
ui_misc.c:78:2: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations]
   78 |  if (GTK_IS_VBOX(parent_box))
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here
   59 | GType       gtk_vbox_get_type (void) G_GNUC_CONST;
      |             ^~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_line':
ui_misc.c:185:2: warning: 'gtk_hbox_get_type' is deprecated [-Wdeprecated-declarations]
  185 |  if (GTK_IS_HBOX(parent_box))
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61:13: note: declared here
   61 | GType       gtk_hbox_get_type (void) G_GNUC_CONST;
      |             ^~~~~~~~~~~~~~~~~
ui_misc.c:187:3: warning: 'gtk_vseparator_new' is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
  187 |   spacer = gtk_vseparator_new();
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:290,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvseparator.h:67:12: note: declared here
   67 | GtkWidget* gtk_vseparator_new      (void);
      |            ^~~~~~~~~~~~~~~~~~
ui_misc.c:191:3: warning: 'gtk_hseparator_new' is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
  191 |   spacer = gtk_hseparator_new();
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:267,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:61:12: note: declared here
   61 | GtkWidget* gtk_hseparator_new      (void);
      |            ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_button_new':
ui_misc.c:260:3: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  260 |   button = gtk_button_new_from_stock(stock_id);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:269:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  269 |   if (stock_id) image = gtk_image_new_from_stock(stock_id, GTK_ICON_SIZE_BUTTON);
      |   ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:289:4: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
  289 |    align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0);
      |    ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here
   79 | GtkWidget* gtk_alignment_new        (gfloat             xalign,
      |            ^~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_table_new':
ui_misc.c:596:2: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  596 |  table = gtk_table_new(rows, columns, homogeneous);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new       (guint  rows,
      |            ^~~~~~~~~~~~~
ui_misc.c:597:2: warning: 'gtk_table_set_row_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  597 |  gtk_table_set_row_spacings(GTK_TABLE(table), PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:159:9: note: declared here
  159 | void    gtk_table_set_row_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:597:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  597 |  gtk_table_set_row_spacings(GTK_TABLE(table), PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c:598:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  598 |  gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_SPACE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:598:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  598 |  gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_SPACE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_table_box':
ui_misc.c:633:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  633 |  gtk_table_attach(GTK_TABLE(table), shell, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_misc.c:633:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  633 |  gtk_table_attach(GTK_TABLE(table), shell, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_table_label':
ui_misc.c:647:2: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
  647 |  align = gtk_alignment_new(alignment, 0.50, 0.0, 0.0);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here
   79 | GtkWidget* gtk_alignment_new        (gfloat             xalign,
      |            ^~~~~~~~~~~~~~~~~
ui_misc.c:648:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  648 |  gtk_table_attach(GTK_TABLE(table), align, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_misc.c:648:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  648 |  gtk_table_attach(GTK_TABLE(table), align, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_table_button':
ui_misc.c:665:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  665 |  gtk_table_attach(GTK_TABLE(table), button, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_misc.c:665:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  665 |  gtk_table_attach(GTK_TABLE(table), button, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_table_spin':
ui_misc.c:711:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  711 |  gtk_table_attach(GTK_TABLE(table), box, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_misc.c:711:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  711 |  gtk_table_attach(GTK_TABLE(table), box, column, column + 1, row, row + 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_toolbar_button':
ui_misc.c:758:4: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations]
  758 |    item = GTK_WIDGET(gtk_toggle_tool_button_new_from_stock(stock_id));
      |    ^~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoggletoolbutton.h:79:14: note: declared here
   79 | GtkToolItem *gtk_toggle_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:769:4: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
  769 |    item = GTK_WIDGET(gtk_tool_button_new_from_stock(stock_id));
      |    ^~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_toolbar_button_set_icon':
ui_misc.c:800:3: warning: 'gtk_tool_button_set_stock_id' is deprecated: Use 'gtk_tool_button_set_icon_name' instead [-Wdeprecated-declarations]
  800 |   gtk_tool_button_set_stock_id(GTK_TOOL_BUTTON(button), stock_id);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:97:23: note: declared here
   97 | void                  gtk_tool_button_set_stock_id      (GtkToolButton *button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'date_selection_popup_hide':
ui_misc.c:848:3: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
  848 |   gdk_keyboard_ungrab(GDK_CURRENT_TIME);
      |   ^~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here
  102 | void          gdk_keyboard_ungrab    (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~~
ui_misc.c:849:3: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
  849 |   gdk_pointer_ungrab(GDK_CURRENT_TIME);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here
  100 | void          gdk_pointer_ungrab     (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'date_selection_popup':
ui_misc.c:980:2: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations]
  980 |  if (y + window_allocation.height > gdk_screen_height())
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
  110 | gint gdk_screen_height (void) G_GNUC_CONST;
      |      ^~~~~~~~~~~~~~~~~
ui_misc.c:991:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations]
  991 |  gdk_pointer_grab(gtk_widget_get_window(ds->window), TRUE,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here
   86 | GdkGrabStatus gdk_pointer_grab       (GdkWindow    *window,
      |               ^~~~~~~~~~~~~~~~
ui_misc.c:994:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations]
  994 |  gdk_keyboard_grab(gtk_widget_get_window(ds->window), TRUE, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here
   93 | GdkGrabStatus gdk_keyboard_grab      (GdkWindow    *window,
      |               ^~~~~~~~~~~~~~~~~
ui_misc.c: In function 'button_size_allocate_cb':
ui_misc.c:1014:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
 1014 |  gtk_widget_get_requisition(spin, &spin_requisition);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here
  948 | void                  gtk_widget_get_requisition        (GtkWidget     *widget,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'spin_increase':
ui_misc.c:1034:2: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations]
 1034 |  gtk_widget_size_request(spin, &req);
      |  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here
  672 | void       gtk_widget_size_request        (GtkWidget           *widget,
      |            ^~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'date_selection_new':
ui_misc.c:1096:2: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations]
 1096 |  arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here
   73 | GtkWidget* gtk_arrow_new        (GtkArrowType   arrow_type,
      |            ^~~~~~~~~~~~~
ui_misc.c: In function 'sizer_default_handle_size':
ui_misc.c:1205:2: warning: 'gtk_rc_get_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
 1205 |  style = gtk_rc_get_style(paned);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:273,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:175:11: note: declared here
  175 | GtkStyle* gtk_rc_get_style              (GtkWidget   *widget);
      |           ^~~~~~~~~~~~~~~~
ui_misc.c:1206:2: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations]
 1206 |  gtk_widget_set_style(paned, style);
      |  ^~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:737:13: note: declared here
  737 | void        gtk_widget_set_style          (GtkWidget            *widget,
      |             ^~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'sizer_press_cb':
ui_misc.c:1294:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations]
 1294 |  gdk_pointer_grab(gtk_widget_get_window(sd->sizer), FALSE,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here
   86 | GdkGrabStatus gdk_pointer_grab       (GdkWindow    *window,
      |               ^~~~~~~~~~~~~~~~
ui_misc.c: In function 'sizer_release_cb':
ui_misc.c:1308:2: warning: 'gdk_pointer_is_grabbed' is deprecated: Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations]
 1308 |  if (gdk_pointer_is_grabbed() && gtk_widget_has_grab(sd->sizer))
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:104:15: note: declared here
  104 | gboolean      gdk_pointer_is_grabbed (void);
      |               ^~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:1311:3: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
 1311 |   gdk_pointer_ungrab(bevent->time);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here
  100 | void          gdk_pointer_ungrab     (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'sizer_expose_cb':
ui_misc.c:1352:2: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
 1352 |  cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(widget));
      |  ^~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
   35 | cairo_t  * gdk_cairo_create             (GdkWindow          *window);
      |            ^~~~~~~~~~~~~~~~
ui_misc.c: In function 'sizer_realize_cb':
ui_misc.c:1414:3: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations]
 1414 |   cursor = gdk_cursor_new(n);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here
  228 | GdkCursor* gdk_cursor_new   (GdkCursorType    cursor_type);
      |            ^~~~~~~~~~~~~~
ui_misc.c: In function 'pref_color_button_set_cb':
ui_misc.c:1672:2: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]
 1672 |  gtk_color_button_get_color(GTK_COLOR_BUTTON(widget), color);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:74,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here
   92 | void       gtk_color_button_get_color      (GtkColorButton *button,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'pref_color_button_new':
ui_misc.c:1683:3: warning: 'gtk_color_button_new_with_color' is deprecated: Use 'gtk_color_button_new_with_rgba' instead [-Wdeprecated-declarations]
 1683 |   button = gtk_color_button_new_with_color(color);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:74,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:87:12: note: declared here
   87 | GtkWidget *gtk_color_button_new_with_color (const GdkColor *color);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c: In function 'defined_mouse_buttons':
ui_misc.c:1784:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations]
 1784 |     action = gtk_action_group_get_action(lw->action_group, options->mouse_button_8);
      |     ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:1787:6: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations]
 1787 |      gtk_action_activate(action);
      |      ^~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
  119 | void         gtk_action_activate               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
ui_misc.c:1795:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations]
 1795 |     action = gtk_action_group_get_action(lw->action_group, options->mouse_button_9);
      |     ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_misc.c:1798:6: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations]
 1798 |      gtk_action_activate(action);
      |      ^~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252,
                 from ui_misc.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
  119 | void         gtk_action_activate               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
  CC       ui_pathsel.o
ui_pathsel.c: In function 'dest_view_rename_cb':
ui_pathsel.c:435:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  435 |   warning_dialog(_("Rename failed"), buf, GTK_STOCK_DIALOG_INFO, dd->entry);
      |   ^~~~~~~~~~~~~~
ui_pathsel.c:441:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  441 |   warning_dialog(_("Rename failed"), buf, GTK_STOCK_DIALOG_ERROR, dd->entry);
      |   ^~~~~~~~~~~~~~
ui_pathsel.c: In function 'dest_view_delete_dlg_ok_cb':
ui_pathsel.c:497:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  497 |   warning_dialog(_("File deletion failed"), text, GTK_STOCK_DIALOG_WARNING, dl->dd->entry);
      |   ^~~~~~~~~~~~~~
ui_pathsel.c: In function 'dest_view_delete':
ui_pathsel.c:543:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  543 |  generic_dialog_add_button(dd->gd, GTK_STOCK_DELETE, NULL, dest_view_delete_dlg_ok_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_pathsel.c:546:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  546 |  generic_dialog_add_message(dd->gd, GTK_STOCK_DIALOG_QUESTION,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_pathsel.c: In function 'dest_popup_menu':
ui_pathsel.c:638:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  638 |   menu_item_add_stock(menu, _("Add _Bookmark"), GTK_STOCK_JUMP_TO,
      |   ^~~~~~~~~~~~~~~~~~~
ui_pathsel.c:646:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  646 |   menu_item_add_stock(menu, _("_Delete"), GTK_STOCK_DELETE,
      |   ^~~~~~~~~~~~~~~~~~~
ui_pathsel.c:648:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  648 |   menu_item_add_stock(menu, _("Add _Bookmark"), GTK_STOCK_JUMP_TO,
      |   ^~~~~~~~~~~~~~~~~~~
ui_pathsel.c:655:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  655 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
ui_pathsel.c:660:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  660 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time);
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
ui_pathsel.c: In function 'dest_new_dir_cb':
ui_pathsel.c:762:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  762 |   warning_dialog(_("Error creating folder"), text, GTK_STOCK_DIALOG_ERROR, dd->entry);
      |   ^~~~~~~~~~~~~~
ui_pathsel.c: In function 'path_selection_new_with_files':
ui_pathsel.c:1039:2: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1039 |  table = gtk_table_new(4, (filter != NULL) ? 3 : 1, FALSE);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new       (guint  rows,
      |            ^~~~~~~~~~~~~
ui_pathsel.c:1040:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1040 |  gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_pathsel.c:1040:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1040 |  gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_pathsel.c:1041:2: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1041 |  gtk_table_set_row_spacing(GTK_TABLE(table), 0, PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:145:9: note: declared here
  145 | void    gtk_table_set_row_spacing  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
ui_pathsel.c:1041:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1041 |  gtk_table_set_row_spacing(GTK_TABLE(table), 0, PREF_PAD_GAP);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_pathsel.c:1065:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1065 |   gtk_table_attach(GTK_TABLE(table), paned, 0, 3, 1, 2,
      |   ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_pathsel.c:1065:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1065 |   gtk_table_attach(GTK_TABLE(table), paned, 0, 3, 1, 2,
      |   ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_pathsel.c:1073:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1073 |   gtk_table_attach(GTK_TABLE(table), hbox2, 0, 1, 1, 2,
      |   ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_pathsel.c:1073:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1073 |   gtk_table_attach(GTK_TABLE(table), hbox2, 0, 1, 1, 2,
      |   ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
ui_pathsel.c:1166:4: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1166 |    gtk_table_attach(GTK_TABLE(table), scrolled, 2, 3, 1, 2,
      |    ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
ui_pathsel.c:1166:4: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1166 |    gtk_table_attach(GTK_TABLE(table), scrolled, 2, 3, 1, 2,
      |    ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ui_pathsel.c:37:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
  CC       ui_spinner.o
ui_spinner.c: In function 'spinner_new':
ui_spinner.c:160:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations]
  160 |   pb = gdk_pixbuf_new_from_inline(-1, icon_spinner, FALSE, NULL);
      |   ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_spinner.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:298:12: note: declared here
  298 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint          data_length,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_spinner.c:181:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  181 |   sp->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_DIALOG);
      |   ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_spinner.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_spinner.c:181:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  181 |   sp->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_DIALOG);
      |   ^~
  CC       ui_tabcomp.o
ui_tabcomp.c: In function 'tab_completion_popup_pos_cb':
ui_tabcomp.c:321:2: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
  321 |  monitor_num = gdk_screen_get_monitor_at_window(screen, gtk_widget_get_window(GTK_WIDGET(td->entry)));
      |  ^~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ui_tabcomp.c:34:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here
   91 | gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_tabcomp.c:322:2: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
  322 |  gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ui_tabcomp.c:34:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here
   78 | void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_tabcomp.c:324:2: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations]
  324 |  gtk_widget_size_request(GTK_WIDGET(menu), &req);
      |  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from ui_tabcomp.c:35:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here
  672 | void       gtk_widget_size_request        (GtkWidget           *widget,
      |            ^~~~~~~~~~~~~~~~~~~~~~~
ui_tabcomp.c:334:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
  334 |  gtk_widget_get_requisition(td->entry, &requisition);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from ui_tabcomp.c:35:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here
  948 | void                  gtk_widget_get_requisition        (GtkWidget     *widget,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_tabcomp.c: In function 'tab_completion_popup_list':
ui_tabcomp.c:412:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  412 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ui_tabcomp.c:35:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
ui_tabcomp.c: In function 'tab_completion_create_complete_button':
ui_tabcomp.c:712:2: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations]
  712 |  pixbuf = gdk_pixbuf_new_from_inline(-1, icon_tabcomp, FALSE, NULL);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33,
                 from ui_tabcomp.c:34:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:298:12: note: declared here
  298 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint          data_length,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
ui_tabcomp.c: In function 'tab_completion_select_show':
ui_tabcomp.c:950:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  950 |  file_dialog_add_button(td->fd, GTK_STOCK_OK, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~
  CC       ui_tree_edit.o
ui_tree_edit.c: In function 'tree_edit_close':
ui_tree_edit.c:47:2: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
   47 |  gdk_keyboard_ungrab(GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here
  102 | void          gdk_keyboard_ungrab    (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~~
ui_tree_edit.c:48:2: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
   48 |  gdk_pointer_ungrab(GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here
  100 | void          gdk_pointer_ungrab     (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~
ui_tree_edit.c: In function 'tree_edit_by_path_idle_cb':
ui_tree_edit.c:182:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations]
  182 |  gdk_pointer_grab(gtk_widget_get_window(ted->window), TRUE,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here
   86 | GdkGrabStatus gdk_pointer_grab       (GdkWindow    *window,
      |               ^~~~~~~~~~~~~~~~
ui_tree_edit.c:185:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations]
  185 |  gdk_keyboard_grab(gtk_widget_get_window(ted->window), TRUE, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here
   93 | GdkGrabStatus gdk_keyboard_grab      (GdkWindow    *window,
      |               ^~~~~~~~~~~~~~~~~
ui_tree_edit.c: In function 'widget_auto_scroll_cb':
ui_tree_edit.c:590:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  590 |  device_manager = gdk_display_get_device_manager(gdk_window_get_display(window));
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_tree_edit.c:591:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  591 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ui_tree_edit.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       ui_utildlg.o
ui_utildlg.c: In function 'generic_dialog_add_message':
ui_utildlg.c:301:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  301 |   image = gtk_image_new_from_stock(icon_stock_id, GTK_ICON_SIZE_DIALOG);
      |   ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ui_utildlg.c:31:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
ui_utildlg.c: In function 'generic_dialog_setup':
ui_utildlg.c:486:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  486 |   gd->cancel_button = generic_dialog_add_button(gd, GTK_STOCK_CANCEL, NULL, gd->cancel_cb, TRUE);
      |   ^~
ui_utildlg.c: In function 'warning_dialog':
ui_utildlg.c:531:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  531 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, warning_dialog_ok_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
  CC       pan-view/pan-calendar.o
  CC       pan-view/pan-folder.o
  CC       pan-view/pan-grid.o
  CC       pan-view/pan-item.o
  CC       pan-view/pan-timeline.o
  CC       pan-view/pan-util.o
  CC       pan-view/pan-view.o
pan-view/pan-view.c: In function 'pan_warning_folder':
pan-view/pan-view.c:521:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  521 |         GTK_STOCK_DIALOG_INFO, parent);
      |         ^~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'pan_window_key_press_cb':
pan-view/pan-view.c:1371:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1371 |      gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |      ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'button_cb':
pan-view/pan-view.c:1597:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1597 |    gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 3, event->time);
      |    ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'pan_window_image_scroll_notify_cb':
pan-view/pan-view.c:1721:2: warning: 'gtk_adjustment_changed' is deprecated [-Wdeprecated-declarations]
 1721 |  gtk_adjustment_changed(adj);
      |  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:87:12: note: declared here
   87 | void       gtk_adjustment_changed               (GtkAdjustment   *adjustment);
      |            ^~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1722:2: warning: 'gtk_adjustment_value_changed' is deprecated [-Wdeprecated-declarations]
 1722 |  gtk_adjustment_value_changed(adj);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:89:12: note: declared here
   89 | void       gtk_adjustment_value_changed         (GtkAdjustment   *adjustment);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1734:2: warning: 'gtk_adjustment_changed' is deprecated [-Wdeprecated-declarations]
 1734 |  gtk_adjustment_changed(adj);
      |  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:87:12: note: declared here
   87 | void       gtk_adjustment_changed               (GtkAdjustment   *adjustment);
      |            ^~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1735:2: warning: 'gtk_adjustment_value_changed' is deprecated [-Wdeprecated-declarations]
 1735 |  gtk_adjustment_value_changed(adj);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:89:12: note: declared here
   89 | void       gtk_adjustment_value_changed         (GtkAdjustment   *adjustment);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'pan_window_entry_activate_cb':
pan-view/pan-view.c:1797:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1797 |           GTK_STOCK_DIALOG_WARNING, pw->path_entry);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'pan_window_new_real':
pan-view/pan-view.c:1937:2: warning: 'gtk_table_set_row_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1937 |  gtk_table_set_row_spacings(GTK_TABLE(table), 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:159:9: note: declared here
  159 | void    gtk_table_set_row_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1937:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1937 |  gtk_table_set_row_spacings(GTK_TABLE(table), 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1938:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1938 |  gtk_table_set_col_spacings(GTK_TABLE(table), 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1938:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1938 |  gtk_table_set_col_spacings(GTK_TABLE(table), 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1955:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1955 |  gtk_table_attach(GTK_TABLE(table), pw->imd->widget, 0, 1, 0, 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
pan-view/pan-view.c:1955:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1955 |  gtk_table_attach(GTK_TABLE(table), pw->imd->widget, 0, 1, 0, 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1963:2: warning: 'gtk_hscrollbar_new' is deprecated: Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
 1963 |  pw->scrollbar_h = gtk_hscrollbar_new(NULL);
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:266,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h:61:12: note: declared here
   61 | GtkWidget* gtk_hscrollbar_new      (GtkAdjustment *adjustment);
      |            ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1966:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1966 |  gtk_table_attach(GTK_TABLE(table), pw->scrollbar_h, 0, 1, 1, 2,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
pan-view/pan-view.c:1966:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1966 |  gtk_table_attach(GTK_TABLE(table), pw->scrollbar_h, 0, 1, 1, 2,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1970:2: warning: 'gtk_vscrollbar_new' is deprecated: Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
 1970 |  pw->scrollbar_v = gtk_vscrollbar_new(NULL);
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:289,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h:67:12: note: declared here
   67 | GtkWidget* gtk_vscrollbar_new      (GtkAdjustment *adjustment);
      |            ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:1973:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1973 |  gtk_table_attach(GTK_TABLE(table), pw->scrollbar_v, 1, 2, 0, 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here
  127 | void    gtk_table_attach       (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~
pan-view/pan-view.c:1973:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 1973 |  gtk_table_attach(GTK_TABLE(table), pw->scrollbar_v, 1, 2, 0, 1,
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from pan-view/pan-view.h:25,
                 from pan-view/pan-view.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
pan-view/pan-view.c: In function 'pan_warning':
pan-view/pan-view.c:2086:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2086 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2089:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2089 |  box = generic_dialog_add_message(gd, GTK_STOCK_DIALOG_INFO,
      |  ^~~
pan-view/pan-view.c: In function 'pan_popup_menu':
pan-view/pan-view.c:2377:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2377 |  menu_item_add_stock_sensitive(menu, _("_Play"), GTK_STOCK_MEDIA_PLAY, video,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2381:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2381 |  menu_item_add_stock(menu, _("Zoom _in"), GTK_STOCK_ZOOM_IN,
      |  ^~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2383:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2383 |  menu_item_add_stock(menu, _("Zoom _out"), GTK_STOCK_ZOOM_OUT,
      |  ^~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2385:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2385 |  menu_item_add_stock(menu, _("Zoom _1:1"), GTK_STOCK_ZOOM_100,
      |  ^~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2396:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2396 |  menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, active,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2398:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2398 |  menu_item_add_stock(menu, _("Go to original"), GTK_STOCK_FIND,
      |  ^~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2402:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2402 |  menu_item_add_stock_sensitive(menu, _("_Copy..."), GTK_STOCK_COPY, active,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view.c:2420:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2420 |      _("_Delete"), GTK_STOCK_DELETE, active,
      |      ^
pan-view/pan-view.c:2481:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2481 |  menu_item_add_stock(menu, _("C_lose window"), GTK_STOCK_CLOSE, G_CALLBACK(pan_close_cb), pw);
      |  ^~~~~~~~~~~~~~~~~~~
  CC       pan-view/pan-view-filter.o
pan-view/pan-view-filter.c: In function 'pan_filter_ui_new':
pan-view/pan-view-filter.c:61:3: warning: 'gtk_combo_box_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations]
   61 |   gtk_combo_box_set_focus_on_click(GTK_COMBO_BOX(ui->filter_mode_combo), FALSE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:125:15: note: declared here
  125 | void          gtk_combo_box_set_focus_on_click     (GtkComboBox *combo,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view-filter.c:97:2: warning: 'gtk_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations]
   97 |  gtk_button_set_focus_on_click(GTK_BUTTON(ui->filter_button), FALSE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here
  138 | void                  gtk_button_set_focus_on_click (GtkButton      *button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view-filter.c:101:2: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations]
  101 |  ui->filter_button_arrow = gtk_arrow_new(GTK_ARROW_UP, GTK_SHADOW_NONE);
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here
   73 | GtkWidget* gtk_arrow_new        (GtkArrowType   arrow_type,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-filter.c: In function 'pan_filter_toggle_cb':
pan-view/pan-view-filter.c:229:3: warning: 'gtk_arrow_set' is deprecated [-Wdeprecated-declarations]
  229 |   gtk_arrow_set(GTK_ARROW(ui->filter_button_arrow), GTK_ARROW_UP, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:76:12: note: declared here
   76 | void       gtk_arrow_set        (GtkArrow      *arrow,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-filter.c:229:3: warning: 'gtk_arrow_get_type' is deprecated [-Wdeprecated-declarations]
  229 |   gtk_arrow_set(GTK_ARROW(ui->filter_button_arrow), GTK_ARROW_UP, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71:12: note: declared here
   71 | GType      gtk_arrow_get_type   (void) G_GNUC_CONST;
      |            ^~~~~~~~~~~~~~~~~~
pan-view/pan-view-filter.c:234:3: warning: 'gtk_arrow_set' is deprecated [-Wdeprecated-declarations]
  234 |   gtk_arrow_set(GTK_ARROW(ui->filter_button_arrow), GTK_ARROW_DOWN, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:76:12: note: declared here
   76 | void       gtk_arrow_set        (GtkArrow      *arrow,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-filter.c:234:3: warning: 'gtk_arrow_get_type' is deprecated [-Wdeprecated-declarations]
  234 |   gtk_arrow_set(GTK_ARROW(ui->filter_button_arrow), GTK_ARROW_DOWN, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-filter.h:25,
                 from pan-view/pan-view-filter.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71:12: note: declared here
   71 | GType      gtk_arrow_get_type   (void) G_GNUC_CONST;
      |            ^~~~~~~~~~~~~~~~~~
  CC       pan-view/pan-view-search.o
pan-view/pan-view-search.c: In function 'pan_search_ui_new':
pan-view/pan-view-search.c:59:2: warning: 'gtk_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations]
   59 |  gtk_button_set_focus_on_click(GTK_BUTTON(ui->search_button), FALSE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here
  138 | void                  gtk_button_set_focus_on_click (GtkButton      *button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pan-view/pan-view-search.c:63:2: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations]
   63 |  ui->search_button_arrow = gtk_arrow_new(GTK_ARROW_UP, GTK_SHADOW_NONE);
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here
   73 | GtkWidget* gtk_arrow_new        (GtkArrowType   arrow_type,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-search.c: In function 'pan_search_toggle_cb':
pan-view/pan-view-search.c:431:3: warning: 'gtk_arrow_set' is deprecated [-Wdeprecated-declarations]
  431 |   gtk_arrow_set(GTK_ARROW(ui->search_button_arrow), GTK_ARROW_UP, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:76:12: note: declared here
   76 | void       gtk_arrow_set        (GtkArrow      *arrow,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-search.c:431:3: warning: 'gtk_arrow_get_type' is deprecated [-Wdeprecated-declarations]
  431 |   gtk_arrow_set(GTK_ARROW(ui->search_button_arrow), GTK_ARROW_UP, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71:12: note: declared here
   71 | GType      gtk_arrow_get_type   (void) G_GNUC_CONST;
      |            ^~~~~~~~~~~~~~~~~~
pan-view/pan-view-search.c:436:3: warning: 'gtk_arrow_set' is deprecated [-Wdeprecated-declarations]
  436 |   gtk_arrow_set(GTK_ARROW(ui->search_button_arrow), GTK_ARROW_DOWN, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:76:12: note: declared here
   76 | void       gtk_arrow_set        (GtkArrow      *arrow,
      |            ^~~~~~~~~~~~~
pan-view/pan-view-search.c:436:3: warning: 'gtk_arrow_get_type' is deprecated [-Wdeprecated-declarations]
  436 |   gtk_arrow_set(GTK_ARROW(ui->search_button_arrow), GTK_ARROW_DOWN, GTK_SHADOW_NONE);
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251,
                 from ./main.h:63,
                 from pan-view/pan-view-search.h:25,
                 from pan-view/pan-view-search.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71:12: note: declared here
   71 | GType      gtk_arrow_get_type   (void) G_GNUC_CONST;
      |            ^~~~~~~~~~~~~~~~~~
  CC       view_file/view_file.o
view_file/view_file.c: In function 'vf_pop_menu_open_archive_cb':
view_file/view_file.c:396:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  396 |   warning_dialog(_("Cannot open archive file"), _("See the Log Window"), GTK_STOCK_DIALOG_WARNING, NULL);
      |   ^~~~~~~~~~~~~~
view_file/view_file.c: In function 'vf_pop_menu':
view_file/view_file.c:698:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  698 |  menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, active,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:701:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  701 |  menu_item_add_stock_sensitive(menu, _("Open archive"), GTK_STOCK_OPEN, active & class_archive, G_CALLBACK(vf_pop_menu_open_archive_cb), vf);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:704:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  704 |  menu_item_add_stock_sensitive(menu, _("_Copy..."), GTK_STOCK_COPY, active,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:721:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  721 |      _("_Delete"), GTK_STOCK_DELETE, active,
      |      ^
view_file/view_file.c:731:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  731 |  menu_item_add_stock_sensitive(menu, _("_Find duplicates..."), GTK_STOCK_FIND, active,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:779:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  779 |  menu_item_add_stock(menu, _("Re_fresh"), GTK_STOCK_REFRESH, G_CALLBACK(vf_pop_menu_refresh_cb), vf);
      |  ^~~~~~~~~~~~~~~~~~~
view_file/view_file.c: In function 'vf_marks_tooltip_cb':
view_file/view_file.c:907:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  907 |   generic_dialog_add_message(mte->gd, GTK_STOCK_DIALOG_QUESTION, _("Set mark text"),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:909:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  909 |   generic_dialog_add_button(mte->gd, GTK_STOCK_OK, NULL,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:911:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  911 |   generic_dialog_add_button(mte->gd, GTK_STOCK_HELP, NULL,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:922:3: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  922 |   gtk_table_attach_defaults(GTK_TABLE(table), mte->edit_widget, 1, 2, 0, 1);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from view_file/view_file.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:922:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  922 |   gtk_table_attach_defaults(GTK_TABLE(table), mte->edit_widget, 1, 2, 0, 1);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from ./main.h:63,
                 from view_file/view_file.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
view_file/view_file.c:925:3: warning: 'gtk_entry_set_icon_from_stock' is deprecated: Use 'gtk_entry_set_icon_from_icon_name' instead [-Wdeprecated-declarations]
  925 |   gtk_entry_set_icon_from_stock(GTK_ENTRY(mte->edit_widget),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ./main.h:63,
                 from view_file/view_file.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:320:16: note: declared here
  320 | void           gtk_entry_set_icon_from_stock             (GtkEntry             *entry,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file.c:926:8: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  926 |        GTK_ENTRY_ICON_SECONDARY, GTK_STOCK_CLEAR);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
  CC       view_file/view_file_icon.o
view_file/view_file_icon.c: In function 'tip_show':
view_file/view_file_icon.c:356:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  356 |  device_manager = gdk_display_get_device_manager(gdk_window_get_display(
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c:358:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  358 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c:380:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  380 |  device_manager = gdk_display_get_device_manager(display);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c:381:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  381 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c: In function 'tip_update':
view_file/view_file_icon.c:448:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  448 |  GdkDeviceManager *device_manager = gdk_display_get_device_manager(display);
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c:449:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  449 |  GdkDevice *device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ./main.h:62,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c: In function 'page_height':
view_file/view_file_icon.c:1190:2: warning: 'gtk_tree_view_get_vadjustment' is deprecated: Use 'gtk_scrollable_get_vadjustment' instead [-Wdeprecated-declarations]
 1190 |  adj = gtk_tree_view_get_vadjustment(GTK_TREE_VIEW(vf->listview));
      |  ^~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from ./main.h:63,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:227:24: note: declared here
  227 | GtkAdjustment         *gtk_tree_view_get_vadjustment               (GtkTreeView               *tree_view);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_icon.c: In function 'vficon_press_key_cb':
view_file/view_file_icon.c:1299:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1299 |    gtk_menu_popup(GTK_MENU(vf->popup), NULL, NULL, vfi_menu_position_cb, vf, 0, GDK_CURRENT_TIME);
      |    ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
view_file/view_file_icon.c: In function 'vficon_press_cb':
view_file/view_file_icon.c:1405:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1405 |    gtk_menu_popup(GTK_MENU(vf->popup), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
      |    ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
view_file/view_file_icon.c: In function 'vficon_cell_data_cb':
view_file/view_file_icon.c:2187:3: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 2187 |   style = gtk_widget_get_style(vf->listview);
      |   ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from ./main.h:63,
                 from view_file/view_file_icon.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
  CC       view_file/view_file_list.o
view_file/view_file_list.c: In function 'vflist_row_rename_cb':
view_file/view_file_list.c:516:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  516 |   file_util_warning_dialog(_("Error renaming file"), text, GTK_STOCK_DIALOG_ERROR, vf->listview);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
view_file/view_file_list.c: In function 'vflist_press_key_cb':
view_file/view_file_list.c:574:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  574 |  gtk_menu_popup(GTK_MENU(vf->popup), NULL, NULL, vflist_menu_position_cb, vf, 0, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from view_file/view_file_list.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
view_file/view_file_list.c: In function 'vflist_press_cb':
view_file/view_file_list.c:614:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  614 |   gtk_menu_popup(GTK_MENU(vf->popup), NULL, NULL, NULL, NULL,
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from ./main.h:63,
                 from view_file/view_file_list.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
view_file/view_file_list.c: In function 'vflist_listview_color_shifted':
view_file/view_file_list.c:2011:3: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 2011 |   style = gtk_widget_get_style(widget);
      |   ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from ./main.h:63,
                 from view_file/view_file_list.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
  CC       advanced_exif.o
advanced_exif.c: In function 'advanced_exif_new':
advanced_exif.c:462:2: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  462 |  gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(ew->listview), TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from main.h:63,
                 from advanced_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       bar.o
bar.c: In function 'bar_expander_height_cb':
bar.c:312:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  312 |  device_manager = gdk_display_get_device_manager(display);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from bar.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bar.c:313:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  313 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from bar.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bar.c: In function 'bar_menu_popup':
bar.c:409:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  409 |   menu_item_add_stock(menu, _("Move to _top"), GTK_STOCK_GOTO_TOP, G_CALLBACK(bar_expander_move_top_cb), expander);
      |   ^~~~~~~~~~~~~~~~~~~
bar.c:410:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  410 |   menu_item_add_stock(menu, _("Move _up"), GTK_STOCK_GO_UP, G_CALLBACK(bar_expander_move_up_cb), expander);
      |   ^~~~~~~~~~~~~~~~~~~
bar.c:411:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  411 |   menu_item_add_stock(menu, _("Move _down"), GTK_STOCK_GO_DOWN, G_CALLBACK(bar_expander_move_down_cb), expander);
      |   ^~~~~~~~~~~~~~~~~~~
bar.c:412:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  412 |   menu_item_add_stock(menu, _("Move to _bottom"), GTK_STOCK_GOTO_BOTTOM, G_CALLBACK(bar_expander_move_bottom_cb), expander);
      |   ^~~~~~~~~~~~~~~~~~~
bar.c:417:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  417 |    menu_item_add_stock(menu, _("Height..."), GTK_STOCK_PREFERENCES, G_CALLBACK(bar_expander_height_cb), expander);
      |    ^~~~~~~~~~~~~~~~~~~
bar.c:421:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  421 |   menu_item_add_stock(menu, _("Remove"), GTK_STOCK_DELETE, G_CALLBACK(bar_expander_delete_cb), expander);
      |   ^~~~~~~~~~~~~~~~~~~
bar.c:425:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  425 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, bar, 0, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from bar.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
bar.c: In function 'bar_menu_add_popup':
bar.c:441:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  441 |   item = menu_item_add_stock(menu, _(pane->title), GTK_STOCK_ADD, G_CALLBACK(bar_expander_add_cb), bar);
      |   ^~~~
bar.c:446:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  446 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, bar, 0, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from bar.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
bar.c: In function 'bar_new':
bar.c:812:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  812 |  bd->add_button = pref_toolbar_button(tbar, GTK_STOCK_ADD, NULL, FALSE,
      |  ^~
  CC       bar_comment.o
bar_comment.c: In function 'bar_pane_comment_populate_popup':
bar_comment.c:232:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  232 |  menu_item_add_stock(GTK_WIDGET(menu), _("Add text to selected files"), GTK_STOCK_ADD, G_CALLBACK(bar_pane_comment_sel_add_cb), pcd);
      |  ^~~~~~~~~~~~~~~~~~~
bar_comment.c:233:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  233 |  menu_item_add_stock(GTK_WIDGET(menu), _("Replace existing text in selected files"), GTK_STOCK_CONVERT, G_CALLBACK(bar_pane_comment_sel_replace_cb), data);
      |  ^~~~~~~~~~~~~~~~~~~
  CC       bar_gps.o
  CC       bar_histogram.o
bar_histogram.c: In function 'bar_pane_histogram_press_cb':
bar_histogram.c:280:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  280 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from bar_histogram.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
  CC       bar_keywords.o
bar_keywords.c: In function 'bar_pane_keywords_populate_popup_cb':
bar_keywords.c:490:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  490 |  menu_item_add_stock(GTK_WIDGET(menu), _("Add selected keywords to selected files"), GTK_STOCK_ADD, G_CALLBACK(bar_pane_keywords_sel_add_cb), pkd);
      |  ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:491:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  491 |  menu_item_add_stock(GTK_WIDGET(menu), _("Replace existing keywords in selected files with selected keywords"), GTK_STOCK_CONVERT, G_CALLBACK(bar_pane_keywords_sel_replace_cb), pkd);
      |  ^~~~~~~~~~~~~~~~~~~
bar_keywords.c: In function 'bar_pane_keywords_edit_dialog':
bar_keywords.c:971:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  971 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_keywords.c:979:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  979 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->edit_widget, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_keywords.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_keywords.c:979:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  979 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->edit_widget, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_keywords.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
bar_keywords.c: In function 'bar_pane_keywords_disconnect_marks_cb':
bar_keywords.c:1067:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1067 |  generic_dialog_add_message(gd, GTK_STOCK_DIALOG_WARNING,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
bar_keywords.c:1069:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1069 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, bar_pane_keywords_disconnect_marks_ok_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_keywords.c: In function 'bar_pane_keywords_menu_popup':
bar_keywords.c:1314:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1314 |  menu_item_add_stock(menu, _("New keyword"), GTK_STOCK_NEW, G_CALLBACK(bar_pane_keywords_add_dialog_cb), pkd);
      |  ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1339:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1339 |    menu_item_add_stock(menu, text, GTK_STOCK_ADD, G_CALLBACK(bar_pane_keywords_add_to_selected_cb), pkd);
      |    ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1367:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1367 |   menu_item_add_stock(menu, text, GTK_STOCK_EDIT, G_CALLBACK(bar_pane_keywords_edit_dialog_cb), pkd);
      |   ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1370:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1370 |   menu_item_add_stock(menu, text, GTK_STOCK_DELETE, G_CALLBACK(bar_pane_keywords_delete_cb), pkd);
      |   ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1377:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1377 |    menu_item_add_stock(menu, text, GTK_STOCK_DELETE, G_CALLBACK(bar_pane_keywords_connect_mark_cb), pkd);
      |    ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1384:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1384 |    menu_item_add_stock(menu, text, GTK_STOCK_DELETE, G_CALLBACK(bar_pane_keywords_disconnect_marks_cb), pkd);
      |    ^~~~~~~~~~~~~~~~~~~
bar_keywords.c:1412:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1412 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from bar_keywords.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
  CC       bar_exif.o
bar_exif.c: In function 'bar_pane_exif_conf_dialog':
bar_exif.c:582:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  582 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_exif.c:591:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  591 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->key_entry, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_exif.c:591:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  591 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->key_entry, 1, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
bar_exif.c:600:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  600 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->title_entry, 1, 2, 1, 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_exif.c:600:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
  600 |  gtk_table_attach_defaults(GTK_TABLE(table), cdd->title_entry, 1, 2, 1, 2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from bar_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
bar_exif.c: In function 'bar_pane_exif_menu_popup':
bar_exif.c:658:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  658 |   menu_item_add_stock(menu, conf, GTK_STOCK_EDIT, G_CALLBACK(bar_pane_exif_conf_dialog_cb), widget);
      |   ^~~~~~~~~~~~~~~~~~~
bar_exif.c:659:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  659 |   menu_item_add_stock(menu, del, GTK_STOCK_DELETE, G_CALLBACK(bar_pane_exif_delete_entry_cb), widget);
      |   ^~~~~~~~~~~~~~~~~~~
bar_exif.c:660:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  660 |   menu_item_add_stock(menu, copy, GTK_STOCK_COPY, G_CALLBACK(bar_pane_exif_copy_entry_cb), widget);
      |   ^~~~~~~~~~~~~~~~~~~
bar_exif.c:668:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  668 |  menu_item_add_stock(menu, _("Add entry"), GTK_STOCK_ADD, G_CALLBACK(bar_pane_exif_conf_dialog_cb), ped->widget);
      |  ^~~~~~~~~~~~~~~~~~~
bar_exif.c:671:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  671 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, GDK_CURRENT_TIME);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from bar_exif.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
  CC       bar_sort.o
bar_sort.c: In function 'bar_filter_message_cb':
bar_sort.c:437:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  437 |  generic_dialog_add_message(gd, GTK_STOCK_DIALOG_INFO,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
bar_sort.c:439:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  439 |  generic_dialog_add_button(gd, GTK_STOCK_HELP, NULL, bar_filter_help_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_sort.c:440:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  440 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, NULL, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
bar_sort.c: In function 'bar_sort_add_ok_cb':
bar_sort.c:507:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  507 |    file_util_warning_dialog(_("Collection exists"), text, GTK_STOCK_DIALOG_INFO, NULL);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
bar_sort.c:523:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  523 |         GTK_STOCK_DIALOG_ERROR, GENERIC_DIALOG(fd)->dialog);
      |         ^~~~~~~~~~~~~~~~~~~~~~
bar_sort.c: In function 'bar_sort_add_cb':
bar_sort.c:567:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  567 |  file_dialog_add_button(sd->dialog, GTK_STOCK_OK, NULL, bar_sort_add_ok_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~
bar_sort.c: In function 'bar_sort_new':
bar_sort.c:736:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  736 |  sd->add_button = pref_toolbar_button(tbar, GTK_STOCK_ADD, NULL, FALSE,
      |  ^~
bar_sort.c:739:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  739 |  sd->undo_button = pref_toolbar_button(tbar, GTK_STOCK_UNDO, NULL, FALSE,
      |  ^~
  CC       cache.o
  CC       cache-loader.o
  CC       cache_maint.o
cache_maint.c: In function 'cache_maintenance_render_stop_cb':
cache_maint.c:72:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
   72 |  gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Creating sim data..."));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_maintenance_clean_stop_cb':
cache_maint.c:78:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
   78 |  gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Creating thumbs..."));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_maintenance_status_icon_activate_cb':
cache_maint.c:103:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  103 |  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time());
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
cache_maint.c: In function 'cache_maintenance':
cache_maint.c:110:2: warning: 'gtk_status_icon_new_from_pixbuf' is deprecated [-Wdeprecated-declarations]
  110 |  status_icon = gtk_status_icon_new_from_pixbuf(pixbuf_inline(PIXBUF_INLINE_ICON));
      |  ^~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:86:23: note: declared here
   86 | GtkStatusIcon        *gtk_status_icon_new_from_pixbuf    (GdkPixbuf          *pixbuf);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c:111:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
  111 |  gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Cleaning thumbs..."));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c:112:2: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
  112 |  gtk_status_icon_set_visible(status_icon, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from main.h:63,
                 from cache_maint.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_maintain_home':
cache_maint.c:390:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  390 |  cm->button_close = generic_dialog_add_button(cm->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
cache_maint.c:393:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  393 |  cm->button_stop = generic_dialog_add_button(cm->gd, GTK_STOCK_STOP, NULL,
      |  ^~
cache_maint.c: In function 'cache_manager_render_start_cb':
cache_maint.c:819:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  819 |    GTK_STOCK_DIALOG_WARNING, cd->gd->dialog);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_manager_render_dialog':
cache_maint.c:892:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  892 |  cd->button_close = generic_dialog_add_button(cd->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
cache_maint.c:894:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  894 |  cd->button_start = generic_dialog_add_button(cd->gd, GTK_STOCK_OK, _("S_tart"),
      |  ^~
cache_maint.c:896:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  896 |  cd->button_stop = generic_dialog_add_button(cd->gd, GTK_STOCK_STOP, NULL,
      |  ^~
cache_maint.c: In function 'cache_manager_standard_process':
cache_maint.c:1151:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1151 |   stock_id = GTK_STOCK_DELETE;
      |   ^~~~~~~~
cache_maint.c:1156:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1156 |   stock_id = GTK_STOCK_CLEAR;
      |   ^~~~~~~~
cache_maint.c:1165:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1165 |  cd->button_close = generic_dialog_add_button(cd->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
cache_maint.c:1167:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1167 |  cd->button_start = generic_dialog_add_button(cd->gd, GTK_STOCK_OK, _("S_tart"),
      |  ^~
cache_maint.c:1169:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1169 |  cd->button_stop = generic_dialog_add_button(cd->gd, GTK_STOCK_STOP, NULL,
      |  ^~
cache_maint.c: In function 'cache_manager_main_clear_confirm':
cache_maint.c:1238:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1238 |  generic_dialog_add_message(gd, GTK_STOCK_DIALOG_QUESTION, _("Clear cache"),
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c:1240:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1240 |  generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, cache_manager_main_clear_ok_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_manager_sim_start_cb':
cache_maint.c:1494:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1494 |    GTK_STOCK_DIALOG_WARNING, cd->gd->dialog);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_manager_sim_load_dialog':
cache_maint.c:1540:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1540 |  cd->button_close = generic_dialog_add_button(cd->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
cache_maint.c:1542:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1542 |  cd->button_start = generic_dialog_add_button(cd->gd, GTK_STOCK_OK, _("S_tart"),
      |  ^~
cache_maint.c:1544:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1544 |  cd->button_stop = generic_dialog_add_button(cd->gd, GTK_STOCK_STOP, NULL,
      |  ^~
cache_maint.c: In function 'cache_manager_cache_maintenance_start_cb':
cache_maint.c:1624:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1624 |    GTK_STOCK_DIALOG_WARNING, cd->gd->dialog);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c: In function 'cache_manager_cache_maintenance_load_dialog':
cache_maint.c:1659:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1659 |  cd->button_close = generic_dialog_add_button(cd->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
cache_maint.c:1661:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1661 |  cd->button_start = generic_dialog_add_button(cd->gd, GTK_STOCK_OK, _("S_tart"),
      |  ^~
cache_maint.c: In function 'cache_manager_show':
cache_maint.c:1715:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1715 |  generic_dialog_add_button(gd, GTK_STOCK_CLOSE, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c:1717:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1717 |  generic_dialog_add_button(gd, GTK_STOCK_HELP, NULL,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
cache_maint.c:1730:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1730 |  button = pref_table_button(table, 0, 0, GTK_STOCK_CLEAR, _("Clean up"), FALSE,
      |  ^~~~~~
cache_maint.c:1735:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1735 |  button = pref_table_button(table, 0, 1, GTK_STOCK_DELETE, _("Clear cache"), FALSE,
      |  ^~~~~~
cache_maint.c:1749:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1749 |  button = pref_table_button(table, 0, 0, GTK_STOCK_CLEAR, _("Clean up"), FALSE,
      |  ^~~~~~
cache_maint.c:1754:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1754 |  button = pref_table_button(table, 0, 1, GTK_STOCK_DELETE, _("Clear cache"), FALSE,
      |  ^~~~~~
cache_maint.c:1763:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1763 |  button = pref_table_button(table, 0, 1, GTK_STOCK_EXECUTE, _("Render"), FALSE,
      |  ^~~~~~
cache_maint.c:1773:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1773 |  button = pref_table_button(table, 0, 0, GTK_STOCK_EXECUTE, _("Create"), FALSE,
      |  ^~~~~~
cache_maint.c:1785:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1785 |  button = pref_table_button(table, 0, 0, GTK_STOCK_CLEAR, _("Clean up"), FALSE,
      |  ^~~~~~
cache_maint.c:1794:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1794 |  button = pref_table_button(table, 0, 0, GTK_STOCK_EXECUTE, _("Select"), FALSE,
      |  ^~~~~~
  CC       cellrenderericon.o
cellrenderericon.c: In function 'gqv_cell_renderer_icon_class_init':
cellrenderericon.c:209:8: warning: 'gdk_color_get_type' is deprecated: Use 'gdk_rgba_get_type' instead [-Wdeprecated-declarations]
  209 |        GDK_TYPE_COLOR,
      |        ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:26,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from cellrenderericon.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:65:11: note: declared here
   65 | GType     gdk_color_get_type (void) G_GNUC_CONST;
      |           ^~~~~~~~~~~~~~~~~~
cellrenderericon.c:217:8: warning: 'gdk_color_get_type' is deprecated: Use 'gdk_rgba_get_type' instead [-Wdeprecated-declarations]
  217 |        GDK_TYPE_COLOR,
      |        ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:26,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from cellrenderericon.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:65:11: note: declared here
   65 | GType     gdk_color_get_type (void) G_GNUC_CONST;
      |           ^~~~~~~~~~~~~~~~~~
cellrenderericon.c: In function 'gqv_cell_renderer_icon_render':
cellrenderericon.c:742:3: warning: 'gtk_widget_get_state' is deprecated: Use 'gtk_widget_get_state_flags' instead [-Wdeprecated-declarations]
  742 |   if (gtk_widget_get_state(widget) == GTK_STATE_INSENSITIVE)
      |   ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from cellrenderericon.c:21:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:827:23: note: declared here
  827 | GtkStateType          gtk_widget_get_state              (GtkWidget    *widget);
      |                       ^~~~~~~~~~~~~~~~~~~~
  CC       collect.o
collect.c: In function 'collection_close_save_cb':
collect.c:1219:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1219 |   warning_dialog(_("Save Failed"), buf, GTK_STOCK_DIALOG_ERROR, cw->window);
      |   ^~~~~~~~~~~~~~
collect.c: In function 'collection_close_dlg_show':
collect.c:1258:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1258 |  generic_dialog_add_message(gd, GTK_STOCK_DIALOG_QUESTION,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
collect.c:1262:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1262 |  generic_dialog_add_button(gd, GTK_STOCK_SAVE, NULL, collection_close_save_cb, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
collect.c:1263:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1263 |  generic_dialog_add_button(gd, GTK_STOCK_DELETE, _("_Discard"), collection_close_close_cb, FALSE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
  CC       collect-dlg.o
collect-dlg.c: In function 'collection_save_confirmed':
collect-dlg.c:68:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   68 |   file_util_warning_dialog(_("Invalid filename"), buf, GTK_STOCK_DIALOG_INFO, GENERIC_DIALOG(fd)->dialog);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
collect-dlg.c:81:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   81 |   generic_dialog_add_message(gd, GTK_STOCK_DIALOG_QUESTION,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
collect-dlg.c:84:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   84 |   generic_dialog_add_button(gd, GTK_STOCK_OK, _("_Overwrite"), collection_confirm_ok_cb, TRUE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
collect-dlg.c:94:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   94 |   file_util_warning_dialog(_("Save Failed"), buf, GTK_STOCK_DIALOG_ERROR, GENERIC_DIALOG(fd)->dialog);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
collect-dlg.c: In function 'real_collection_button_pressed':
collect-dlg.c:151:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  151 |    file_util_warning_dialog(_("Can not open collection file"), text, GTK_STOCK_DIALOG_ERROR, NULL);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
collect-dlg.c: In function 'collection_save_or_load_dialog':
collect-dlg.c:206:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  206 |   stock_id = GTK_STOCK_SAVE;
      |   ^~~~~~~~
collect-dlg.c:213:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  213 |   stock_id = GTK_STOCK_OPEN;
      |   ^~~~~~~~
collect-dlg.c:221:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  221 |   stock_id = GTK_STOCK_ADD;
      |   ^~~~~~~~
  CC       collect-io.o
  CC       collect-table.o
collect-table.c: In function 'tip_show':
collect-table.c:579:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  579 |  device_manager = gdk_display_get_device_manager(gdk_window_get_display(
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:581:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  581 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:603:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  603 |  device_manager = gdk_display_get_device_manager(display);
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:604:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  604 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'tip_update':
collect-table.c:661:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  661 |  GdkDeviceManager *device_manager = gdk_display_get_device_manager(display);
      |  ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:662:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
  662 |  GdkDevice *device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_popup_menu':
collect-table.c:1005:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1005 |  menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, over_icon,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:1007:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1007 |  menu_item_add_stock(menu, _("Go to original"), GTK_STOCK_FIND,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1010:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1010 |  menu_item_add_stock_sensitive(menu, _("Rem_ove"), GTK_STOCK_REMOVE, over_icon,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:1013:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1013 |  menu_item_add_stock(menu, _("Append from file selection"), GTK_STOCK_ADD,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1015:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1015 |  menu_item_add_stock(menu, _("Append from collection..."), GTK_STOCK_OPEN,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1039:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1039 |  menu_item_add_stock_sensitive(menu, _("_Copy..."), GTK_STOCK_COPY, over_icon,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:1057:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1057 |      _("_Delete"), GTK_STOCK_DELETE, over_icon,
      |      ^
collect-table.c:1073:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1073 |  menu_item_add_stock(menu, _("_Save collection"), GTK_STOCK_SAVE,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1075:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1075 |  menu_item_add_stock(menu, _("Save collection _as..."), GTK_STOCK_SAVE_AS,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1078:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1078 |  menu_item_add_stock(menu, _("_Find duplicates..."), GTK_STOCK_FIND,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:1080:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1080 |  menu_item_add_stock_sensitive(menu, _("Print..."), GTK_STOCK_PRINT, over_icon,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'page_height':
collect-table.c:1254:2: warning: 'gtk_tree_view_get_vadjustment' is deprecated: Use 'gtk_scrollable_get_vadjustment' instead [-Wdeprecated-declarations]
 1254 |  adj = gtk_tree_view_get_vadjustment(GTK_TREE_VIEW(ct->listview));
      |  ^~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:227:24: note: declared here
  227 | GtkAdjustment         *gtk_tree_view_get_vadjustment               (GtkTreeView               *tree_view);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_press_key_cb':
collect-table.c:1348:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1348 |    gtk_menu_popup(GTK_MENU(ct->popup), NULL, NULL, collection_table_menu_pos_cb, ct, 0, GDK_CURRENT_TIME);
      |    ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_insert_find':
collect-table.c:1423:3: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
 1423 |   device_manager = gdk_display_get_device_manager(gdk_window_get_display(
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:1425:3: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
 1425 |   device = gdk_device_manager_get_client_pointer(device_manager);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_insert_marker':
collect-table.c:1572:3: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations]
 1572 |   gdk_window_set_background_pattern(ct->marker_window, pattern);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkseat.h:28,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkwindow.h:790:12: note: declared here
  790 | void       gdk_window_set_background_pattern (GdkWindow  *window,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_auto_scroll_idle_cb':
collect-table.c:1663:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
 1663 |  device_manager = gdk_display_get_device_manager(gdk_window_get_display(window));
      |  ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c:1664:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
 1664 |  device = gdk_device_manager_get_client_pointer(device_manager);
      |  ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from main.h:62,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_scroll':
collect-table.c:1706:3: warning: 'gtk_tree_view_get_vadjustment' is deprecated: Use 'gtk_scrollable_get_vadjustment' instead [-Wdeprecated-declarations]
 1706 |   GtkAdjustment *adj = gtk_tree_view_get_vadjustment(GTK_TREE_VIEW(ct->listview));
      |   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:227:24: note: declared here
  227 | GtkAdjustment         *gtk_tree_view_get_vadjustment               (GtkTreeView               *tree_view);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_press_cb':
collect-table.c:1757:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1757 |    gtk_menu_popup(GTK_MENU(ct->popup), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
      |    ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_drop_menu':
collect-table.c:2278:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2278 |  menu_item_add_stock(menu, _("Dropped list includes folders."), GTK_STOCK_DND_MULTIPLE, NULL, NULL);
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:2280:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2280 |  menu_item_add_stock(menu, _("_Add contents"), GTK_STOCK_OK,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:2282:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2282 |  menu_item_add_stock(menu, _("Add contents _recursive"), GTK_STOCK_ADD,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:2284:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2284 |  menu_item_add_stock(menu, _("_Skip folders"), GTK_STOCK_REMOVE,
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c:2287:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2287 |  menu_item_add_stock(menu, _("Cancel"), GTK_STOCK_CANCEL, NULL, ct);
      |  ^~~~~~~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_dnd_receive':
collect-table.c:2430:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 2430 |      gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, time);
      |      ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
collect-table.c: In function 'collection_table_cell_data_cb':
collect-table.c:2556:2: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 2556 |  style = gtk_widget_get_style(ct->listview);
      |  ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from main.h:63,
                 from collect-table.c:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
  CC       color-man.o
  CC       compat.o
  CC       debug.o
  CC       desktop_file.o
desktop_file.c: In function 'editor_window_save':
desktop_file.c:83:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   83 |   file_util_warning_dialog(_("Can't save"), _("Please specify file name."), GTK_STOCK_DIALOG_ERROR, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
desktop_file.c:95:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
   95 |   file_util_warning_dialog(_("Can't save"), _("Could not create directory"), GTK_STOCK_DIALOG_ERROR, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
desktop_file.c:101:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  101 |   file_util_warning_dialog(_("Can't save"), error->message, GTK_STOCK_DIALOG_ERROR, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
desktop_file.c: In function 'editor_window_new':
desktop_file.c:227:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  227 |  ew->save_button = pref_button_new(NULL, GTK_STOCK_SAVE, NULL, FALSE,
      |  ^~
desktop_file.c:235:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  235 |  button = pref_button_new(NULL, GTK_STOCK_CLOSE, NULL, FALSE,
      |  ^~~~~~
desktop_file.c: In function 'editor_list_window_delete_dlg_ok_cb':
desktop_file.c:302:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  302 |   warning_dialog(_("File deletion failed"), text, GTK_STOCK_DIALOG_WARNING, NULL);
      |   ^~~~~~~~~~~~~~
desktop_file.c: In function 'editor_list_window_delete_cb':
desktop_file.c:350:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  350 |   generic_dialog_add_button(ewl->gd, GTK_STOCK_DELETE, NULL, editor_list_window_delete_dlg_ok_cb, TRUE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
desktop_file.c:353:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  353 |   generic_dialog_add_message(ewl->gd, GTK_STOCK_DIALOG_QUESTION,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
desktop_file.c: In function 'editor_list_window_create':
desktop_file.c:569:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  569 |  button = pref_button_new(NULL, GTK_STOCK_HELP, NULL, FALSE,
      |  ^~~~~~
desktop_file.c:575:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  575 |  button = pref_button_new(NULL, GTK_STOCK_NEW, NULL, FALSE,
      |  ^~~~~~
desktop_file.c:581:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  581 |  button = pref_button_new(NULL, GTK_STOCK_EDIT, NULL, FALSE,
      |  ^~~~~~
desktop_file.c:589:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  589 |  button = pref_button_new(NULL, GTK_STOCK_DELETE, NULL, FALSE,
      |  ^~~~~~
desktop_file.c:597:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  597 |  button = pref_button_new(NULL, GTK_STOCK_CLOSE, NULL, FALSE,
      |  ^~~~~~
  CC       dnd.o
  CC       dupe.o
dupe.c: In function 'widget_set_cursor':
dupe.c:399:3: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations]
  399 |   cursor = gdk_cursor_new(icon);
      |   ^~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34,
                 from main.h:62,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here
  228 | GdkCursor* gdk_cursor_new   (GdkCursorType    cursor_type);
      |            ^~~~~~~~~~~~~~
dupe.c: In function 'dupe_display_stats':
dupe.c:3147:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3147 |  generic_dialog_add_button(gd, GTK_STOCK_CLOSE, NULL, NULL, TRUE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_menu_popup_main':
dupe.c:3529:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3529 |  menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3556:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3556 |  menu_item_add_stock_sensitive(menu, _("Print..."), GTK_STOCK_PRINT, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3559:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3559 |  menu_item_add_stock_sensitive(menu, _("_Copy..."), GTK_STOCK_COPY, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3577:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3577 |      _("_Delete"), GTK_STOCK_DELETE, on_row,
      |      ^
dupe.c:3581:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3581 |  menu_item_add_stock_sensitive(menu, _("Rem_ove"), GTK_STOCK_REMOVE, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3583:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3583 |  menu_item_add_stock_sensitive(menu, _("C_lear"), GTK_STOCK_CLEAR, (dw->list != NULL),
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3586:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3586 |  menu_item_add_stock(menu, _("Close _window"), GTK_STOCK_CLOSE,
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_listview_press_cb':
dupe.c:3630:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 3630 |   gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
      |   ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
dupe.c: In function 'dupe_menu_popup_second':
dupe.c:3867:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3867 |  menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3875:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3875 |  menu_item_add_stock_sensitive(menu, _("Rem_ove"), GTK_STOCK_REMOVE, on_row,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3877:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3877 |  menu_item_add_stock_sensitive(menu, _("C_lear"), GTK_STOCK_CLEAR, notempty,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3880:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3880 |  menu_item_add_stock(menu, _("Close _window"), GTK_STOCK_CLOSE,
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_second_set_toggle_cb':
dupe.c:3895:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 3895 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), PREF_PAD_GAP);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3895:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 3895 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), PREF_PAD_GAP);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c:3900:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 3900 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), 0);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:3900:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 3900 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), 0);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_listview_color_shifted':
dupe.c:4030:3: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 4030 |   style = gtk_widget_get_style(widget);
      |   ^~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_window_keypress_cb':
dupe.c:4389:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 4389 |      gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |      ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
dupe.c:4397:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 4397 |      gtk_menu_popup(GTK_MENU(menu), NULL, NULL,
      |      ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
dupe.c: In function 'dupe_window_new':
dupe.c:4671:2: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 4671 |  dw->table = gtk_table_new(1, 3, FALSE);
      |  ^~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new       (guint  rows,
      |            ^~~~~~~~~~~~~
dupe.c:4678:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 4678 |  gtk_table_attach_defaults(GTK_TABLE(dw->table), scrolled, 0, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:4678:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 4678 |  gtk_table_attach_defaults(GTK_TABLE(dw->table), scrolled, 0, 2, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c:4721:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 4721 |  gtk_table_attach_defaults(GTK_TABLE(dw->table), dw->second_vbox, 2, 3, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here
  138 | void    gtk_table_attach_defaults  (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:4721:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 4721 |  gtk_table_attach_defaults(GTK_TABLE(dw->table), dw->second_vbox, 2, 3, 0, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c:4724:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 4724 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), PREF_PAD_GAP);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:4724:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 4724 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), PREF_PAD_GAP);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c:4729:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 4729 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), 0);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here
  164 | void    gtk_table_set_col_spacings (GtkTable        *table,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dupe.c:4729:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
 4729 |   gtk_table_set_col_spacings(GTK_TABLE(dw->table), 0);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here
  117 | GType    gtk_table_get_type       (void) G_GNUC_CONST;
      |          ^~~~~~~~~~~~~~~~~~
dupe.c:4843:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4843 |  button = pref_button_new(NULL, GTK_STOCK_HELP, NULL, FALSE, G_CALLBACK(dupe_help_cb), NULL);
      |  ^~~~~~
dupe.c:4849:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4849 |  button = pref_button_new(NULL, GTK_STOCK_STOP, NULL, FALSE, G_CALLBACK(dupe_check_stop_cb), dw);
      |  ^~~~~~
dupe.c:4854:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4854 |  button = pref_button_new(NULL, GTK_STOCK_CLOSE, NULL, FALSE, G_CALLBACK(dupe_window_close_cb), dw);
      |  ^~~~~~
dupe.c: In function 'dupe_confirm_dir_list':
dupe.c:4968:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4968 |  menu_item_add_stock(menu, _("Dropped list includes folders."), GTK_STOCK_DND_MULTIPLE, NULL, NULL);
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c:4970:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4970 |  menu_item_add_stock(menu, _("_Add contents"), GTK_STOCK_OK, G_CALLBACK(confirm_dir_list_add), d);
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c:4971:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4971 |  menu_item_add_stock(menu, _("Add contents _recursive"), GTK_STOCK_ADD, G_CALLBACK(confirm_dir_list_recurse), d);
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c:4972:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4972 |  menu_item_add_stock(menu, _("_Skip folders"), GTK_STOCK_REMOVE, G_CALLBACK(confirm_dir_list_skip), d);
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c:4974:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4974 |  menu_item_add_stock(menu, _("Cancel"), GTK_STOCK_CANCEL, G_CALLBACK(confirm_dir_list_cancel), d);
      |  ^~~~~~~~~~~~~~~~~~~
dupe.c: In function 'dupe_dnd_data_get':
dupe.c:5030:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 5030 |   warning_dialog(_("Find duplicates"), _("Please wait for the current file selection to be loaded."), GTK_STOCK_DIALOG_INFO, dw->window);
      |   ^~~~~~~~~~~~~~
dupe.c:5055:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 5055 |      gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, time);
      |      ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from main.h:63,
                 from dupe.c:24:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
  138 | void    gtk_menu_popup    (GtkMenu        *menu,
      |         ^~~~~~~~~~~~~~
dupe.c: In function 'pop_menu_export':
dupe.c:5413:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 5413 |  stock_id = GTK_STOCK_SAVE;
      |  ^~~~~~~~
dupe.c: In function 'submenu_add_export':
dupe.c:5452:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 5452 |      GTK_STOCK_INDEX, TRUE, G_CALLBACK(func), GINT_TO_POINTER(0));
      |      ^~~~~~~~~~~~~~~
dupe.c:5454:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 5454 |      GTK_STOCK_INDEX, TRUE, G_CALLBACK(func), GINT_TO_POINTER(1));
      |      ^~~~~~~~~~~~~~~
  CC       editors.o
editors.c: In function 'editor_verbose_window':
editors.c:598:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  598 |  vd->button_stop = generic_dialog_add_button(vd->gd, GTK_STOCK_STOP, NULL,
      |  ^~
editors.c:601:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  601 |  vd->button_close = generic_dialog_add_button(vd->gd, GTK_STOCK_CLOSE, NULL,
      |  ^~
editors.c: In function 'start_editor_from_filelist_full':
editors.c:1336:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1336 |   file_util_warning_dialog(_("Invalid editor command"), text, GTK_STOCK_DIALOG_ERROR, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
  CC       exif.o
  CC       exif-common.o
exif-common.c: In function 'exif_build_formatted_DateTime':
exif-common.c:227:14: error: implicit declaration of function 'strptime'; did you mean 'strftime'? [-Werror=implicit-function-declaration]
  227 |  if (text && strptime(text, "%Y:%m:%d %H:%M:%S", &tm))
      |              ^~~~~~~~
      |              strftime
cc1: all warnings being treated as errors
gmake[3]: *** [Makefile:1136: exif-common.o] Error 1
gmake[3]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src'
gmake[2]: *** [Makefile:1174: all-recursive] Error 1
gmake[2]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src'
gmake[1]: *** [Makefile:718: all-recursive] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3'
gmake: *** [Makefile:529: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie