Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D019B852D5 for ; Tue, 14 Nov 2023 04:20:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GPFnBOAeFp82 for ; Tue, 14 Nov 2023 04:20:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D07D852E7 for ; Tue, 14 Nov 2023 04:20:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26E2AFA3D; Tue, 14 Nov 2023 04:20:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699935622165880" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 04:20:22 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/lxqt-powermanagement To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231114042022.26E2AFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699935622165880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 14 04:20:22 UTC 2023 Modified Files: pkgsrc/sysutils/lxqt-powermanagement: Makefile PLIST distinfo Log Message: lxqt-powermanagement: update to 1.4.0 lxqt-powermanagement-1.4.0 / 2023-11-05 ======================================== * Override DPMS on enabling idleness watcher (to fix the problem of default DPMS timeouts being in conflict with lxqt-powermanagement). * Suspend screensaver when idle watcher is enabled (to prevent the screensaver timeout from kicking in and interfere with our daemon). * Removed "Ask" option from lid and idle watchers. * Ported a deprecated KWindowSystem method. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/lxqt-powermanagement/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/lxqt-powermanagement/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/lxqt-powermanagement/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699935622165880 Content-Disposition: inline Content-Length: 3091 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/lxqt-powermanagement/Makefile diff -u pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.28 pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.29 --- pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.28 Sun Nov 12 13:23:35 2023 +++ pkgsrc/sysutils/lxqt-powermanagement/Makefile Tue Nov 14 04:20:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2023/11/12 13:23:35 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2023/11/14 04:20:21 gutteridge Exp $ -DISTNAME= lxqt-powermanagement-1.3.0 -PKGREVISION= 5 +DISTNAME= lxqt-powermanagement-1.4.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/sysutils/lxqt-powermanagement/PLIST diff -u pkgsrc/sysutils/lxqt-powermanagement/PLIST:1.6 pkgsrc/sysutils/lxqt-powermanagement/PLIST:1.7 --- pkgsrc/sysutils/lxqt-powermanagement/PLIST:1.6 Tue Apr 18 11:44:47 2023 +++ pkgsrc/sysutils/lxqt-powermanagement/PLIST Tue Nov 14 04:20:21 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2023/04/18 11:44:47 pin Exp $ +@comment $NetBSD: PLIST,v 1.7 2023/11/14 04:20:21 gutteridge Exp $ bin/lxqt-config-powermanagement bin/lxqt-powermanagement share/applications/lxqt-config-powermanagement.desktop @@ -39,6 +39,7 @@ share/lxqt/translations/lxqt-config-powe share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_tr.qm share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_uk.qm share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_zh_CN.qm +share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_zh_TW.qm share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ar.qm share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_arn.qm share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ast.qm Index: pkgsrc/sysutils/lxqt-powermanagement/distinfo diff -u pkgsrc/sysutils/lxqt-powermanagement/distinfo:1.11 pkgsrc/sysutils/lxqt-powermanagement/distinfo:1.12 --- pkgsrc/sysutils/lxqt-powermanagement/distinfo:1.11 Tue Apr 18 11:44:47 2023 +++ pkgsrc/sysutils/lxqt-powermanagement/distinfo Tue Nov 14 04:20:21 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2023/04/18 11:44:47 pin Exp $ +$NetBSD: distinfo,v 1.12 2023/11/14 04:20:21 gutteridge Exp $ -BLAKE2s (lxqt-powermanagement-1.3.0.tar.xz) = c8256c17d3ba5f3762f2745d8e11b570d236b7d570a33ab3fd078541f90a29e7 -SHA512 (lxqt-powermanagement-1.3.0.tar.xz) = 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323 -Size (lxqt-powermanagement-1.3.0.tar.xz) = 91852 bytes +BLAKE2s (lxqt-powermanagement-1.4.0.tar.xz) = 1a4e3b7efd43a7e1f7eff5d1bba969b20252019e036b8fcc5966e86500ef7d35 +SHA512 (lxqt-powermanagement-1.4.0.tar.xz) = 20b6b541fbf0eda1471af233f09744861428d74743b248b95be27c82a3d6fa1c71bfb7f4b5ff7a5408a37a6975a831b525290e8ec012e3546b0e69dfe63ccf7c +Size (lxqt-powermanagement-1.4.0.tar.xz) = 93280 bytes SHA1 (patch-autostart_CMakeLists.txt) = c69057c7e6ca12ce0f5555110b20220a344d01ef --_----------=_1699935622165880--