lxqt-config: update to 1.4.0

lxqt-config-1.4.0 / 2023-11-05
===============================
 * Use lxqt-menu-data.
 * Fixed setting of primary monitor after a change in libkscreen.
 * Put cursor settings in ~/.Xresources (fixes the problem of not being able to set the cursor or its size when Xresources from `/etc` is read).
 * Corrected some typos.
 * Improved the message about default monitor settings.
 * Don't return uninitialized struct members.
This commit is contained in:
gutteridge 2023-11-14 03:56:51 +00:00
parent c7ead55e4f
commit 7eff21bf04
4 changed files with 12 additions and 35 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.33 2023/11/12 13:24:16 wiz Exp $
# $NetBSD: Makefile,v 1.34 2023/11/14 03:56:51 gutteridge Exp $
DISTNAME= lxqt-config-1.3.0
PKGREVISION= 5
DISTNAME= lxqt-config-1.4.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@ -20,13 +19,6 @@ CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
MENUS_CONF= share/examples/menus
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/menus
CONF_FILES+= ${MENUS_CONF}/lxqt-config.menu \
${PKG_SYSCONFDIR}/menus/lxqt-config.menu
# Requires xorg-libinput, which we lack in pkgsrc.
CMAKE_ARGS+= -DWITH_TOUCHPAD=OFF
@ -52,9 +44,10 @@ SUBST_VARS.prefix+= XKBSUB
pre-configure:
${MKDIR} -p ${WRKSRC}/build
DEPENDS+= lxqt-menu-data-[0-9]*:../../sysutils/lxqt-menu-data
DEPENDS+= lxqt-themes-[0-9]*:../../graphics/lxqt-themes
TOOL_DEPENDS+= lxqt-build-tools>=0.13.0:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
DEPENDS+= lxqt-themes-[0-9]*:../../graphics/lxqt-themes
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2023/04/18 11:58:52 pin Exp $
@comment $NetBSD: PLIST,v 1.9 2023/11/14 03:56:51 gutteridge Exp $
bin/lxqt-config
bin/lxqt-config-appearance
bin/lxqt-config-brightness
@ -17,10 +17,6 @@ share/applications/lxqt-config-input.desktop
share/applications/lxqt-config-locale.desktop
share/applications/lxqt-config-monitor.desktop
share/applications/lxqt-config.desktop
share/desktop-directories/lxqt-settings-lxqt.directory
share/desktop-directories/lxqt-settings-other.directory
share/desktop-directories/lxqt-settings-system.directory
share/examples/menus/lxqt-config.menu
share/icons/hicolor/48x48/apps/brightnesssettings.svg
share/lxqt/icons/monitor.svg
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ar.qm
@ -172,6 +168,7 @@ share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associati
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_en_GB.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_es.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_et.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_fi.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_he.qm
@ -254,6 +251,7 @@ share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_el.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_en_GB.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_es.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_et.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_fi.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_fr.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_gl.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_he.qm
@ -294,6 +292,7 @@ share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_el.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_en_GB.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_es.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_et.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_fi.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_fr.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_gl.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_he.qm

View File

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.10 2023/04/18 11:58:52 pin Exp $
$NetBSD: distinfo,v 1.11 2023/11/14 03:56:51 gutteridge Exp $
BLAKE2s (lxqt-config-1.3.0.tar.xz) = 3c684abcfdd61c5c3a9201730aee121e80279aa119b6c04775d4e5759c5b7e03
SHA512 (lxqt-config-1.3.0.tar.xz) = 30610d1c90d897eb54ce5ee75a39721a7818b0164bc97dece5b74aec2032c3b0027316995d83c077352e93fd2f7ab319d1801ed5ce356b857805e855db71cd75
Size (lxqt-config-1.3.0.tar.xz) = 370624 bytes
BLAKE2s (lxqt-config-1.4.0.tar.xz) = aab109a1aec57c12aa811373cf571eb56d904103ea9500c8e8822912553db5ec
SHA512 (lxqt-config-1.4.0.tar.xz) = a3e6722c3f63b3c7382ec84723e3a4d838d99b2c42ce731565f940873b275ef025b7bc1a570f165b7fce521eb77bb7b83b02e922bee251507b773c8de4f785fc
Size (lxqt-config-1.4.0.tar.xz) = 371628 bytes
SHA1 (patch-lxqt-config-input_keyboardlayoutconfig.h) = ba7ce5b75579f4478fe14a96dd852027f3570a79
SHA1 (patch-src_CMakeLists.txt) = 7233569f8a7dddb44e78c1e75c07573167723122

View File

@ -1,14 +0,0 @@
$NetBSD: patch-src_CMakeLists.txt,v 1.2 2022/11/12 05:09:25 gutteridge Exp $
Install config file to proper location
--- src/CMakeLists.txt.orig 2020-11-02 09:35:25.000000000 +0000
+++ src/CMakeLists.txt
@@ -67,6 +67,6 @@ install(FILES
COMPONENT Runtime
)
install(FILES lxqt-config.menu
- DESTINATION "${LXQT_ETC_XDG_DIR}/menus"
+ DESTINATION "share/examples/menus"
COMPONENT Runtime
)