head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.14 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.12 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.10 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.8 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.08.02.16.54.22; author pin; state Exp; branches; next 1.1; commitid gYvFu1i5VhGwLgkF; 1.1 date 2022.05.11.00.30.42; author gutteridge; state Exp; branches; next ; commitid g0zU5CJ7d7w3uzDD; desc @@ 1.2 log @x11/libqtxdg: update to 4.0.0 The library is ported to Qt6, such that the Qt5-based version 3.12.0 can be installed alongside it for supporting Qt5-based apps. Also, - Considered the EV XDG_CURRENT_DESKTOP as a colon-separated list. - Fixed an FTBFS with BUILD_DEV_UTILS enabled. @ text @$NetBSD$ Install config files to pkgsrc standard location. --- CMakeLists.txt.orig 2024-05-27 07:57:49.656959023 +0000 +++ CMakeLists.txt @@@@ -68,7 +68,7 @@@@ message(STATUS "Building ${PROJECT_NAME} if (QTXDG_INSTALL_DEFAPPS_CONFIG) file(GLOB QTXDG_CONFIG_FILES config/*.conf) set(QTXDG_DEFAPPS_CONF_INSTALL_DIR - "${LXQT_ETC_XDG_DIR}" CACHE PATH "Path to qtxdg default apps conf files install dir") + "${CMAKE_INSTALL_FULL_DATADIR}/lxqt" CACHE PATH "Path to qtxdg default apps conf files install dir") mark_as_advanced(QTXDG_DEFAPPS_CONF_INSTALL_DIR) endif() @ 1.1 log @libqtxdg: update to 3.9.1 (Specific functionality in this package has now been split out to qtxdg-tools.) libqtxdg-3.9.1 / 2022-05-08 =========================== * Separated `qtxdg-mat` and made installation of config files optional (to prepare for Qt6). @ text @d5 1 a5 1 --- CMakeLists.txt.orig 2022-05-10 19:59:47.077468288 +0000 @