Skip to content

desktop/dwm: update to 6.8#15931

Merged
aclemons merged 1 commit into
SlackBuildsOrg:githubfrom
r1w1s1:update/dwm-6.8
May 29, 2026
Merged

desktop/dwm: update to 6.8#15931
aclemons merged 1 commit into
SlackBuildsOrg:githubfrom
r1w1s1:update/dwm-6.8

Conversation

@r1w1s1
Copy link
Copy Markdown
Contributor

@r1w1s1 r1w1s1 commented May 29, 2026

No description provided.

@github-actions
Copy link
Copy Markdown

reverse dependencies - desktop/dwm

None

@github-actions
Copy link
Copy Markdown

✅ sbolint - desktop/dwm ✅

sbolint: dwm checks out OK

@r1w1s1
Copy link
Copy Markdown
Contributor Author

r1w1s1 commented May 29, 2026

@sbo-bot: build desktop/dwm

@sbo-bot
Copy link
Copy Markdown

sbo-bot Bot commented May 29, 2026

buildpkg i586 desktop/dwm

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:     Fri May 29 19:26:14 GMT 2026
revision: 9ff3d9b320b0ef5ac6a9833f4215fa5e71faf47f
title:    Merge 250a7f2de94af79da2fe89a7cb0897de540afbd9 into ce653b887274b9906116c9a15f1bd7addc6c52d0

================================================================================
desktop/dwm                                                             19:28:29
================================================================================

Calculating dependencies ... none.

Building desktop/dwm (update for version 6.8) ------------------------- 19:28:30
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running dwm.SlackBuild ...                                          ETA 19:29:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./dwm.SlackBuild
Built ok:  dwm-6.8-i586-1_SBo.txz                                       19:28:31
Testing package dwm-6.8-i586-1_SBo.txz ... done.
Test installing dwm-6.8-i586-1_SBo.txz ...
dwm-6.8-i586-1_SBo: suckless dynamic window manager .................... [  80K]
Unmounting chroot ... done.
Backed up: dwm-6.4-i586-1_SBo.txz
✅ desktop/dwm Updated for version 6.8 ✅

================================================================================
SUMMARY                                                                 19:28:32
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-05-29_19:28:28.log
Runtime:     0h 0m 4s
Updated:     1
  desktop/dwm/dwm-6.8-i586-1_SBo.txz

Snipped Build Log

Details
Building desktop/dwm (update for version 6.8) 2026-05-29 19:28:30
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running dwm.SlackBuild ...                                          ETA 19:29:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./dwm.SlackBuild
dwm-6.8
dwm-6.8/LICENSE
dwm-6.8/Makefile
dwm-6.8/README
dwm-6.8/config.def.h
dwm-6.8/config.mk
dwm-6.8/dwm.1
dwm-6.8/drw.h
dwm-6.8/util.h
dwm-6.8/drw.c
dwm-6.8/dwm.c
dwm-6.8/util.c
dwm-6.8/dwm.png
dwm-6.8/transient.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA drw.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA dwm.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA util.c
In function ‘arrangemon’,
    inlined from ‘arrange’ at dwm.c:392:3,
    inlined from ‘arrange’ at dwm.c:382:1:
dwm.c:398:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
  398 |         strncpy(m->ltsymbol, m->lt[m->sellt]->symbol, sizeof m->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘arrangemon’,
    inlined from ‘arrange’ at dwm.c:389:3:
dwm.c:398:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
  398 |         strncpy(m->ltsymbol, m->lt[m->sellt]->symbol, sizeof m->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dwm.c: In function ‘setlayout’:
dwm.c:1517:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
 1517 |         strncpy(selmon->ltsymbol, selmon->lt[selmon->sellt]->symbol, sizeof selmon->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o dwm drw.o dwm.o util.o -L/usr/lib/X11 -lX11 -lXinerama -lfontconfig -lXft
mkdir -p /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/bin
cp -f dwm /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/bin
chmod 755 /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/bin/dwm
mkdir -p /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/man/man1
sed "s/VERSION/6.8/g" < dwm.1 > /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/man/man1/dwm.1
chmod 644 /tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/usr/man/man1/dwm.1
install: creating directory '/tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/etc'
install: creating directory '/tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/etc/X11'
install: creating directory '/tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/etc/X11/xinit'
'/tmp/SBo/repo.6kXiUd/slackbuild_dwm/xinitrc.dwm' -> '/tmp/SBo/repo.6kXiUd/build_dwm/package-dwm/etc/X11/xinit/xinitrc.dwm'

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.6kXiUd/output_dwm/dwm-6.8-i586-1_SBo.txz

./
etc/
etc/X11/
etc/X11/xinit/
etc/X11/xinit/xinitrc.dwm
install/
install/slack-desc
usr/
usr/bin/
usr/bin/dwm
usr/doc/
usr/doc/dwm-6.8/
usr/doc/dwm-6.8/LICENSE
usr/doc/dwm-6.8/README
usr/doc/dwm-6.8/README.CONFIG
usr/doc/dwm-6.8/dwm.SlackBuild
usr/man/
usr/man/man1/
usr/man/man1/dwm.1.gz

Slackware package /tmp/SBo/repo.6kXiUd/output_dwm/dwm-6.8-i586-1_SBo.txz created.

Built ok:  dwm-6.8-i586-1_SBo.txz                                       19:28:31
Testing package dwm-6.8-i586-1_SBo.txz ... 
Test installing dwm-6.8-i586-1_SBo.txz ...
dwm-6.8-i586-1_SBo: suckless dynamic window manager .................... [  80K]
Unmounting chroot ... 
Backed up: dwm-6.4-i586-1_SBo.txz
:-) desktop/dwm Updated for version 6.8 (-:

@sbo-bot
Copy link
Copy Markdown

sbo-bot Bot commented May 29, 2026

sbopkglint i586 desktop/dwm

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/desktop/dwm/dwm-6.8-i586-1_SBo.txz to /tmp/SBo/sbopkglint.kY4XKV ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/desktop/dwm/dwm-6.8-i586-1_SBo.txz to /tmp/SBo/sbopkglint.kY4XKV ...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
Running test: 95-pkgconfig...OK
✅ === dwm-6.8-i586-1_SBo.txz: All tests passed ✅

@sbo-bot
Copy link
Copy Markdown

sbo-bot Bot commented May 29, 2026

buildpkg x86_64 desktop/dwm

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:     Fri May 29 19:26:14 GMT 2026
revision: 9ff3d9b320b0ef5ac6a9833f4215fa5e71faf47f
title:    Merge 250a7f2de94af79da2fe89a7cb0897de540afbd9 into ce653b887274b9906116c9a15f1bd7addc6c52d0

================================================================================
desktop/dwm                                                             19:29:29
================================================================================

Calculating dependencies ... none.

Building desktop/dwm (update for version 6.8) ------------------------- 19:29:29
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running dwm.SlackBuild ...                                          ETA 19:30:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./dwm.SlackBuild
Built ok:  dwm-6.8-x86_64-1_SBo.txz                                     19:29:31
Testing package dwm-6.8-x86_64-1_SBo.txz ... done.
Test installing dwm-6.8-x86_64-1_SBo.txz ...
dwm-6.8-x86_64-1_SBo: suckless dynamic window manager .................. [  90K]
Unmounting chroot ... done.
Backed up: dwm-6.4-x86_64-1_SBo.txz
✅ desktop/dwm Updated for version 6.8 ✅

================================================================================
SUMMARY                                                                 19:29:31
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-05-29_19:29:28.log
Runtime:     0h 0m 3s
Updated:     1
  desktop/dwm/dwm-6.8-x86_64-1_SBo.txz

Snipped Build Log

Details
Building desktop/dwm (update for version 6.8) 2026-05-29 19:29:29
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running dwm.SlackBuild ...                                          ETA 19:30:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./dwm.SlackBuild
dwm-6.8
dwm-6.8/LICENSE
dwm-6.8/Makefile
dwm-6.8/README
dwm-6.8/config.def.h
dwm-6.8/config.mk
dwm-6.8/dwm.1
dwm-6.8/drw.h
dwm-6.8/util.h
dwm-6.8/drw.c
dwm-6.8/dwm.c
dwm-6.8/util.c
dwm-6.8/dwm.png
dwm-6.8/transient.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -fPIC -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA drw.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -fPIC -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA dwm.c
cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -fPIC -I/usr/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"6.8\" -DXINERAMA util.c
In function ‘arrangemon’,
    inlined from ‘arrange’ at dwm.c:392:3,
    inlined from ‘arrange’ at dwm.c:382:1:
dwm.c:398:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
  398 |         strncpy(m->ltsymbol, m->lt[m->sellt]->symbol, sizeof m->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘arrangemon’,
    inlined from ‘arrange’ at dwm.c:389:3:
dwm.c:398:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
  398 |         strncpy(m->ltsymbol, m->lt[m->sellt]->symbol, sizeof m->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dwm.c: In function ‘setlayout’:
dwm.c:1517:9: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
 1517 |         strncpy(selmon->ltsymbol, selmon->lt[selmon->sellt]->symbol, sizeof selmon->ltsymbol);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o dwm drw.o dwm.o util.o -L/usr/lib64/X11 -lX11 -lXinerama -lfontconfig -lXft
mkdir -p /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/bin
cp -f dwm /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/bin
chmod 755 /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/bin/dwm
mkdir -p /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/man/man1
sed "s/VERSION/6.8/g" < dwm.1 > /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/man/man1/dwm.1
chmod 644 /tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/usr/man/man1/dwm.1
install: creating directory '/tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/etc'
install: creating directory '/tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/etc/X11'
install: creating directory '/tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/etc/X11/xinit'
'/tmp/SBo/repo.5mc7nq/slackbuild_dwm/xinitrc.dwm' -> '/tmp/SBo/repo.5mc7nq/build_dwm/package-dwm/etc/X11/xinit/xinitrc.dwm'

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.5mc7nq/output_dwm/dwm-6.8-x86_64-1_SBo.txz

./
etc/
etc/X11/
etc/X11/xinit/
etc/X11/xinit/xinitrc.dwm
install/
install/slack-desc
usr/
usr/bin/
usr/bin/dwm
usr/doc/
usr/doc/dwm-6.8/
usr/doc/dwm-6.8/LICENSE
usr/doc/dwm-6.8/README
usr/doc/dwm-6.8/README.CONFIG
usr/doc/dwm-6.8/dwm.SlackBuild
usr/man/
usr/man/man1/
usr/man/man1/dwm.1.gz

Slackware package /tmp/SBo/repo.5mc7nq/output_dwm/dwm-6.8-x86_64-1_SBo.txz created.

Built ok:  dwm-6.8-x86_64-1_SBo.txz                                     19:29:31
Testing package dwm-6.8-x86_64-1_SBo.txz ... 
Test installing dwm-6.8-x86_64-1_SBo.txz ...
dwm-6.8-x86_64-1_SBo: suckless dynamic window manager .................. [  90K]
Unmounting chroot ... 
Backed up: dwm-6.4-x86_64-1_SBo.txz
:-) desktop/dwm Updated for version 6.8 (-:

@sbo-bot
Copy link
Copy Markdown

sbo-bot Bot commented May 29, 2026

sbopkglint x86_64 desktop/dwm

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/desktop/dwm/dwm-6.8-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.7xXAVz ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/desktop/dwm/dwm-6.8-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.7xXAVz ...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
Running test: 95-pkgconfig...OK
✅ === dwm-6.8-x86_64-1_SBo.txz: All tests passed ✅

@aclemons aclemons changed the base branch from master to github May 29, 2026 23:59
Copy link
Copy Markdown
Collaborator

@aclemons aclemons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aclemons aclemons merged commit 7a542c4 into SlackBuildsOrg:github May 29, 2026
4 checks passed
@r1w1s1 r1w1s1 deleted the update/dwm-6.8 branch May 30, 2026 15:27
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