Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F0AB85033 for ; Tue, 14 Nov 2023 03:56:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g5e52KlKTxs7 for ; Tue, 14 Nov 2023 03:56:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 69EA784CF2 for ; Tue, 14 Nov 2023 03:56:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 618C6FA3D; Tue, 14 Nov 2023 03:56:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169993421179830" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 03:56:51 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/lxqt-config To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231114035651.618C6FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169993421179830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 14 03:56:51 UTC 2023 Modified Files: pkgsrc/x11/lxqt-config: Makefile PLIST distinfo Removed Files: pkgsrc/x11/lxqt-config/patches: patch-src_CMakeLists.txt Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/lxqt-config/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/lxqt-config/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/lxqt-config/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/x11/lxqt-config/patches/patch-src_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169993421179830 Content-Disposition: inline Content-Length: 5435 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-config/Makefile diff -u pkgsrc/x11/lxqt-config/Makefile:1.33 pkgsrc/x11/lxqt-config/Makefile:1.34 --- pkgsrc/x11/lxqt-config/Makefile:1.33 Sun Nov 12 13:24:16 2023 +++ pkgsrc/x11/lxqt-config/Makefile Tue Nov 14 03:56:51 2023 @@ -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" Index: pkgsrc/x11/lxqt-config/PLIST diff -u pkgsrc/x11/lxqt-config/PLIST:1.8 pkgsrc/x11/lxqt-config/PLIST:1.9 --- pkgsrc/x11/lxqt-config/PLIST:1.8 Tue Apr 18 11:58:52 2023 +++ pkgsrc/x11/lxqt-config/PLIST Tue Nov 14 03:56:51 2023 @@ -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.des 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 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-loca 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-moni 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 Index: pkgsrc/x11/lxqt-config/distinfo diff -u pkgsrc/x11/lxqt-config/distinfo:1.10 pkgsrc/x11/lxqt-config/distinfo:1.11 --- pkgsrc/x11/lxqt-config/distinfo:1.10 Tue Apr 18 11:58:52 2023 +++ pkgsrc/x11/lxqt-config/distinfo Tue Nov 14 03:56:51 2023 @@ -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 --_----------=_169993421179830--