head 1.9; access; symbols pkgsrc-2026Q1:1.9.0.2 pkgsrc-2026Q1-base:1.9 pkgsrc-2025Q4:1.8.0.2 pkgsrc-2025Q4-base:1.8 pkgsrc-2025Q3:1.7.0.2 pkgsrc-2025Q3-base:1.7 pkgsrc-2025Q2:1.6.0.2 pkgsrc-2025Q2-base:1.6 pkgsrc-2025Q1:1.5.0.4 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.5.0.2 pkgsrc-2024Q4-base:1.5 pkgsrc-2024Q3:1.4.0.8 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.6 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.4 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.2 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.9 date 2026.02.17.13.15.07; author pin; state Exp; branches; next 1.8; commitid FyOhfhSNq3GjqJuG; 1.8 date 2025.12.13.19.50.34; author pin; state Exp; branches; next 1.7; commitid BL30avb3vbNvJhmG; 1.7 date 2025.07.22.13.30.25; author pin; state Exp; branches; next 1.6; commitid PPcNjVFQzDq4gK3G; 1.6 date 2025.04.02.18.01.59; author pin; state Exp; branches; next 1.5; commitid x4ajUWc2cKyokvPF; 1.5 date 2024.10.17.10.10.58; author pin; state Exp; branches; next 1.4; commitid e9VN47r3GEvF50uF; 1.4 date 2023.12.18.11.06.20; author pin; state Exp; branches; next 1.3; commitid PvfxfYIshESvaWQE; 1.3 date 2023.11.06.09.21.44; author pin; state Exp; branches; next 1.2; commitid Q1j774wiYbojWwLE; 1.2 date 2023.10.21.18.54.53; author pin; state Exp; branches; next 1.1; commitid yF2GU47yG0FPCwJE; 1.1 date 2022.09.30.19.41.22; author pin; state Exp; branches; next ; commitid dHBUenmuhhLVhVVD; desc @@ 1.9 log @wm/lefthk: update to 0.3.2 Summary Patch version bump to account for MSRV bump to 1.88 and dependency updates to ship downstream to leftwm. What's Changed feat!(MSRV): MSRV to 1.88, version to 0.3.2 BREAKING CHANGE by @@mautamu in #46 @ text @# $NetBSD: Makefile,v 1.8 2025/12/13 19:50:34 pin Exp $ DISTNAME= lefthk-0.3.2 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=leftwm/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pin@@NetBSD.org HOMEPAGE= https://github.com/leftwm/lefthk/ COMMENT= Hotkey daemon written in Rust LICENSE= modified-bsd CONFLICTS= leftwm-[0-9]* .include "cargo-depends.mk" RUST_REQ= 1.88.0 INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/lefthk \ ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @wm/lefthk: update to 0.3.1 Minor version bump for updates made as part of 1.92.0 release: https://releases.rs/docs/1.92.0/. What's Changed - chore: update dependencies (ron to 0.11) by @@mautamu in #44 - chore: update for rust 1.92.0 by @@mautamu in #45 NOTE for pkgsrc: This does not affect MSRV, it simply silences 1.92 clippy. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/07/22 13:30:25 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.3.1 d17 1 a17 1 RUST_REQ= 1.85.0 @ 1.7 log @wm/lefthk: update to 0.3.0 Summary Releases an updated version of lefthk so that an updated version of leftwm can be cut with the latest updates. What's Changed - Fixed crash at startup by @@Syudagye in #40 - chore(v0.2.2): bump mio, version so leftwm can be updated by @@mautamu in #41 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2025/04/02 18:01:59 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.3.0 @ 1.6 log @wm/lefthk: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/10/17 10:10:58 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.2.2 d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org d17 1 @ 1.5 log @wm/lefthk: update to 0.2.2 Releases an updated version of lefthk so that an updated version of leftwm can be cut with the latest updates. What's Changed - Fixed crash at startup by @@Syudagye in #40 - chore(v0.2.2): bump mio, version so leftwm can be updated by @@mautamu in #41 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/12/18 11:06:20 pin Exp $ d8 1 a8 1 MAINTAINER= pin@@NetBSD.org @ 1.4 log @wm/lefthk: update to 0.2.1 Releases 0.2.1, which resolves an error (#38) where the system may freeze when a subprocess tries to acquire stderr. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/11/06 09:21:44 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.2.1 @ 1.3 log @wm/lefthk: update to 0.2.0 - Releases 0.2.0, a re-release of 0.1.9, which included breaking changes from 0.1.8. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/10/21 18:54:53 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.2.0 @ 1.2 log @wm/lefthk: update to 0.1.9 No ChangeLog provided. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/09/30 19:41:22 pin Exp $ d3 1 a3 1 DISTNAME= lefthk-0.1.9 @ 1.1 log @wm/lefthk: import package LeftHK - A hotkey daemon written in Rust Standalone package for lefthk, the built-in hotkey daemon of leftwm > 0.3.0. This package allows lefthk to be used as a hotkey daemon with other window managers. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= lefthk-0.1.8 d6 1 a6 1 GITHUB_TAG= cb8effeae8ee63fe1b505bdd2d42f61bfa25f1d0 @