The following packages will be installed: tinyterm Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching tinyterm.SlackBuild... 0%100%100%100%100%100%Done Fetching tinyterm.info... 0%100%100%100%100%100%Done tinyterm-0.5.8/ tinyterm-0.5.8/.gitignore tinyterm-0.5.8/COPYING tinyterm-0.5.8/Makefile tinyterm-0.5.8/README.md tinyterm-0.5.8/config.h tinyterm-0.5.8/tinyterm.c cc -std=c99 -Wall -Wextra -pedantic -O2 -g -pthread -I/usr/include/vte-0.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -O2 -fPIC -DTINYTERM_VERSION=\"1\" tinyterm.c config.h -lm -lvte -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -o tinyterm tinyterm.c: In function 'xdg_open_selection_cb': tinyterm.c:51:37: warning: unused parameter 'clipboard' [-Wunused-parameter] xdg_open_selection_cb(GtkClipboard* clipboard, const char* string, gpointer data) ^ tinyterm.c:51:77: warning: unused parameter 'data' [-Wunused-parameter] xdg_open_selection_cb(GtkClipboard* clipboard, const char* string, gpointer data) ^ tinyterm.c: In function 'key_press_cb': tinyterm.c:101:36: warning: passing argument 1 of 'xdg_open_selection' from incompatible pointer type [-Wincompatible-pointer-types] xdg_open_selection(vte); ^ tinyterm.c:58:1: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'VteTerminal * {aka struct _VteTerminal *}' xdg_open_selection(GtkWidget* terminal) ^ tinyterm.c:118:36: warning: passing argument 1 of 'xdg_open_selection' from incompatible pointer type [-Wincompatible-pointer-types] xdg_open_selection(vte); ^ tinyterm.c:58:1: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'VteTerminal * {aka struct _VteTerminal *}' xdg_open_selection(GtkWidget* terminal) ^ tinyterm.c: In function 'button_press_cb': tinyterm.c:130:30: warning: unused parameter 'vte' [-Wunused-parameter] button_press_cb(VteTerminal* vte, GdkEventButton* event) ^ tinyterm.c:130:51: warning: unused parameter 'event' [-Wunused-parameter] button_press_cb(VteTerminal* vte, GdkEventButton* event) ^ tinyterm.c: In function 'vte_config': tinyterm.c:152:5: warning: 'vte_terminal_set_font_from_string_full' is deprecated [-Wdeprecated-declarations] vte_terminal_set_font_from_string_full (vte, TINYTERM_FONT, TINYTERM_ANTIALIAS); ^ In file included from /usr/include/vte-0.0/vte/vte.h:529:0, from tinyterm.c:28: /usr/include/vte-0.0/vte/vtedeprecated.h:79:6: note: declared here void vte_terminal_set_font_from_string_full(VteTerminal *terminal, ^ tinyterm.c:174:56: warning: passing argument 4 of 'vte_terminal_set_colors' from incompatible pointer type [-Wincompatible-pointer-types] vte_terminal_set_colors(vte, &color_fg, &color_bg, &color_palette, 16); ^ In file included from tinyterm.c:28:0: /usr/include/vte-0.0/vte/vte.h:327:6: note: expected 'const GdkColor * {aka const struct _GdkColor *}' but argument is of type 'GdkColor (*)[16] {aka struct _GdkColor (*)[16]}' void vte_terminal_set_colors(VteTerminal *terminal, ^ tinyterm.c: In function 'signal_handler': tinyterm.c:266:9: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill(child_pid, SIGHUP); ^ install -Dm755 tinyterm /usr/src/slapt-src/system/tinyterm/package-tinyterm/usr/bin/tinyterm Slackware package maker, version 3.141593. 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/system/tinyterm/tinyterm-0.5.8-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/tinyterm usr/doc/ usr/doc/tinyterm-0.5.8/ usr/doc/tinyterm-0.5.8/COPYING usr/doc/tinyterm-0.5.8/README.md usr/doc/tinyterm-0.5.8/tinyterm.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/system/tinyterm/tinyterm-0.5.8-x86_64-1salix.txz created. Installing package tinyterm-0.5.8-x86_64-1salix... | tinyterm (a simple terminal written in c) | | tinyterm is a simple terminal written in c | | It supports copy & paste with: | Ctrl + Shift + C and Ctrl + Shift + V. | | https://github.com/ryanpcmcquen/tinyterm | | | | |