pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/lxqt-panel lxqt-panel: fix location of default pan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1439f14e0e28
branches: trunk
changeset: 428211:1439f14e0e28
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Apr 26 03:05:50 2020 +0000
description:
lxqt-panel: fix location of default panel settings config
Place the panel settings configuration file where the rest of LXQt (as
configured in pkgsrc presently) expects it to be, so fallbacks work if
a user doesn't already have a custom configuration defined. (Ride
previous commits of LXQt earlier today; this doesn't merit a recursive
dependency bump.)
diffstat:
x11/lxqt-panel/Makefile | 3 ++-
x11/lxqt-panel/PLIST | 4 ++--
x11/lxqt-panel/distinfo | 4 ++--
x11/lxqt-panel/patches/patch-panel_CMakeLists.txt | 13 ++++++++++++-
4 files changed, 18 insertions(+), 6 deletions(-)
diffs (79 lines):
diff -r 0620019df21c -r 1439f14e0e28 x11/lxqt-panel/Makefile
--- a/x11/lxqt-panel/Makefile Sun Apr 26 02:22:00 2020 +0000
+++ b/x11/lxqt-panel/Makefile Sun Apr 26 03:05:50 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/26 03:05:50 gutteridge Exp $
DISTNAME= lxqt-panel-0.14.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-panel/0.14.1/
EXTRACT_SUFX= .tar.xz
diff -r 0620019df21c -r 1439f14e0e28 x11/lxqt-panel/PLIST
--- a/x11/lxqt-panel/PLIST Sun Apr 26 02:22:00 2020 +0000
+++ b/x11/lxqt-panel/PLIST Sun Apr 26 03:05:50 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/04/26 03:05:50 gutteridge Exp $
bin/lxqt-panel
include/lxqt/ilxqtpanel.h
include/lxqt/ilxqtpanelplugin.h
@@ -11,6 +11,7 @@
share/desktop-directories/lxqt-leave.directory
share/desktop-directories/lxqt-settings.directory
share/examples/lxqt/xdg/autostart/lxqt-panel.desktop
+share/examples/lxqt/xdg/lxqt/panel.conf
share/examples/lxqt/xdg/menus/lxqt-applications.menu
share/lxqt/lxqt-panel/colorpicker.desktop
share/lxqt/lxqt-panel/desktopswitch.desktop
@@ -24,7 +25,6 @@
share/lxqt/lxqt-panel/tray.desktop
share/lxqt/lxqt-panel/volume.desktop
share/lxqt/lxqt-panel/worldclock.desktop
-share/lxqt/panel.conf
share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ca.qm
share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_cy.qm
share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_da.qm
diff -r 0620019df21c -r 1439f14e0e28 x11/lxqt-panel/distinfo
--- a/x11/lxqt-panel/distinfo Sun Apr 26 02:22:00 2020 +0000
+++ b/x11/lxqt-panel/distinfo Sun Apr 26 03:05:50 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/04/26 03:05:51 gutteridge Exp $
SHA1 (lxqt-panel-0.14.1.tar.xz) = 757fc18e72f33b3cbec4d468f6f95bd3c10d202f
RMD160 (lxqt-panel-0.14.1.tar.xz) = 2d140a1b203e236198b109e5e9c0c3477efdb2b4
SHA512 (lxqt-panel-0.14.1.tar.xz) = e7cb361a13ac480cda50bc0549d5501f0d4f5bb6c8e257febf81550aaa88c0c55b615762aedb1f03fd654f79efe5aa2590b1dd592f6ae8c7e5a8d08086e0a687
Size (lxqt-panel-0.14.1.tar.xz) = 439252 bytes
-SHA1 (patch-panel_CMakeLists.txt) = 0decf86477d432237a65b879caf62c8a688163b7
+SHA1 (patch-panel_CMakeLists.txt) = 503d92f919776787cf797ef40ab4f054a2709ed3
diff -r 0620019df21c -r 1439f14e0e28 x11/lxqt-panel/patches/patch-panel_CMakeLists.txt
--- a/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt Sun Apr 26 02:22:00 2020 +0000
+++ b/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt Sun Apr 26 03:05:50 2020 +0000
@@ -1,9 +1,11 @@
-$NetBSD: patch-panel_CMakeLists.txt,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+$NetBSD: patch-panel_CMakeLists.txt,v 1.2 2020/04/26 03:05:51 gutteridge Exp $
Work around undefined symbol issue (which would cause the panel to fail
to run if the volume plugin was enabled), as discussed in:
https://github.com/lxqt/lxqt/issues/1075
+Install fallback .conf files to a consistent location.
+
--- panel/CMakeLists.txt.orig 2019-02-25 22:16:30.000000000 +0000
+++ panel/CMakeLists.txt
@@ -55,6 +55,8 @@ set(LIBRARIES
@@ -15,3 +17,12 @@
file(GLOB CONFIG_FILES resources/*.conf)
############################################
+@@ -104,7 +106,7 @@ target_link_libraries(${PROJECT}
+ )
+
+ install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)
+-install(FILES ${CONFIG_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/lxqt)
++install(FILES ${CONFIG_FILES} DESTINATION ${LXQT_ETC_XDG_DIR}/lxqt)
+ install(FILES ${PUB_HEADERS} DESTINATION include/lxqt)
+ install(FILES
+ man/lxqt-panel.1
Home |
Main Index |
Thread Index |
Old Index