Received: by mail.netbsd.org (Postfix, from userid 605) id A222D84D71; Sun, 7 Jun 2020 12:55:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AB2384D53 for ; Sun, 7 Jun 2020 12:55:08 +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 zUlvWxX01yb5 for ; Sun, 7 Jun 2020 12:55:07 +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 9D3B584CE0 for ; Sun, 7 Jun 2020 12:55:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9AFE5FB27; Sun, 7 Jun 2020 12:55:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591534507291770" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 12:55:07 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/qqc2-desktop-style To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200607125507.9AFE5FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591534507291770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 7 12:55:07 UTC 2020 Modified Files: pkgsrc/x11/qqc2-desktop-style: Makefile distinfo Log Message: qqc2-desktop-style: update to 5.70.0 5.67 Remove scrollbar related workarounds from list delegates [TabBar] Remove frame Add active, link, visited, negative, neutral and positive background colors use hasTransientTouchInput always round x and y support mobile mode scrollbar ScrollView: Do not overlay scrollbars over contents 5.68 ScrollView: Use scrollbar height as bottom padding, not width 5.69 [Dialog] Use `ShadowedRectangle` Fix sizing of CheckBox and RadioButton Use `ShadowedRectangle` 5.70 Detect QQC2 version at build time with actual detection [ComboBox] Use transparent dimmer To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qqc2-desktop-style/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qqc2-desktop-style/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591534507291770 Content-Disposition: inline Content-Length: 1772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qqc2-desktop-style/Makefile diff -u pkgsrc/x11/qqc2-desktop-style/Makefile:1.16 pkgsrc/x11/qqc2-desktop-style/Makefile:1.17 --- pkgsrc/x11/qqc2-desktop-style/Makefile:1.16 Tue Jun 2 08:25:03 2020 +++ pkgsrc/x11/qqc2-desktop-style/Makefile Sun Jun 7 12:55:07 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/06/02 08:25:03 adam Exp $ +# $NetBSD: Makefile,v 1.17 2020/06/07 12:55:07 markd Exp $ DISTNAME= qqc2-desktop-style-${KF5VER} -PKGREVISION= 4 CATEGORIES= x11 HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/x11/qqc2-desktop-style/distinfo diff -u pkgsrc/x11/qqc2-desktop-style/distinfo:1.7 pkgsrc/x11/qqc2-desktop-style/distinfo:1.8 --- pkgsrc/x11/qqc2-desktop-style/distinfo:1.7 Wed Jan 29 11:49:31 2020 +++ pkgsrc/x11/qqc2-desktop-style/distinfo Sun Jun 7 12:55:07 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/01/29 11:49:31 markd Exp $ +$NetBSD: distinfo,v 1.8 2020/06/07 12:55:07 markd Exp $ -SHA1 (qqc2-desktop-style-5.66.0.tar.xz) = 73fa6109c18e1c5dd09dd989c3d6333ed2a9f4f8 -RMD160 (qqc2-desktop-style-5.66.0.tar.xz) = eb98ecf1d196b81529ae6426e599e5e33e5a566d -SHA512 (qqc2-desktop-style-5.66.0.tar.xz) = b0582fa59aaafa7f149a7a200b910d91c89040927fc1765ac345857a46d5edec152be40766ccdbe0a8e58d8181fa3895400e7570cf6b2963910a5863f59b5768 -Size (qqc2-desktop-style-5.66.0.tar.xz) = 46088 bytes +SHA1 (qqc2-desktop-style-5.70.0.tar.xz) = 7e42010b5aba1f45f1cd70b6411604397b8e88d5 +RMD160 (qqc2-desktop-style-5.70.0.tar.xz) = ba4763f97ef616ebc39644108bf90ed7878ceacd +SHA512 (qqc2-desktop-style-5.70.0.tar.xz) = 4064acfe3864c539708571e2ff1f72aec34d40a98f7ecc5a4579bd244dd2f9c5404bb382cc2b7d598cfa97b7bbb96eebed06400d6cf99bfcfe327c522bbcbea0 +Size (qqc2-desktop-style-5.70.0.tar.xz) = 58388 bytes --_----------=_1591534507291770--