Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VBZQyfiY; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1ulrCmKZ Received: by mail.netbsd.org (Postfix, from userid 605) id 0955784F05; Thu, 18 Apr 2024 01:43:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713404634; bh=RN3FiUK6N6bhQMtOBfsJeFqAvB8Gnp/mIw17iOwnr6Q=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VBZQyfiYHbCjG3hWijQ0NpwzIk5LY6VC8KzYgAWg4dldVaNrYpbdIeOBLNQuia4bM k5xnlSUmQwu8kbGdel/WHx8W5TOWwJ/1n1Y7XiqG1vYdmL6LFxn+dE48p1OO/SAGoX t6OQy3r1T24KECyqsb7U4ONKKt3rC8V86pNZFR9M= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED54F84E65 for ; Thu, 18 Apr 2024 01:43:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 f85F4QB8Z6Vz for ; Thu, 18 Apr 2024 01:43:52 +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 60BEE84CFC for ; Thu, 18 Apr 2024 01:43:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713404632; bh=RN3FiUK6N6bhQMtOBfsJeFqAvB8Gnp/mIw17iOwnr6Q=; h=Date:From:Subject:To:Reply-To; b=1ulrCmKZurKrV+3gXAGe2cYhJo0cMVemf8fJnqbjcdFUr/NW04+HemR+gqiF/NkYn lBNcC1ejPyWjxEd6AkjSGVIifcvifmTYGEEsRI99fi486VddBOrKHGBVmoBIDlL/ck Qs5QEU4SAAM2DoiJ7HUVDvalpIfivczZ73yz/xy4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53A24FA2C; Thu, 18 Apr 2024 01:43:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171340463236120" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 01:43:52 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/lxqt-qtplugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240418014352.53A24FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171340463236120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Apr 18 01:43:52 UTC 2024 Modified Files: pkgsrc/x11/lxqt-qtplugin: Makefile distinfo Log Message: lxqt-qtplugin: update to 1.4.1 lxqt-qtplugin-1.4.1 / 2024-03-27 ================================ * Make accept Qt5 applications font settings by Qt6 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/lxqt-qtplugin/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/lxqt-qtplugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171340463236120 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-qtplugin/Makefile diff -u pkgsrc/x11/lxqt-qtplugin/Makefile:1.28 pkgsrc/x11/lxqt-qtplugin/Makefile:1.29 --- pkgsrc/x11/lxqt-qtplugin/Makefile:1.28 Sat Apr 6 08:07:04 2024 +++ pkgsrc/x11/lxqt-qtplugin/Makefile Thu Apr 18 01:43:52 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2024/04/06 08:07:04 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2024/04/18 01:43:52 gutteridge Exp $ -DISTNAME= lxqt-qtplugin-1.4.0 -PKGREVISION= 1 +DISTNAME= lxqt-qtplugin-1.4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/x11/lxqt-qtplugin/distinfo diff -u pkgsrc/x11/lxqt-qtplugin/distinfo:1.11 pkgsrc/x11/lxqt-qtplugin/distinfo:1.12 --- pkgsrc/x11/lxqt-qtplugin/distinfo:1.11 Tue Nov 14 01:05:53 2023 +++ pkgsrc/x11/lxqt-qtplugin/distinfo Thu Apr 18 01:43:52 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/11/14 01:05:53 gutteridge Exp $ +$NetBSD: distinfo,v 1.12 2024/04/18 01:43:52 gutteridge Exp $ -BLAKE2s (lxqt-qtplugin-1.4.0.tar.xz) = c29d22e0d802ecf17c559250276bd7d7e05a54e60f0b0424182757f492bfa9f2 -SHA512 (lxqt-qtplugin-1.4.0.tar.xz) = 1d6306d396e560fbab1c64e2dda47e0456e6d8fcff077bcb7104adb8f89ef73bfef9457ab5b65aa07101acc3d7d2701efb88e8d36a0c74780a187480288acbea -Size (lxqt-qtplugin-1.4.0.tar.xz) = 23880 bytes +BLAKE2s (lxqt-qtplugin-1.4.1.tar.xz) = 8c02c6b9916d6c1cdc969f9366e5d379e123418d51ce58c96480de150685c5f5 +SHA512 (lxqt-qtplugin-1.4.1.tar.xz) = fa682e4c40468e1db61960fee5983aa900c3e5505c529174928e30ee258b67efe546d140c475df9a1b2af6d703b65071f44f41c96876e728fe1ded6ac8dbfa13 +Size (lxqt-qtplugin-1.4.1.tar.xz) = 24252 bytes --_----------=_171340463236120--