The following packages will be installed: nsxiv Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching nsxiv.SlackBuild... 0%100%100%100%100%100%Done Fetching nsxiv.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done nsxiv-29/ nsxiv-29/.editorconfig nsxiv-29/.github/ nsxiv-29/.github/workflows/ nsxiv-29/.github/workflows/build.yml nsxiv-29/.gitignore nsxiv-29/CHANGELOG.md nsxiv-29/CONTRIBUTING.md nsxiv-29/LICENSE nsxiv-29/Makefile nsxiv-29/README.md nsxiv-29/autoreload_inotify.c nsxiv-29/autoreload_nop.c nsxiv-29/commands.c nsxiv-29/commands.h nsxiv-29/config.def.h nsxiv-29/examples/ nsxiv-29/examples/image-info nsxiv-29/examples/key-handler nsxiv-29/examples/win-title nsxiv-29/icon/ nsxiv-29/icon/128x128.png nsxiv-29/icon/16x16.png nsxiv-29/icon/32x32.png nsxiv-29/icon/48x48.png nsxiv-29/icon/64x64.png nsxiv-29/icon/README.md nsxiv-29/icon/data.gen.h nsxiv-29/icon/data.h nsxiv-29/icon/img2data.c nsxiv-29/image.c nsxiv-29/main.c nsxiv-29/nsxiv.1 nsxiv-29/nsxiv.desktop nsxiv-29/nsxiv.h nsxiv-29/options.c nsxiv-29/thumbs.c nsxiv-29/utf8.h nsxiv-29/util.c nsxiv-29/window.c GEN config.h cp config.def.h config.h CC autoreload_inotify.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o autoreload_inotify.o autoreload_inotify.c CC commands.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o commands.o commands.c CC image.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o image.o image.c CC main.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o main.o main.c GEN version.h v="$(git describe 2>/dev/null || true)"; \ echo "#define VERSION \"${v:-29}\"" >version.h CC options.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o options.o options.c CC thumbs.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o thumbs.o thumbs.c CC util.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o util.o util.c CC window.o c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700 -DHAVE_LIBGIF=1 -DHAVE_LIBEXIF=1 -DHAVE_LIBWEBP=1 -DHAVE_LIBFONTS=1 -I/usr/include/freetype2 -I/usr/include/freetype2 -c -o window.o window.c LINK nsxiv c99 -o nsxiv autoreload_inotify.o commands.o image.o main.o options.o thumbs.o util.o window.o -lImlib2 -lX11 -lexif -lgif -lwebpdemux -lwebp -lXft -lfontconfig INSTALL bin/nsxiv mkdir -p /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/bin cp nsxiv /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/bin/ chmod 755 /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/bin/nsxiv INSTALL nsxiv.1 mkdir -p /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/man/man1 sed "s!EGPREFIX!/usr/share/doc/nsxiv/examples!g; s!PREFIX!/usr!g; s!VERSION!29!g" nsxiv.1 \ >/usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/man/man1/nsxiv.1 chmod 644 /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/man/man1/nsxiv.1 INSTALL share/nsxiv/ mkdir -p /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/doc/nsxiv/examples cp examples/* /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/doc/nsxiv/examples chmod 755 /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/doc/nsxiv/examples/* INSTALL nsxiv.desktop mkdir -p /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/applications cp nsxiv.desktop /usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/applications INSTALL icon for f in 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png; do \ dir="/usr/src/slapt-src/graphics/nsxiv/package-nsxiv/usr/share/icons/hicolor/${f%.png}/apps"; \ mkdir -p "$dir"; \ cp "icon/$f" "$dir/nsxiv.png"; \ chmod 644 "$dir/nsxiv.png"; \ 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/graphics/nsxiv/nsxiv-29-x86_64-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/nsxiv usr/doc/ usr/doc/nsxiv-29/ usr/doc/nsxiv-29/CHANGELOG.md usr/doc/nsxiv-29/CONTRIBUTING.md usr/doc/nsxiv-29/LICENSE usr/doc/nsxiv-29/README.md usr/doc/nsxiv-29/nsxiv.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/nsxiv.1.gz usr/share/ usr/share/applications/ usr/share/applications/nsxiv.desktop usr/share/doc/ usr/share/doc/nsxiv/ usr/share/doc/nsxiv/examples/ usr/share/doc/nsxiv/examples/image-info usr/share/doc/nsxiv/examples/key-handler usr/share/doc/nsxiv/examples/win-title usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/128x128/ usr/share/icons/hicolor/128x128/apps/ usr/share/icons/hicolor/128x128/apps/nsxiv.png usr/share/icons/hicolor/16x16/ usr/share/icons/hicolor/16x16/apps/ usr/share/icons/hicolor/16x16/apps/nsxiv.png usr/share/icons/hicolor/32x32/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/32x32/apps/nsxiv.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/nsxiv.png usr/share/icons/hicolor/64x64/ usr/share/icons/hicolor/64x64/apps/ usr/share/icons/hicolor/64x64/apps/nsxiv.png Slackware package /usr/src/slapt-src/graphics/nsxiv/nsxiv-29-x86_64-1salix15.0.txz created. Installing package nsxiv-29-x86_64-1salix15.0... | nsxiv (Neo Simple X Image Viewer) | | nsxiv is a fork of now unmaintained sxiv with the purpose of being | a drop-in replacement of sxiv, maintaining it and adding simple, | sensible features. nsxiv is free software licensed under GPLv2 | and aims to be easy to modify and customize. | | | | | | | WARNING: Directory already exists *behind the symlink* on filesystem. This may break upgrade/remove if you change that symlink in the future. (usr/share/doc)