078ec61e9a
build: rm GUI_BINARY_NAME define
2024-11-15 12:20:17 +00:00
e446397740
build: rm DESKFLOW_MAC_BUNDLE_CODE
2024-11-15 12:20:17 +00:00
5a98245ddf
build: rm DESKFLOW_RES_DIR define
2024-11-15 12:20:17 +00:00
366932a188
build: rm DESKFLOW_HELP_TEXT define
2024-11-15 12:20:17 +00:00
bdcf770de6
build: rm DESKFLOW_VERSION_URL define
2024-11-15 12:20:17 +00:00
e865397f12
build: rm DESKFLOW_WEBSITE_URL define
2024-11-15 12:20:17 +00:00
97ea628c14
build: rm DESKFLOW_MAINTAINER define
2024-11-15 12:20:17 +00:00
b5d0417714
build: rm DESKFLOW_AUTHOR_NAME define
2024-11-15 12:20:17 +00:00
403830ceea
build: rm DESKFLOW_APP_NAME define
...
Unify Server APP USER_CONFIG_NAME and SYSTEM_CONFIG_NAME
Some unix users may need to move their config to deskflow.conf from .deskflow.conf
2024-11-15 12:20:17 +00:00
9b59acdf26
build: rm DESKFLOW_DOMAIN define
2024-11-15 12:20:17 +00:00
46a6f74fb7
build: rm DESKFLOW_APP_ID define
2024-11-15 12:20:17 +00:00
ee35f8d87d
refactor: mv res/dist/wix => deploy/dist/wix
2024-11-12 14:00:59 +00:00
9b6c7f805f
refactor: mv res/dist/mac => deploy/dist/mac
2024-11-12 14:00:59 +00:00
6e5c6bcf80
refactor: mv res/dist/arch => deploy/dist/arch
2024-11-12 14:00:59 +00:00
5ddc7f8b0c
refactor: mv res/dist/linux/app.desktop.in => deploy/org.deskflow.deskflow.desktop
2024-11-12 14:00:59 +00:00
363fb5621d
refactor: mv res/app.png and res/app.svg => deploy
2024-11-12 14:00:59 +00:00
a53e289a45
refactor: mv res/win/version.rc.in => deploy/version.rc.in
2024-11-12 14:00:59 +00:00
a0666f0167
refactor mv: res/gui => src/gui/res
2024-11-12 14:00:59 +00:00
170b4251f3
build: align window mac names with community norms
2024-11-06 12:45:28 -05:00
ddf6450486
build: use PACKAGE_VERSION_LABEL to set generated package's name
...
If unset use CPACK_PACKAGE_VERSION when set only replaces the version in the package's filename
2024-11-06 11:49:31 -05:00
fb686ede21
refactor: remove desktop legacy
2024-10-30 20:04:55 +00:00
077412f7ec
build: update package names for linux to be more unified
...
We are not making offical packages
we should not set a rpm or debian revision
we should do not have to use 'correct' names for deb / rpm
2024-10-25 20:29:05 +01:00
f26581f20a
build: remove python dependency for non windows
2024-10-23 14:13:37 +01:00
d5a8dd7927
ci: remove unused libportal check from Librarires.cmake
2024-10-23 13:15:03 +01:00
7b7ff81a9f
build: Require libei and libportal from the system on linux
...
Removing remaining meson parts
2024-10-22 09:42:32 -04:00
2136af68b5
build(win32): resolve #7763 working windows installer
...
use correct QT_PATH
Force install of depends
2024-10-22 10:53:51 +01:00
df91d845f7
build(win32): Link wintoast correctly
2024-10-22 10:53:51 +01:00
46915bff94
fix:#7760 use a proper fedora package name
2024-10-19 19:34:37 -04:00
949e1c0d71
build: Use Fetch Content for Gtest
...
Use Fetch Content to get gtest and gmock
2024-10-19 19:17:19 -04:00
bf4a762124
build: use vcpkg for all depends, vcpkg action on ci to cache
2024-10-19 03:07:13 -04:00
9c9feba565
build: use File to dl toml++ if not on system
2024-10-18 15:02:34 -04:00
710c1dd353
build: get CLI11 via file download if not on system
2024-10-18 13:34:10 -04:00
33b14ccc5c
ci: cache vcpkg
...
Fixes:7712
2024-10-18 17:29:54 +01:00
71e74735c0
build: update required ssl to 3.0+
2024-10-18 06:49:02 +01:00
01d67e4614
chore: resolve cmake cap nits
...
Fixes : #7727
2024-10-17 13:37:50 +01:00
1dc449fe0a
fix: Use OPENSSL_EXE_DIR instead of OPENSSL_ROOT_DIR on Windows
2024-10-16 20:17:53 -04:00
da6b3942ae
build: Linux packages with proper names
2024-10-16 16:51:24 +01:00
23c4cadf17
build: set project description
2024-10-15 09:27:00 +01:00
5cff026d7e
build: get verson from git
2024-10-14 09:22:28 -04:00
181c34e662
ci: attempt releases
2024-10-13 17:51:18 -04:00
fe67b92cdc
build: Drop warnings_as_errors
...
This should not be used
It results in build failures when using different environments/toolchains that produce new warnings
This can especially happen on compiler or dependency updates
2024-10-12 22:13:50 -04:00
4500e7a1aa
build: use @only to configure config.h
2024-10-12 21:06:55 -04:00
78a8bba7a4
refactor: move res/config.h.in -> src/lib/config.h.in
2024-10-12 21:06:55 -04:00
f6b9a5f204
build: Don't force CMAKE_INSTALL_PREFIX
...
This should only ever be set from the outside, not the project itself
Distribution build systems will set it to the right value
This breaks installing it to a custom if desired
2024-10-12 12:59:04 -04:00
02c5418b9e
build(cmake): Require SSL 1.1.1 or higher
...
Link using OpenSSL provided alises
Remove Windows specifc check ssl macro for simpler check
2024-10-12 14:23:56 +01:00
bb6df4990a
build: Bump min libei and libportal versions
2024-10-01 16:42:02 +01:00
6bb1bcad8c
chore!: Relocate commercial code downstream
2024-10-01 14:39:05 +01:00
4f0e8cb844
feat: change most domains to Deskflow
2024-09-22 13:11:25 +01:00
5b27f0c90b
build: set BUILD_DATE instead of using __DATE__ for reproducible build
2024-09-21 20:14:04 +01:00
f8d14edcdb
build: fixed option name for SYSTEM_TOMLPLUSPLUS
2024-09-21 12:49:01 +01:00