head 1.4; access; symbols pkgsrc-2021Q1:1.3.0.4 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.2 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.2.0.4 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2021.04.20.18.56.04; author pin; state dead; branches; next 1.3; commitid jcFVspU2racK04QC; 1.3 date 2020.12.07.13.03.40; author pin; state Exp; branches; next 1.2; commitid FAYRF5FkgVeUmOyC; 1.2 date 2020.04.26.02.11.17; author gutteridge; state Exp; branches; next 1.1; commitid 34ljZ2I1qJaaZP5C; 1.1 date 2020.04.25.01.05.26; author gutteridge; state Exp; branches; next ; commitid CCPhBAuKDM5fEH5C; desc @@ 1.4 log @x11/lxqt-session: update to 0.17.0 lxqt-session-0.17.1 / 2021-04-16 ================================ - Fixed compilation against Qt < 5.15 (especially, 5.12). lxqt-session-0.17.0 / 2021-04-15 ================================ - Code cleanup and modernization (use const references where possible, fix possible use of uninitialized variables, removing deprectaed methods, etc.). - Remove Openbox configuration for WM agnosticism. - Completely moved to Qt5 signal/slot syntax. - Become subreaper and end children on finishing session. @ text @$NetBSD: patch-config_CMakeLists.txt,v 1.3 2020/12/07 13:03:40 pin Exp $ Install config file to proper location --- config/CMakeLists.txt.orig 2020-10-31 08:58:17.000000000 +0000 +++ config/CMakeLists.txt @@@@ -7,6 +7,6 @@@@ install(FILES COMPONENT Runtime ) install(DIRECTORY openbox - DESTINATION "${LXQT_ETC_XDG_DIR}" + DESTINATION "share/examples" COMPONENT Runtime ) @ 1.3 log @x11/lxqt-session: update to 0.16.0 -Don't use deprecated QProcess methods. -Don't use 0/nullptr to initialize QFlags. -Removed Default Applications page. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @lxqt-session: amend a patch comment These aren't just sample files, they're the system-wide fallback configurations, should the user not have anything defined. @ text @d1 1 a1 1 $NetBSD: patch-config_CMakeLists.txt,v 1.1 2020/04/25 01:05:26 gutteridge Exp $ d3 1 a3 1 Install fallback .conf files to a consistent location. d5 1 a5 1 --- config/CMakeLists.txt.orig 2019-02-26 01:22:39.000000000 +0000 d7 1 a7 6 @@@@ -3,7 +3,7 @@@@ install(FILES lxqt.conf session.conf windowmanagers.conf - DESTINATION "${CMAKE_INSTALL_DATADIR}/lxqt" + DESTINATION "${LXQT_ETC_XDG_DIR}" d11 4 @ 1.1 log @lxqt-session: add new package, version 0.14.1 LXQt session manager. (Packaged in wip by pin@@, additional changes by myself.) @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Install sample .conf files to a consistent location. @