The following packages will be installed: easystroke Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching easystroke.SlackBuild... 0%100%100%100%100%100%Done Fetching easystroke.info... 0%100%100%100%100%100%Done Fetching gcc7-build-fix.patch... 0%100%100%100%100%100%Done Fetching lambda.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done easystroke-0.6.0/ easystroke-0.6.0/actiondb.h easystroke-0.6.0/cellrenderertextish.vala easystroke-0.6.0/easystroke.svg easystroke-0.6.0/fire.cc easystroke-0.6.0/debug.mk.ex easystroke-0.6.0/prefs.h easystroke-0.6.0/stroke.c easystroke-0.6.0/main.h easystroke-0.6.0/water.h easystroke-0.6.0/actions.h easystroke-0.6.0/gui.glade easystroke-0.6.0/handler.cc easystroke-0.6.0/stroke.h easystroke-0.6.0/annotate.h easystroke-0.6.0/trace.h easystroke-0.6.0/cellrenderertextish.h easystroke-0.6.0/main.cc easystroke-0.6.0/win.cc easystroke-0.6.0/shape.cc easystroke-0.6.0/win.h easystroke-0.6.0/actions.cc easystroke-0.6.0/grabber.h easystroke-0.6.0/var.h easystroke-0.6.0/gesture.h easystroke-0.6.0/gesture.cc easystroke-0.6.0/version easystroke-0.6.0/Makefile easystroke-0.6.0/actiondb.cc easystroke-0.6.0/cellrenderertextish.c easystroke-0.6.0/LICENSE easystroke-0.6.0/annotate.cc easystroke-0.6.0/fire.h easystroke-0.6.0/easystroke.desktop.in easystroke-0.6.0/prefdb.h easystroke-0.6.0/composite.cc easystroke-0.6.0/util.h easystroke-0.6.0/prefs.cc easystroke-0.6.0/composite.h easystroke-0.6.0/grabber.cc easystroke-0.6.0/changelog easystroke-0.6.0/water.cc easystroke-0.6.0/prefdb.cc easystroke-0.6.0/po/ easystroke-0.6.0/po/fr.po easystroke-0.6.0/po/cs.po easystroke-0.6.0/po/ru.po easystroke-0.6.0/po/de.po easystroke-0.6.0/po/hu.po easystroke-0.6.0/po/es.po easystroke-0.6.0/po/ja.po easystroke-0.6.0/po/it.po easystroke-0.6.0/po/el.po easystroke-0.6.0/po/vi.po easystroke-0.6.0/po/ca.po easystroke-0.6.0/po/ko.po easystroke-0.6.0/po/pl.po easystroke-0.6.0/po/fi.po easystroke-0.6.0/po/zh_TW.po easystroke-0.6.0/po/he.po easystroke-0.6.0/po/zh_CN.po easystroke-0.6.0/handler.h easystroke-0.6.0/shape.h easystroke-0.6.0/stats.cc patching file actions.cc patching file Makefile patching file handler.cc Hunk #1 succeeded at 23 with fuzz 2. g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT actiondb.o -MMD -MP -MF actiondb.Po -o actiondb.o -c actiondb.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT actions.o -MMD -MP -MF actions.Po -o actions.o -c actions.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT annotate.o -MMD -MP -MF annotate.Po -o annotate.o -c annotate.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT composite.o -MMD -MP -MF composite.Po -o composite.o -c composite.cc composite.cc: In constructor ‘Composite::Composite()’: composite.cc:49:33: warning: ‘gint gdk_screen_width()’ is deprecated [-Wdeprecated-declarations] 49 | int w = gdk_screen_width(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ composite.cc:50:34: warning: ‘gint gdk_screen_height()’ is deprecated [-Wdeprecated-declarations] 50 | int h = gdk_screen_height(); | ~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ composite.cc:51:34: warning: ‘gint gdk_screen_width()’ is deprecated [-Wdeprecated-declarations] 51 | num_x = (gdk_screen_width() - 1)/N + 1; | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ composite.cc:52:35: warning: ‘gint gdk_screen_height()’ is deprecated [-Wdeprecated-declarations] 52 | num_y = (gdk_screen_height() - 1)/N + 1; | ~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT fire.o -MMD -MP -MF fire.Po -o fire.o -c fire.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT gesture.o -MMD -MP -MF gesture.Po -o gesture.o -c gesture.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT grabber.o -MMD -MP -MF grabber.Po -o grabber.o -c grabber.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT handler.o -MMD -MP -MF handler.Po -o handler.o -c handler.cc handler.cc: In member function ‘void XState::handle_event(XEvent&)’: handler.cc:80:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 80 | if (verbosity >= 3) | ^~ handler.cc:65:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 65 | #define H (handler->top()) | ^ handler.cc:82:25: note: in expansion of macro ‘H’ 82 | H->press_master(ev.xbutton.button, ev.xbutton.time); | ^ g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT main.o -MMD -MP -MF main.Po -o main.o -c main.cc main.cc: In static member function ‘static void OSD::do_move()’: main.cc:112:44: warning: ‘gint gdk_screen_width()’ is deprecated [-Wdeprecated-declarations] 112 | int left = gdk_screen_width() - 10; | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/types.h:28, from /usr/include/gdkmm-3.0/gdkmm.h:24, from gesture.h:20, from win.h:18, from main.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT prefdb.o -MMD -MP -MF prefdb.Po -o prefdb.o -c prefdb.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT prefs.o -MMD -MP -MF prefs.Po -o prefs.o -c prefs.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT shape.o -MMD -MP -MF shape.Po -o shape.o -c shape.cc shape.cc: In constructor ‘Shape::Shape()’: shape.cc:24:33: warning: ‘gint gdk_screen_width()’ is deprecated [-Wdeprecated-declarations] 24 | int w = gdk_screen_width(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from shape.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ shape.cc:25:34: warning: ‘gint gdk_screen_height()’ is deprecated [-Wdeprecated-declarations] 25 | int h = gdk_screen_height(); | ~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from shape.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT stats.o -MMD -MP -MF stats.Po -o stats.o -c stats.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT water.o -MMD -MP -MF water.Po -o water.o -c water.cc g++ -O2 -march=i486 -mtune=i686 -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT win.o -MMD -MP -MF win.Po -o win.o -c win.cc gcc -std=c99 -O2 -march=i486 -mtune=i686 -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O3 -MT stroke.o -MMD -MP -MF stroke.Po -o stroke.o -c stroke.c gcc -std=c99 -O2 -march=i486 -mtune=i686 -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT cellrenderertextish.o -MMD -MP -MF cellrenderertextish.Po -o cellrenderertextish.o -c cellrenderertextish.c In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from cellrenderertextish.c:6: cellrenderertextish.c: In function ‘cell_renderer_textish_mode_get_type’: /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro ‘g_atomic_pointer_get’ 260 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:213:13: note: in expansion of macro ‘g_once_init_enter’ 213 | if (g_once_init_enter (&cell_renderer_textish_mode_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_renderer_textish_class_init’: cellrenderertextish.c:421:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] 421 | g_type_class_add_private (klass, sizeof (CellRendererTextishPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1346:10: note: declared here 1346 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:422:56: warning: assignment to ‘GtkCellEditable * (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, const GdkRectangle *, const GdkRectangle *, GtkCellRendererState)’ {aka ‘struct _GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, const struct _cairo_rectangle_int *, const struct _cairo_rectangle_int *, GtkCellRendererState)’} from incompatible pointer type ‘GtkCellEditable * (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, GdkRectangle *, GdkRectangle *, GtkCellRendererState)’ {aka ‘struct _GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, struct _cairo_rectangle_int *, struct _cairo_rectangle_int *, GtkCellRendererState)’} [-Wincompatible-pointer-types] 422 | GTK_CELL_RENDERER_CLASS (klass)->start_editing = cell_renderer_textish_real_start_editing; | ^ cellrenderertextish.c: In function ‘cell_renderer_textish_instance_init’: cellrenderertextish.c:430:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 430 | self->priv = CELL_RENDERER_TEXTISH_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from cellrenderertextish.c:6: cellrenderertextish.c: In function ‘cell_renderer_textish_get_type’: /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro ‘g_atomic_pointer_get’ 260 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:445:13: note: in expansion of macro ‘g_once_init_enter’ 445 | if (g_once_init_enter (&cell_renderer_textish_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_dummy_class_init’: cellrenderertextish.c:500:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] 500 | g_type_class_add_private (klass, sizeof (CellEditableDummyPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1346:10: note: declared here 1346 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_dummy_instance_init’: cellrenderertextish.c:516:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 516 | self->priv = CELL_EDITABLE_DUMMY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_dummy_finalize’: cellrenderertextish.c:521:29: warning: variable ‘self’ set but not used [-Wunused-but-set-variable] 521 | CellEditableDummy * self; | ^~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from cellrenderertextish.c:6: cellrenderertextish.c: In function ‘cell_editable_dummy_get_type’: /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro ‘g_atomic_pointer_get’ 260 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:529:13: note: in expansion of macro ‘g_once_init_enter’ 529 | if (g_once_init_enter (&cell_editable_dummy_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_accel_construct’: cellrenderertextish.c:606:9: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 606 | gtk_misc_set_alignment ((GtkMisc*) label, 0.0f, 0.5f); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /usr/include/gtk-3.0/gtk/gtk.h:33, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:610:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 610 | gtk_style_context_get_background_color (_tmp7_, GTK_STATE_FLAG_SELECTED, &_tmp8_); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:611:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations] 611 | gtk_widget_override_background_color ((GtkWidget*) self, GTK_STATE_FLAG_NORMAL, &_tmp8_); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here 1148 | void gtk_widget_override_background_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:615:9: warning: ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations] 615 | gtk_widget_override_color ((GtkWidget*) label, GTK_STATE_FLAG_NORMAL, &_tmp11_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here 1144 | void gtk_widget_override_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_accel_real_start_editing’: cellrenderertextish.c:652:9: warning: ‘gdk_keyboard_grab’ is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 652 | gdk_keyboard_grab (_tmp4_, FALSE, _tmp5_); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_accel_on_editing_done’: cellrenderertextish.c:720:9: warning: ‘gdk_keyboard_ungrab’ is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 720 | gdk_keyboard_ungrab ((guint32) GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here 102 | void gdk_keyboard_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_accel_class_init’: cellrenderertextish.c:745:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] 745 | g_type_class_add_private (klass, sizeof (CellEditableAccelPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1346:10: note: declared here 1346 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_accel_instance_init’: cellrenderertextish.c:761:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 761 | self->priv = CELL_EDITABLE_ACCEL_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from cellrenderertextish.c:6: cellrenderertextish.c: In function ‘cell_editable_accel_get_type’: /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro ‘g_atomic_pointer_get’ 260 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:776:13: note: in expansion of macro ‘g_once_init_enter’ 776 | if (g_once_init_enter (&cell_editable_accel_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_combo_construct’: cellrenderertextish.c:897:22: warning: unused variable ‘_item_collection_size_’ [-Wunused-variable] 897 | gint _item_collection_size_ = 0; | ^~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:896:22: warning: variable ‘item_collection_length1’ set but not used [-Wunused-but-set-variable] 896 | gint item_collection_length1 = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_combo_class_init’: cellrenderertextish.c:930:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] 930 | g_type_class_add_private (klass, sizeof (CellEditableComboPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1346:10: note: declared here 1346 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function ‘cell_editable_combo_instance_init’: cellrenderertextish.c:936:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 936 | self->priv = CELL_EDITABLE_COMBO_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from cellrenderertextish.c:6: cellrenderertextish.c: In function ‘cell_editable_combo_get_type’: /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro ‘g_atomic_pointer_get’ 260 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:951:13: note: in expansion of macro ‘g_once_init_enter’ 951 | if (g_once_init_enter (&cell_editable_combo_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ echo "const char *gui_buffer = \"\\" > gui.c sed 's/"GtkWindow"/"GtkApplicationWindow"/' gui.glade | sed 's/"/\\"/g' | sed 's/ *\(.*\)/\1\\n\\/' >> gui.c echo "\";" >> gui.c gcc -std=c99 -O2 -march=i486 -mtune=i686 -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT gui.o -MMD -MP -MF gui.Po -o gui.o -c gui.c mkdir -p po/ca/LC_MESSAGES msgfmt -c po/ca.po -o po/ca/LC_MESSAGES/easystroke.mo po/ca.po:7: warning: header field 'Language' missing in header mkdir -p po/cs/LC_MESSAGES msgfmt -c po/cs.po -o po/cs/LC_MESSAGES/easystroke.mo po/cs.po:7: warning: header field 'Language' missing in header mkdir -p po/de/LC_MESSAGES msgfmt -c po/de.po -o po/de/LC_MESSAGES/easystroke.mo po/de.po:8: warning: header field 'Language' missing in header mkdir -p po/el/LC_MESSAGES msgfmt -c po/el.po -o po/el/LC_MESSAGES/easystroke.mo po/el.po:7: warning: header field 'Language' missing in header mkdir -p po/es/LC_MESSAGES msgfmt -c po/es.po -o po/es/LC_MESSAGES/easystroke.mo po/es.po:7: warning: header field 'Language' missing in header mkdir -p po/fi/LC_MESSAGES msgfmt -c po/fi.po -o po/fi/LC_MESSAGES/easystroke.mo po/fi.po:7: warning: header field 'Language' missing in header mkdir -p po/fr/LC_MESSAGES msgfmt -c po/fr.po -o po/fr/LC_MESSAGES/easystroke.mo po/fr.po:7: warning: header field 'Language' missing in header mkdir -p po/he/LC_MESSAGES msgfmt -c po/he.po -o po/he/LC_MESSAGES/easystroke.mo po/he.po:7: warning: header field 'Language' missing in header mkdir -p po/hu/LC_MESSAGES msgfmt -c po/hu.po -o po/hu/LC_MESSAGES/easystroke.mo po/hu.po:7: warning: header field 'Language' missing in header mkdir -p po/it/LC_MESSAGES msgfmt -c po/it.po -o po/it/LC_MESSAGES/easystroke.mo po/it.po:7: warning: header field 'Language' missing in header mkdir -p po/ja/LC_MESSAGES msgfmt -c po/ja.po -o po/ja/LC_MESSAGES/easystroke.mo po/ja.po:7: warning: header field 'Language' missing in header mkdir -p po/ko/LC_MESSAGES msgfmt -c po/ko.po -o po/ko/LC_MESSAGES/easystroke.mo po/ko.po:8: warning: header field 'Language' missing in header mkdir -p po/pl/LC_MESSAGES msgfmt -c po/pl.po -o po/pl/LC_MESSAGES/easystroke.mo po/pl.po:7: warning: header field 'Language' missing in header mkdir -p po/ru/LC_MESSAGES msgfmt -c po/ru.po -o po/ru/LC_MESSAGES/easystroke.mo po/ru.po:7: warning: header field 'Language' missing in header mkdir -p po/vi/LC_MESSAGES msgfmt -c po/vi.po -o po/vi/LC_MESSAGES/easystroke.mo po/vi.po:7: warning: header field 'Language' missing in header mkdir -p po/zh_CN/LC_MESSAGES msgfmt -c po/zh_CN.po -o po/zh_CN/LC_MESSAGES/easystroke.mo po/zh_CN.po:7: warning: header field 'Language' missing in header mkdir -p po/zh_TW/LC_MESSAGES msgfmt -c po/zh_TW.po -o po/zh_TW/LC_MESSAGES/easystroke.mo po/zh_TW.po:7: warning: header field 'Language' missing in header intltool-merge po/ -d -u easystroke.desktop.in easystroke.desktop NOTICE: po//de.po is not in UTF-8 but iso-8859-1, converting... Merging translations into easystroke.desktop. echo "const char *desktop_file = \"\\" > desktop.c sed 's/Exec=easystroke/Exec=%1$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> desktop.c echo "\";" >> desktop.c gcc -std=c99 -O2 -march=i486 -mtune=i686 -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT desktop.o -MMD -MP -MF desktop.Po -o desktop.o -c desktop.c make: Circular version <- version.o dependency dropped. echo 'const char *version_string = "0.6.0";' | g++ -O2 -march=i486 -mtune=i686 -o version.o -c -xc++ - g++ -O2 -march=i486 -mtune=i686 -o easystroke actiondb.o actions.o annotate.o composite.o fire.o gesture.o grabber.o handler.o main.o prefdb.o prefs.o shape.o stats.o water.o win.o stroke.o cellrenderertextish.o gui.o desktop.o version.o -lboost_serialization -lX11 -lXext -lXi -lXfixes -lXtst `pkg-config gtkmm-3.0 dbus-glib-1 --libs` make: Circular version <- version.o dependency dropped. install -Ds easystroke /usr/src/slapt-src/accessibility/easystroke/package-easystroke/usr/bin/easystroke install -D -m 644 easystroke.svg /usr/src/slapt-src/accessibility/easystroke/package-easystroke/usr/share/icons/hicolor/scalable/apps/easystroke.svg install -D -m 644 easystroke.desktop /usr/src/slapt-src/accessibility/easystroke/package-easystroke/usr/share/applications/easystroke.desktop for f in po/ca/LC_MESSAGES/easystroke.mo po/cs/LC_MESSAGES/easystroke.mo po/de/LC_MESSAGES/easystroke.mo po/el/LC_MESSAGES/easystroke.mo po/es/LC_MESSAGES/easystroke.mo po/fi/LC_MESSAGES/easystroke.mo po/fr/LC_MESSAGES/easystroke.mo po/he/LC_MESSAGES/easystroke.mo po/hu/LC_MESSAGES/easystroke.mo po/it/LC_MESSAGES/easystroke.mo po/ja/LC_MESSAGES/easystroke.mo po/ko/LC_MESSAGES/easystroke.mo po/pl/LC_MESSAGES/easystroke.mo po/ru/LC_MESSAGES/easystroke.mo po/vi/LC_MESSAGES/easystroke.mo po/zh_CN/LC_MESSAGES/easystroke.mo po/zh_TW/LC_MESSAGES/easystroke.mo; do \ install -D -m 644 $f `echo $f | sed "s|^po/|/usr/src/slapt-src/accessibility/easystroke/package-easystroke/usr/share/locale/|"`; \ done Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/accessibility/easystroke/easystroke-0.6.0-i486-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/easystroke usr/doc/ usr/doc/easystroke-0.6.0/ usr/doc/easystroke-0.6.0/LICENSE usr/doc/easystroke-0.6.0/changelog usr/doc/easystroke-0.6.0/easystroke.SlackBuild usr/share/ usr/share/applications/ usr/share/applications/easystroke.desktop usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/scalable/ usr/share/icons/hicolor/scalable/apps/ usr/share/icons/hicolor/scalable/apps/easystroke.svg usr/share/locale/ usr/share/locale/ca/ usr/share/locale/ca/LC_MESSAGES/ usr/share/locale/ca/LC_MESSAGES/easystroke.mo usr/share/locale/cs/ usr/share/locale/cs/LC_MESSAGES/ usr/share/locale/cs/LC_MESSAGES/easystroke.mo usr/share/locale/de/ usr/share/locale/de/LC_MESSAGES/ usr/share/locale/de/LC_MESSAGES/easystroke.mo usr/share/locale/el/ usr/share/locale/el/LC_MESSAGES/ usr/share/locale/el/LC_MESSAGES/easystroke.mo usr/share/locale/es/ usr/share/locale/es/LC_MESSAGES/ usr/share/locale/es/LC_MESSAGES/easystroke.mo usr/share/locale/fi/ usr/share/locale/fi/LC_MESSAGES/ usr/share/locale/fi/LC_MESSAGES/easystroke.mo usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/easystroke.mo usr/share/locale/he/ usr/share/locale/he/LC_MESSAGES/ usr/share/locale/he/LC_MESSAGES/easystroke.mo usr/share/locale/hu/ usr/share/locale/hu/LC_MESSAGES/ usr/share/locale/hu/LC_MESSAGES/easystroke.mo usr/share/locale/it/ usr/share/locale/it/LC_MESSAGES/ usr/share/locale/it/LC_MESSAGES/easystroke.mo usr/share/locale/ja/ usr/share/locale/ja/LC_MESSAGES/ usr/share/locale/ja/LC_MESSAGES/easystroke.mo usr/share/locale/ko/ usr/share/locale/ko/LC_MESSAGES/ usr/share/locale/ko/LC_MESSAGES/easystroke.mo usr/share/locale/pl/ usr/share/locale/pl/LC_MESSAGES/ usr/share/locale/pl/LC_MESSAGES/easystroke.mo usr/share/locale/ru/ usr/share/locale/ru/LC_MESSAGES/ usr/share/locale/ru/LC_MESSAGES/easystroke.mo usr/share/locale/vi/ usr/share/locale/vi/LC_MESSAGES/ usr/share/locale/vi/LC_MESSAGES/easystroke.mo usr/share/locale/zh_CN/ usr/share/locale/zh_CN/LC_MESSAGES/ usr/share/locale/zh_CN/LC_MESSAGES/easystroke.mo usr/share/locale/zh_TW/ usr/share/locale/zh_TW/LC_MESSAGES/ usr/share/locale/zh_TW/LC_MESSAGES/easystroke.mo Slackware package /usr/src/slapt-src/accessibility/easystroke/easystroke-0.6.0-i486-1salix15.0.txz created. Installing package easystroke-0.6.0-i486-1salix15.0... | easystroke (gesture-recognition application for X11) | | Easystroke is a gesture-recognition application for X11. Gestures or | strokes are movements that you make with you mouse (or your pen, | finger etc.) while holding down a specific mouse button. | | Homepage: https://github.com/thjaeger/easystroke/wiki | | | | | |