Date: Sat, 14 Feb 2026 17:08:53 +0000 From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da9c82ff14e4 - main - x11-wm/wlmaker: update to 0.7.1 Message-ID: <6990ac25.3149e.4abbd77c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=da9c82ff14e4baf940d14299ca728ccf654b2318 commit da9c82ff14e4baf940d14299ca728ccf654b2318 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2026-02-14 13:57:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2026-02-14 17:03:26 +0000 x11-wm/wlmaker: update to 0.7.1 Changes: https://github.com/phkaeser/wlmaker/releases/tag/v0.7.1 Reported by: GitHub (watch releases) --- x11-wm/wlmaker/Makefile | 9 +++++++-- x11-wm/wlmaker/distinfo | 12 +++++++----- x11-wm/wlmaker/files/patch-session | 27 +++++++++++++++++++++++++++ x11-wm/wlmaker/pkg-plist | 10 ++++++++++ 4 files changed, 51 insertions(+), 7 deletions(-) diff --git a/x11-wm/wlmaker/Makefile b/x11-wm/wlmaker/Makefile index 092ac3e127b8..1b5ce19a7417 100644 --- a/x11-wm/wlmaker/Makefile +++ b/x11-wm/wlmaker/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlmaker DISTVERSIONPREFIX= v -DISTVERSION= 0.7 +DISTVERSION= 0.7.1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +23,8 @@ USE_GITHUB= yes USE_GNOME= cairo USE_XORG= xcb GH_ACCOUNT= phkaeser -GH_TUPLE= phkaeser:libbase:aa0da7a:libbase/submodules/libbase +GH_TUPLE= phkaeser:libbase:a6c6a27:libbase/submodules/libbase \ + benhoyt:inih:r62:inih/submodules/inih CMAKE_OFF= ${WITH_DEBUG:D:Uconfig_DEBUG} post-patch: @@ -37,6 +38,10 @@ post-patch: ${WRKSRC}/src/config.c \ ${WRKSRC}/src/launcher.c \ ${WRKSRC}/src/${PORTNAME}.c +# Generic nodes are not supported by procfs(5) + @${REINPLACE_CMD} -e 's,/proc,${LINUXBASE}&,' \ + ${WRKSRC}/apps/*.c \ + ${WRKSRC}/src/task_list.c # Respect LOCALBASE for apps and use open source Chrome @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,' \ -e 's/google-chrome/chrome/' \ diff --git a/x11-wm/wlmaker/distinfo b/x11-wm/wlmaker/distinfo index a7081eebd653..b2d6b4477f46 100644 --- a/x11-wm/wlmaker/distinfo +++ b/x11-wm/wlmaker/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1766671739 -SHA256 (phkaeser-wlmaker-v0.7_GH0.tar.gz) = 212d4c99227021ce429ab1685440017625415a5f514f906386d0ef16803dc0a7 -SIZE (phkaeser-wlmaker-v0.7_GH0.tar.gz) = 469502 -SHA256 (phkaeser-libbase-aa0da7a_GH0.tar.gz) = 9c22e94db1860926d19a22aa57e8d699999f52daed3919f1295461196f7b1c15 -SIZE (phkaeser-libbase-aa0da7a_GH0.tar.gz) = 134327 +TIMESTAMP = 1771077457 +SHA256 (phkaeser-wlmaker-v0.7.1_GH0.tar.gz) = c04a26972e92d5722abe5fae07406d8926aaca37a6144950c2eca5efc7c6a789 +SIZE (phkaeser-wlmaker-v0.7.1_GH0.tar.gz) = 513049 +SHA256 (phkaeser-libbase-a6c6a27_GH0.tar.gz) = 474aec72d920a574ac241763b9a3955d4ad6310080c312639e8a562eae04f462 +SIZE (phkaeser-libbase-a6c6a27_GH0.tar.gz) = 134464 +SHA256 (benhoyt-inih-r62_GH0.tar.gz) = 9c15fa751bb8093d042dae1b9f125eb45198c32c6704cd5481ccde460d4f8151 +SIZE (benhoyt-inih-r62_GH0.tar.gz) = 22145 diff --git a/x11-wm/wlmaker/files/patch-session b/x11-wm/wlmaker/files/patch-session index abe89289a875..dd6ff6256610 100644 --- a/x11-wm/wlmaker/files/patch-session +++ b/x11-wm/wlmaker/files/patch-session @@ -9,3 +9,30 @@ Avoid Debian specifics when starting from a GUI login manager -Exec=@CMAKE_INSTALL_PREFIX@/bin/wlmaker.sh +Exec=wlmaker Type=Application +--- etc/Config.plist.orig 2026-02-14 13:57:37 UTC ++++ etc/Config.plist +@@ -5,16 +5,16 @@ + { + Keyboard = { + // Use system-wide configuration. See keyboard(5). +- XkbConfigurationFile = "/etc/default/keyboard"; ++ // XkbConfigurationFile = "/etc/default/keyboard"; + + // Alternatively: Specify the keyboard properties directly. +- // XkbRMLVO = { +- // Rules = "evdev"; +- // Model = "pc105"; +- // Layout = "us"; +- // Variant = "intl"; +- // Options = ""; +- // }; ++ XkbRMLVO = { ++ Rules = "evdev"; ++ Model = "pc105"; ++ Layout = "us"; ++ Variant = "intl"; ++ Options = ""; ++ }; + + Repeat = { + // Delay before initiating repeats, in milliseconds. diff --git a/x11-wm/wlmaker/pkg-plist b/x11-wm/wlmaker/pkg-plist index a4e6b9c77af6..36ac276225e3 100644 --- a/x11-wm/wlmaker/pkg-plist +++ b/x11-wm/wlmaker/pkg-plist @@ -1,6 +1,10 @@ bin/wlmaker bin/wlmclock +bin/wlmcpugraph bin/wlmeyes +bin/wlmmemgraph +bin/wlmnetgraph +bin/wlmtool etc/xdg/wlmaker/Config.plist etc/xdg/wlmaker/RootMenu.plist etc/xdg/wlmaker/RootMenuDebian.plist @@ -9,11 +13,17 @@ etc/xdg/wlmaker/Themes/Debian.plist etc/xdg/wlmaker/Themes/Default.plist share/applications/wlmaker.desktop share/applications/wlmaker.wlmclock.desktop +share/applications/wlmaker.wlmcpugraph.desktop share/applications/wlmaker.wlmeyes.desktop +share/applications/wlmaker.wlmmemgraph.desktop +share/applications/wlmaker.wlmnetgraph.desktop share/icons/hicolor/48x48/apps/wlmaker.png share/icons/hicolor/64x64/apps/wlmaker.png share/icons/hicolor/64x64/apps/wlmclock.png +share/icons/hicolor/64x64/apps/wlmcpugraph.png share/icons/hicolor/64x64/apps/wlmeyes.png +share/icons/hicolor/64x64/apps/wlmmemgraph.png +share/icons/hicolor/64x64/apps/wlmnetgraph.png share/icons/hicolor/scalable/apps/wlmaker.svg share/wayland-sessions/wlmaker.desktop %%DATADIR%%/icons/chrome-48x48.pnghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6990ac25.3149e.4abbd77c>
