The following packages will be installed: fehlstart Fetching README... 0%100%100%100%100%100%Done Fetching fehlstart.SlackBuild... 0%100%100%100%100%100%Done Fetching fehlstart.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/ fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/.gitignore fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/LICENSE fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/Makefile fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/README.md fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/changelog.txt fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/fehlstart.c fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/settings.def fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/str.c fehlstart-9f4342d7-9f4342d75ec5e2a46c13c99c34894bc275798441/str.h gcc -c -O2 -Wall -Wextra -Wno-unused-parameter -pthread -std=c99 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 fehlstart.c -o fehlstart.o In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from fehlstart.c:21: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from fehlstart.c:21: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from fehlstart.c:21: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from fehlstart.c:21: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ fehlstart.c: In function ‘main’: fehlstart.c:943:5: warning: ‘g_desktop_app_info_set_desktop_env’ is deprecated [-Wdeprecated-declarations] 943 | g_desktop_app_info_set_desktop_env(get_desktop_env()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fehlstart.c:24: /usr/include/gio-unix-2.0/gio/gdesktopappinfo.h:77:18: note: declared here 77 | void g_desktop_app_info_set_desktop_env (const char *desktop_env); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -O2 -Wall -Wextra -Wno-unused-parameter -pthread -std=c99 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 str.c -o str.o gcc -o fehlstart -O2 fehlstart.o str.o -pthread -lm -lkeybinder -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lharfbuzz -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 install -Dsm 755 fehlstart /usr/src/slapt-src/desktop/fehlstart/package-fehlstart/usr/bin/fehlstart 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/desktop/fehlstart/fehlstart-20160523git-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/fehlstart usr/doc/ usr/doc/fehlstart-20160523git/ usr/doc/fehlstart-20160523git/LICENSE usr/doc/fehlstart-20160523git/README.md usr/doc/fehlstart-20160523git/changelog.txt usr/doc/fehlstart-20160523git/fehlstart.SlackBuild Slackware package /usr/src/slapt-src/desktop/fehlstart/fehlstart-20160523git-i586-1salix15.0.txz created. Installing package fehlstart-20160523git-i586-1salix15.0... | fehlstart (a small desktop application launcher) | | Fehlstart is a small desktop application launcher for Linux and | friends, inspired by Gnome-Do and Launchy. It's main design goals are | responsiveness, a minimalistic user interface, and a reasonable memory | footprint. | After installation, see /usr/doc/felhstart-*/README.md for usage | instructions. | | Homepage: https://gitlab.com/fehlstart/fehlstart | | |