Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id AAADD1A9217 for ; Mon, 7 Dec 2020 12:42:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 14E558512B; Mon, 7 Dec 2020 12:42:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E29985119 for ; Mon, 7 Dec 2020 12:42:46 +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 7mMJ1JuyDdGM for ; Mon, 7 Dec 2020 12:42:45 +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 698A9850DE for ; Mon, 7 Dec 2020 12:42:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66873FA9D; Mon, 7 Dec 2020 12:42:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160734496585970" MIME-Version: 1.0 Date: Mon, 7 Dec 2020 12:42:45 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/lxqt-config To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20201207124245.66873FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160734496585970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Dec 7 12:42:45 UTC 2020 Modified Files: pkgsrc/x11/lxqt-config: Makefile PLIST distinfo Added Files: pkgsrc/x11/lxqt-config/patches: patch-src_CMakeLists.txt Log Message: x11/lxqt-config: update to 0.16.1 0.16.1 -Fixed a regression in setting the acceleration speed of mouse/touchpad. 0.16.0 -Better UI for lxqt-config-brightness. -Avoid C++11 range for possible container detachment. -Only use QStringLiteral where it avoids allocations. -Initialize monitor settings config in "lxqt-config-monitor/monitor.h". -Use QFlags default constructor. -Fixed a crash in lxqt-config-monitor. -Fixed type associations and added "Default Application". -Detailed palette customization in lxqt-config-appearance. -Remember sizes of appearance and file associations dialogs. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/lxqt-config/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lxqt-config/PLIST \ pkgsrc/x11/lxqt-config/distinfo cvs rdiff -u -r0 -r1.1 \ 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. --_----------=_160734496585970 Content-Disposition: inline Content-Length: 8276 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.11 pkgsrc/x11/lxqt-config/Makefile:1.12 --- pkgsrc/x11/lxqt-config/Makefile:1.11 Fri Dec 4 04:56:18 2020 +++ pkgsrc/x11/lxqt-config/Makefile Mon Dec 7 12:42:45 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/12/04 04:56:18 riastradh Exp $ +# $NetBSD: Makefile,v 1.12 2020/12/07 12:42:45 pin Exp $ -DISTNAME= lxqt-config-0.15.0 -PKGREVISION= 4 +DISTNAME= lxqt-config-0.16.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -19,6 +18,13 @@ USE_LANGUAGES= c c++ 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 + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Linux" CMAKE_ARGS+= -DWITH_INPUT=OFF @@ -44,7 +50,7 @@ SUBST_VARS.prefix+= XKBSUB pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools DEPENDS+= lxqt-themes-[0-9]*:../../graphics/lxqt-themes Index: pkgsrc/x11/lxqt-config/PLIST diff -u pkgsrc/x11/lxqt-config/PLIST:1.2 pkgsrc/x11/lxqt-config/PLIST:1.3 --- pkgsrc/x11/lxqt-config/PLIST:1.2 Mon Jun 1 12:17:53 2020 +++ pkgsrc/x11/lxqt-config/PLIST Mon Dec 7 12:42:45 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/01 12:17:53 pin Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:42:45 pin Exp $ bin/lxqt-config bin/lxqt-config-appearance bin/lxqt-config-brightness @@ -15,7 +15,9 @@ share/applications/lxqt-config-file-asso share/applications/lxqt-config-locale.desktop share/applications/lxqt-config-monitor.desktop share/applications/lxqt-config.desktop -share/examples/lxqt/xdg/menus/lxqt-config.menu +share/desktop-directories/lxqt-settings-lxqt.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 @@ -37,6 +39,7 @@ share/lxqt/translations/lxqt-config-appe share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fr.qm share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_gl.qm share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_he.qm +share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_hr.qm share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_hu.qm share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ia.qm share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_id.qm @@ -77,6 +80,7 @@ share/lxqt/translations/lxqt-config-brig share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_fr.qm share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_gl.qm share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_he.qm +share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_hr.qm share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_hu.qm share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_id.qm share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_it.qm @@ -111,6 +115,7 @@ share/lxqt/translations/lxqt-config-curs share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fr.qm share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_gl.qm share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_he.qm +share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_hr.qm share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_hu.qm share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_id.qm share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_it.qm @@ -146,6 +151,7 @@ share/lxqt/translations/lxqt-config-file 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 +share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_hr.qm share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_id.qm share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_it.qm @@ -175,6 +181,7 @@ share/lxqt/translations/lxqt-config-loca 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 +share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_hr.qm share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_hu.qm share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_id.qm share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_it.qm @@ -206,6 +213,7 @@ share/lxqt/translations/lxqt-config-moni 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 +share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_hr.qm share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_hu.qm share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_id.qm share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_it.qm @@ -241,6 +249,7 @@ share/lxqt/translations/lxqt-config/lxqt share/lxqt/translations/lxqt-config/lxqt-config_fr.qm share/lxqt/translations/lxqt-config/lxqt-config_gl.qm share/lxqt/translations/lxqt-config/lxqt-config_he.qm +share/lxqt/translations/lxqt-config/lxqt-config_hr.qm share/lxqt/translations/lxqt-config/lxqt-config_hu.qm share/lxqt/translations/lxqt-config/lxqt-config_id.qm share/lxqt/translations/lxqt-config/lxqt-config_it.qm Index: pkgsrc/x11/lxqt-config/distinfo diff -u pkgsrc/x11/lxqt-config/distinfo:1.2 pkgsrc/x11/lxqt-config/distinfo:1.3 --- pkgsrc/x11/lxqt-config/distinfo:1.2 Mon Jun 1 12:17:53 2020 +++ pkgsrc/x11/lxqt-config/distinfo Mon Dec 7 12:42:45 2020 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.2 2020/06/01 12:17:53 pin Exp $ +$NetBSD: distinfo,v 1.3 2020/12/07 12:42:45 pin Exp $ -SHA1 (lxqt-config-0.15.0.tar.xz) = f6f7541a1f5be26d379c063024ae08ef7fdd82e9 -RMD160 (lxqt-config-0.15.0.tar.xz) = 005e6f0918b26f080d621baa8be9415dbdafc810 -SHA512 (lxqt-config-0.15.0.tar.xz) = 68dc8ecc38033a7a93167fb0afbe45b3e14eb1132c3faf3395ebed1fc96b5836e8db003ecffde0417dfaf9e73b70fcc69a06523319f1f858cd2020eb61113a0d -Size (lxqt-config-0.15.0.tar.xz) = 312468 bytes +SHA1 (lxqt-config-0.16.1.tar.xz) = 43b8da02b797cbbe5612465f05e633322144f515 +RMD160 (lxqt-config-0.16.1.tar.xz) = cf14c054c87f9bcf0dbcdea64a6949a5d38549da +SHA512 (lxqt-config-0.16.1.tar.xz) = 3322611b74a945b2c4aa60a179fc1edabd09e474502f44e7a0319478a09762ff7a11fbb7603aa26ec8ea593514bbcdfc98fb475009d0dfa4d387963fcdef7e03 +Size (lxqt-config-0.16.1.tar.xz) = 327652 bytes SHA1 (patch-lxqt-config-input_keyboardlayoutconfig.h) = ba7ce5b75579f4478fe14a96dd852027f3570a79 +SHA1 (patch-src_CMakeLists.txt) = fb7d169572213d86dc79ed97921387cc401acb70 Added files: Index: pkgsrc/x11/lxqt-config/patches/patch-src_CMakeLists.txt diff -u /dev/null pkgsrc/x11/lxqt-config/patches/patch-src_CMakeLists.txt:1.1 --- /dev/null Mon Dec 7 12:42:45 2020 +++ pkgsrc/x11/lxqt-config/patches/patch-src_CMakeLists.txt Mon Dec 7 12:42:45 2020 @@ -0,0 +1,14 @@ +$NetBSD: patch-src_CMakeLists.txt,v 1.1 2020/12/07 12:42:45 pin Exp $ + +Instal 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 + ) --_----------=_160734496585970--