[BACK]Return to patch-autostart_CMakeLists.txt CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / lxqt-panel / patches

File: [cvs.NetBSD.org] / pkgsrc / x11 / lxqt-panel / patches / patch-autostart_CMakeLists.txt (download)

Revision 1.1, Mon Dec 7 12:55:28 2020 UTC (3 years, 4 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, HEAD

x11/lxqt-panel: update to 0.16.1

0.16.1
-Fixed compilation with Qt 5.12 and Qt 5.13.

0.16.0
-Use a stylesheet for progress-bars of Sensors plugin.
-Implemented auto-hiding for Status Notifier.
-Added option to task button for moving the window to next monitor.
-Added option to place task buttons of new windows next to the existing ones
of same class when task buttons are ungrouped.
-Removed incorrect and redundant explanation of milliseconds from World Clock.
-Don't call non-const member functions on temporaries.
-Prevent possible C++11 range loop container detachment.
-Fixed the sizes and alignments of some plugins at startup.
-Added right-click menu to main menu items.
-Address deprecation warnings/errors.
-Added XF86Eject button action.

$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 12:55:28 pin Exp $

Install config file to proper location

--- autostart/CMakeLists.txt.orig	2020-11-05 16:09:19.000000000 +0000
+++ autostart/CMakeLists.txt
@@ -10,6 +10,6 @@ add_custom_target(lxqt_panel_autostart_d
 
 install(FILES
     ${DESKTOP_FILES}
-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
+    DESTINATION "share/examples/autostart"
     COMPONENT Runtime
 )