The following packages will be installed: dwm Fetching README... 0%100%100%100%100%100%Done Fetching README.CONFIG... 0%100%100%100%100%100%Done Fetching dwm.SlackBuild... 0%100%100%100%100%100%Done Fetching dwm.info... 0%100%100%100%100%100%Done Fetching patches/use_uxterm_instead_of_st.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xinitrc.dwm... 0%100%100%100%100%100%Done dwm-6.1 dwm-6.1/LICENSE dwm-6.1/TODO dwm-6.1/BUGS dwm-6.1/Makefile dwm-6.1/README dwm-6.1/config.def.h dwm-6.1/config.mk dwm-6.1/dwm.1 dwm-6.1/drw.h dwm-6.1/util.h dwm-6.1/drw.c dwm-6.1/dwm.c dwm-6.1/util.c dwm-6.1/dwm.png dwm-6.1/transient.c dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA LDFLAGS = -s -L/usr/lib/X11 -lX11 -lXinerama -lfontconfig -lXft CC = cc CC drw.c In file included from /usr/include/stdio.h:27:0, from drw.c:2: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC dwm.c In file included from /usr/include/errno.h:28:0, from dwm.c:23: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC util.c In file included from /usr/include/stdio.h:27:0, from util.c:3: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC -o dwm dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA LDFLAGS = -s -L/usr/lib/X11 -lX11 -lXinerama -lfontconfig -lXft CC = cc installing executable file to /usr/src/slapt-src/desktop/dwm/package-dwm/usr/bin installing manual page to /usr/src/slapt-src/desktop/dwm/package-dwm/usr/man/man1 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/desktop/dwm/dwm-6.1-i486-1salix.txz ./ usr/ usr/bin/ usr/bin/dwm usr/doc/ usr/doc/dwm-6.1/ usr/doc/dwm-6.1/README usr/doc/dwm-6.1/dwm.SlackBuild usr/doc/dwm-6.1/README.CONFIG usr/man/ usr/man/man1/ usr/man/man1/dwm.1.gz install/ install/slack-desc etc/ etc/X11/ etc/X11/xinit/ etc/X11/xinit/xinitrc.dwm Slackware package /usr/src/slapt-src/desktop/dwm/dwm-6.1-i486-1salix.txz created. Installing package dwm-6.1-i486-1salix... | dwm (suckless dynamic window manager) | | dwm is a dynamic window manager for X. It manages windows in tiled and | floating layouts. Either layout can be applied dynamically, optimizing | the environment for the application in use and the task performed. It | is the little brother of wmii. | In tiled layout, windows are managed in a master and stacking area. The | master area contains the windows which currently need most attention, | whereas the stacking area contains all other windows. | | Homepage: http://dwm.suckless.org | |