Skip to content

graphics/nsxiv: Updated for version v34#14308

Closed
wkdjgf534 wants to merge 1 commit intoSlackBuildsOrg:masterfrom
wkdjgf534:nsxiv-34
Closed

graphics/nsxiv: Updated for version v34#14308
wkdjgf534 wants to merge 1 commit intoSlackBuildsOrg:masterfrom
wkdjgf534:nsxiv-34

Conversation

@wkdjgf534
Copy link
Contributor

Updated for version v34

@github-actions
Copy link

github-actions bot commented Feb 8, 2026

reverse dependencies - graphics/nsxiv

None

@github-actions
Copy link

github-actions bot commented Feb 8, 2026

✅ sbolint - graphics/nsxiv ✅

nsxiv: NOTE: nsxiv.SlackBuild:61: LIBDIRSUFFIX gets set, but never used.
sbolint: nsxiv checks out OK

@willysr
Copy link
Member

willysr commented Feb 8, 2026

@sbo-bot: build graphics/nsxiv

@sbo-bot
Copy link

sbo-bot bot commented Feb 8, 2026

buildpkg i586 graphics/nsxiv

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Sun Feb  8 11:26:51 GMT 2026
revision: 92c9e6802583e5a5654e4309b207a219303b5337
title:    Merge 572524806edc31c7f2e6cde058fe0fb4e7b35267 into 92a13ab3b435e77b3d91520f723d89b6c0769ce0

================================================================================
graphics/nsxiv                                                          23:59:09
================================================================================

Calculating dependencies ... 
Dependency tree:
graphics/nsxiv (update for version 34)
  libraries/imlib2 (updated)

Building graphics/nsxiv (update for version 34) ----------------------- 23:59:09
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
imlib2-1.12.6-i586-1_SBo: successor to Imlib ........................... [ 1.6M]
Running nsxiv.SlackBuild ...                                        ETA 23:59:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./nsxiv.SlackBuild
Built ok:  nsxiv-34-i586-1_SBo.txz                                      23:59:11
Testing package nsxiv-34-i586-1_SBo.txz ... done.
Test installing nsxiv-34-i586-1_SBo.txz ...
nsxiv-34-i586-1_SBo: Neo Simple X Image Viewer ......................... [ 150K]
Unmounting chroot ... done.
Backed up: nsxiv-33-i586-4_SBo.txz
✅ graphics/nsxiv Updated for version 34 ✅

================================================================================
SUMMARY                                                                 23:59:12
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-02-08_23:59:08.log
Runtime:     0h 0m 6s
Updated:     1
  graphics/nsxiv/nsxiv-34-i586-1_SBo.txz

Snipped Build Log

Details
Building graphics/nsxiv (update for version 34) 2026-02-08 23:59:09
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
imlib2-1.12.6-i586-1_SBo: successor to Imlib ........................... [ 1.6M]
Running nsxiv.SlackBuild ...                                        ETA 23:59:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./nsxiv.SlackBuild
nsxiv-34/
nsxiv-34/.editorconfig
nsxiv-34/.github/
nsxiv-34/.github/workflows/
nsxiv-34/.github/workflows/build.yml
nsxiv-34/.github/workflows/lock.yml
nsxiv-34/.gitignore
nsxiv-34/LICENSE
nsxiv-34/Makefile
nsxiv-34/README.md
nsxiv-34/autoreload.c
nsxiv-34/commands.c
nsxiv-34/commands.h
nsxiv-34/config.def.h
nsxiv-34/config.mk
nsxiv-34/etc/
nsxiv-34/etc/.clang-format
nsxiv-34/etc/CHANGELOG.md
nsxiv-34/etc/CONTRIBUTING.md
nsxiv-34/etc/MIGRATION.md
nsxiv-34/etc/examples/
nsxiv-34/etc/examples/image-info
nsxiv-34/etc/examples/key-handler
nsxiv-34/etc/examples/thumb-info
nsxiv-34/etc/examples/win-title
nsxiv-34/etc/nsxiv.1
nsxiv-34/etc/nsxiv.desktop
nsxiv-34/etc/woodpecker/
nsxiv-34/etc/woodpecker/CFLAGS
nsxiv-34/etc/woodpecker/analysis.sh
nsxiv-34/etc/woodpecker/analysis.yml
nsxiv-34/etc/woodpecker/build.yml
nsxiv-34/etc/woodpecker/clang-tidy-checks
nsxiv-34/etc/woodpecker/spell.yml
nsxiv-34/etc/woodpecker/try-all-builds.sh
nsxiv-34/icon/
nsxiv-34/icon/128x128.png
nsxiv-34/icon/16x16.png
nsxiv-34/icon/32x32.png
nsxiv-34/icon/48x48.png
nsxiv-34/icon/64x64.png
nsxiv-34/icon/README.md
nsxiv-34/icon/data.gen.h
nsxiv-34/icon/data.h
nsxiv-34/icon/img2data.c
nsxiv-34/image.c
nsxiv-34/main.c
nsxiv-34/nsxiv.h
nsxiv-34/options.c
nsxiv-34/optparse.h
nsxiv-34/thumbs.c
nsxiv-34/utf8.h
nsxiv-34/util.c
nsxiv-34/window.c
GEN config.h
INSTALL nsxiv.desktop
cp config.def.h config.h
mkdir -p /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/share/applications
INSTALL icon
for f in 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png; do \
	dir="/tmp/SBo/repo.KSgltz/build_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
cp etc/nsxiv.desktop /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/share/applications
CC autoreload.o
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o autoreload.o autoreload.c
CC commands.o
CC image.o
GEN version.h
CC main.o
CC util.o
CC thumbs.o
CC window.o
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o commands.o commands.c
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o image.o image.c
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o main.o main.c
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o thumbs.o thumbs.c
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o util.o util.c
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o window.o window.c
CC options.o
c99 -std=c99 -Wall -pedantic -O2 -march=i586 -mtune=i686 -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o options.o options.c
LINK nsxiv
c99  -o nsxiv autoreload.o commands.o image.o main.o options.o  thumbs.o util.o window.o -lImlib2 -lX11  -lexif -lXft -lfontconfig  
INSTALL bin/nsxiv
mkdir -p /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/bin
cp nsxiv /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/bin/
chmod 755 /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/bin/nsxiv
INSTALL nsxiv.1
mkdir -p /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/man/man1
sed "s!EGPREFIX!/usr/share/nsxiv/examples!g; s!PREFIX!/usr!g; s!VERSION!34!g" \
	etc/nsxiv.1 >/tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/man/man1/nsxiv.1
chmod 644 /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/man/man1/nsxiv.1
INSTALL share/nsxiv/
mkdir -p /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples
cp etc/examples/* /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples
chmod 755 /tmp/SBo/repo.KSgltz/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples/*

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:  /tmp/SBo/repo.KSgltz/output_nsxiv/nsxiv-34-i586-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/nsxiv
usr/doc/
usr/doc/nsxiv-34/
usr/doc/nsxiv-34/LICENSE
usr/doc/nsxiv-34/README.md
usr/doc/nsxiv-34/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/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
usr/share/nsxiv/
usr/share/nsxiv/examples/
usr/share/nsxiv/examples/image-info
usr/share/nsxiv/examples/key-handler
usr/share/nsxiv/examples/thumb-info
usr/share/nsxiv/examples/win-title

Slackware package /tmp/SBo/repo.KSgltz/output_nsxiv/nsxiv-34-i586-1_SBo.txz created.

Built ok:  nsxiv-34-i586-1_SBo.txz                                      23:59:11
Testing package nsxiv-34-i586-1_SBo.txz ... 
Test installing nsxiv-34-i586-1_SBo.txz ...
nsxiv-34-i586-1_SBo: Neo Simple X Image Viewer ......................... [ 150K]
Unmounting chroot ... 
Backed up: nsxiv-33-i586-4_SBo.txz
:-) graphics/nsxiv Updated for version 34 (-:

@sbo-bot
Copy link

sbo-bot bot commented Feb 8, 2026

sbopkglint i586 graphics/nsxiv

Installing dependency: imlib2
imlib2-1.12.6-i586-1_SBo: successor to Imlib ........................... [ 1.6M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/graphics/nsxiv/nsxiv-34-i586-1_SBo.txz to /tmp/SBo/sbopkglint.zQN4wc ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/graphics/nsxiv/nsxiv-34-i586-1_SBo.txz to /tmp/SBo/sbopkglint.zQN4wc ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === nsxiv-34-i586-1_SBo.txz: All tests passed ✅

@sbo-bot
Copy link

sbo-bot bot commented Feb 9, 2026

buildpkg x86_64 graphics/nsxiv

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Sun Feb  8 11:26:51 GMT 2026
revision: 92c9e6802583e5a5654e4309b207a219303b5337
title:    Merge 572524806edc31c7f2e6cde058fe0fb4e7b35267 into 92a13ab3b435e77b3d91520f723d89b6c0769ce0

================================================================================
graphics/nsxiv                                                          00:00:16
================================================================================

Calculating dependencies ... 
Dependency tree:
graphics/nsxiv (update for version 34)
  libraries/imlib2 (ok)

Building graphics/nsxiv (update for version 34) ----------------------- 00:00:16
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
imlib2-1.12.6-x86_64-1_SBo: successor to Imlib ......................... [ 1.7M]
Running nsxiv.SlackBuild ...                                        ETA 00:00:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./nsxiv.SlackBuild
Built ok:  nsxiv-34-x86_64-1_SBo.txz                                    00:00:18
Testing package nsxiv-34-x86_64-1_SBo.txz ... done.
Test installing nsxiv-34-x86_64-1_SBo.txz ...
nsxiv-34-x86_64-1_SBo: Neo Simple X Image Viewer ....................... [ 160K]
Unmounting chroot ... done.
Backed up: nsxiv-33-x86_64-5_SBo.txz
✅ graphics/nsxiv Updated for version 34 ✅

================================================================================
SUMMARY                                                                 00:00:19
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-02-09_00:00:15.log
Runtime:     0h 0m 5s
Updated:     1
  graphics/nsxiv/nsxiv-34-x86_64-1_SBo.txz

Snipped Build Log

Details
Building graphics/nsxiv (update for version 34) 2026-02-09 00:00:16
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
imlib2-1.12.6-x86_64-1_SBo: successor to Imlib ......................... [ 1.7M]
Running nsxiv.SlackBuild ...                                        ETA 00:00:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./nsxiv.SlackBuild
nsxiv-34/
nsxiv-34/.editorconfig
nsxiv-34/.github/
nsxiv-34/.github/workflows/
nsxiv-34/.github/workflows/build.yml
nsxiv-34/.github/workflows/lock.yml
nsxiv-34/.gitignore
nsxiv-34/LICENSE
nsxiv-34/Makefile
nsxiv-34/README.md
nsxiv-34/autoreload.c
nsxiv-34/commands.c
nsxiv-34/commands.h
nsxiv-34/config.def.h
nsxiv-34/config.mk
nsxiv-34/etc/
nsxiv-34/etc/.clang-format
nsxiv-34/etc/CHANGELOG.md
nsxiv-34/etc/CONTRIBUTING.md
nsxiv-34/etc/MIGRATION.md
nsxiv-34/etc/examples/
nsxiv-34/etc/examples/image-info
nsxiv-34/etc/examples/key-handler
nsxiv-34/etc/examples/thumb-info
nsxiv-34/etc/examples/win-title
nsxiv-34/etc/nsxiv.1
nsxiv-34/etc/nsxiv.desktop
nsxiv-34/etc/woodpecker/
nsxiv-34/etc/woodpecker/CFLAGS
nsxiv-34/etc/woodpecker/analysis.sh
nsxiv-34/etc/woodpecker/analysis.yml
nsxiv-34/etc/woodpecker/build.yml
nsxiv-34/etc/woodpecker/clang-tidy-checks
nsxiv-34/etc/woodpecker/spell.yml
nsxiv-34/etc/woodpecker/try-all-builds.sh
nsxiv-34/icon/
nsxiv-34/icon/128x128.png
nsxiv-34/icon/16x16.png
nsxiv-34/icon/32x32.png
nsxiv-34/icon/48x48.png
nsxiv-34/icon/64x64.png
nsxiv-34/icon/README.md
nsxiv-34/icon/data.gen.h
nsxiv-34/icon/data.h
nsxiv-34/icon/img2data.c
nsxiv-34/image.c
nsxiv-34/main.c
nsxiv-34/nsxiv.h
nsxiv-34/options.c
nsxiv-34/optparse.h
nsxiv-34/thumbs.c
nsxiv-34/utf8.h
nsxiv-34/util.c
nsxiv-34/window.c
GEN config.h
cp config.def.h config.h
INSTALL icon
INSTALL nsxiv.desktop
for f in 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png; do \
	dir="/tmp/SBo/repo.AEAQf8/build_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
mkdir -p /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/share/applications
cp etc/nsxiv.desktop /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/share/applications
CC autoreload.o
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o autoreload.o autoreload.c
CC main.o
CC thumbs.o
CC window.o
CC util.o
CC image.o
CC commands.o
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o commands.o commands.c
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o image.o image.c
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o main.o main.c
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o thumbs.o thumbs.c
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o util.o util.c
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o window.o window.c
GEN version.h
CC options.o
c99 -std=c99 -Wall -pedantic -O2 -fPIC -I/usr/include -DHAVE_GIFLIB -D_XOPEN_SOURCE=700  -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1  -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/include/freetype2   -c -o options.o options.c
LINK nsxiv
c99  -o nsxiv autoreload.o commands.o image.o main.o options.o  thumbs.o util.o window.o -lImlib2 -lX11  -lexif -lXft -lfontconfig  
INSTALL bin/nsxiv
mkdir -p /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/bin
cp nsxiv /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/bin/
chmod 755 /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/bin/nsxiv
INSTALL nsxiv.1
mkdir -p /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/man/man1
sed "s!EGPREFIX!/usr/share/nsxiv/examples!g; s!PREFIX!/usr!g; s!VERSION!34!g" \
	etc/nsxiv.1 >/tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/man/man1/nsxiv.1
chmod 644 /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/man/man1/nsxiv.1
INSTALL share/nsxiv/
mkdir -p /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples
cp etc/examples/* /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples
chmod 755 /tmp/SBo/repo.AEAQf8/build_nsxiv/package-nsxiv/usr/share/nsxiv/examples/*

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:  /tmp/SBo/repo.AEAQf8/output_nsxiv/nsxiv-34-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/nsxiv
usr/doc/
usr/doc/nsxiv-34/
usr/doc/nsxiv-34/LICENSE
usr/doc/nsxiv-34/README.md
usr/doc/nsxiv-34/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/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
usr/share/nsxiv/
usr/share/nsxiv/examples/
usr/share/nsxiv/examples/image-info
usr/share/nsxiv/examples/key-handler
usr/share/nsxiv/examples/thumb-info
usr/share/nsxiv/examples/win-title

Slackware package /tmp/SBo/repo.AEAQf8/output_nsxiv/nsxiv-34-x86_64-1_SBo.txz created.

Built ok:  nsxiv-34-x86_64-1_SBo.txz                                    00:00:18
Testing package nsxiv-34-x86_64-1_SBo.txz ... 
Test installing nsxiv-34-x86_64-1_SBo.txz ...
nsxiv-34-x86_64-1_SBo: Neo Simple X Image Viewer ....................... [ 160K]
Unmounting chroot ... 
Backed up: nsxiv-33-x86_64-5_SBo.txz
:-) graphics/nsxiv Updated for version 34 (-:

@sbo-bot
Copy link

sbo-bot bot commented Feb 9, 2026

sbopkglint x86_64 graphics/nsxiv

Installing dependency: imlib2
imlib2-1.12.6-x86_64-1_SBo: successor to Imlib ......................... [ 1.7M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/graphics/nsxiv/nsxiv-34-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.XNNSnz ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/graphics/nsxiv/nsxiv-34-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.XNNSnz ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === nsxiv-34-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Feb 9, 2026

merged

@willysr willysr closed this Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants