head 1.3; access; symbols pkgsrc-2025Q4:1.2.0.6 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2026.01.06.19.57.10; author tnn; state dead; branches; next 1.2; commitid mE7uPPCxFzA9ZmpG; 1.2 date 2025.05.30.21.17.32; author tnn; state Exp; branches; next 1.1; commitid Rq2cF010whpNxYWF; 1.1 date 2025.05.05.08.39.56; author tnn; state Exp; branches; next ; commitid T0ljlMH9qzOS9HTF; desc @@ 1.3 log @deskflow: update to 1.25.0 - add UI translations - save geometry into a state file - remove old deskflow-core cli options - remove CLI11, tomlpp and env file configuration - bugfixes @ text @$NetBSD: patch-src_lib_deskflow_CMakeLists.txt,v 1.2 2025/05/30 21:17:32 tnn Exp $ Prevent download during configure phase. --- src/lib/deskflow/CMakeLists.txt.orig 2025-05-29 13:27:33.000000000 +0000 +++ src/lib/deskflow/CMakeLists.txt @@@@ -11,11 +11,6 @@@@ else() #Be sure to update the version and MD5 together set(CLI11_VERSION 2.5.0) set(CLI11_MD5 0d3d6898febe3b82fc47b3d608b1ae95) - file( - DOWNLOAD "https://github.com/CLIUtils/CLI11/releases/download/v${CLI11_VERSION}/CLI11.hpp" - "${CMAKE_BINARY_DIR}/include/CLI/CLI.hpp" - EXPECTED_MD5 ${CLI11_MD5} - ) set(cli11_inc_dir "${CMAKE_BINARY_DIR}/include") message(STATUS "CLI11 [Downloaded] Version: ${CLI11_VERSION}") message(STATUS "CLI11 INC_DIR: ${cli11_inc_dir}") @@@@ -30,12 +25,6 @@@@ else() # Save our copy with .h not .hpp for compatibliy with system version < 3.4 set(TOMLPP_VERSION 3.4.0) set(TOMLPP_MD5 caefb3b60119731fb4b4d24b6339e7fb) - file( - DOWNLOAD "https://raw.githubusercontent.com/marzer/tomlplusplus/refs/tags/v${TOMLPP_VERSION}/toml.hpp" - "${CMAKE_BINARY_DIR}/include/toml++/toml.h" - SHOW_PROGRESS - EXPECTED_MD5 ${TOMLPP_MD5} - ) set(tomlPP_inc_dir "${CMAKE_BINARY_DIR}/include") message(STATUS "tomlplusplus [Downloaded] Version: 3.4.0") message(STATUS "tomlplusplus INC DIR: ${tomlPP_inc_dir}") @ 1.2 log @deskflow: update to 1.22.0 - Remove the broken drag and drop support - Improve the windows daemon - Use Deskflow-server.conf for the external server config name - Code base is now 60% less smelly . Fix issues around the dialog shown when you first connect a server / client. @ text @d1 1 a1 1 $NetBSD: patch-src_lib_deskflow_CMakeLists.txt,v 1.1 2025/05/05 08:39:56 tnn Exp $ @ 1.1 log @net/deskflow: import deskflow-1.21.2 Deskflow is a free and open source keyboard and mouse sharing app. Use the keyboard, mouse, or trackpad of one computer to control nearby computers, and work seamlessly between them. It's like a software KVM (but without the video). TLS encryption is enabled by default. Wayland is supported. Clipboard sharing is supported. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/lib/deskflow/CMakeLists.txt.orig 2025-03-10 10:04:06.434024162 +0000 d9 2 a10 2 set(CLI11_VERSION 2.4.2) set(CLI11_MD5 d7923d1ca06d03e2299e55cad532d126) @