Mon Aug 1 08:09:57 2022 UTC ()
graphics/kvantum: update to 1.0.4

V1.0.4
---------
 * Added a workaround for Qt6's double click problem with window dragging.
 * Added a workaround for Qt6's window dragging when the cursor is outside the
   widget after the drag is finished (previously, its hover state would
   persist).
 * Don't start window dragging if a popup menu is shown and closed quickly
   (may happen very rarely).
 * Added 1px to button arrow margin.
 * Considered more details in drawing menu arrows of buttons (especially when
   QToolButton is null).
 * Removed button contents shift (it was useless and inconsistent).
 * Added a pushbutton with menu to kvantumpreview.
 * To find the sunken button that has triggered a menu, check whether that menu
   really belongs to it.
 * Improved the workaround for Qt's hover bug in buttons.
 * Made menu shortcuts a little paler than menu texts.
 * Added a workaround for LibreOffice's header view.
 * Removed the old HDPI workaround.

V1.0.3
---------
 * Workaround for a rare case of stylesheet interference in spinboxes.
 * Disabled "ChangeSelectionColor" in all KDE color schemes because of its
   buggy behavior.
 * Respect lack of `scaledContents` in `QLabel` with large pixmaps (don't scale
   down large label images when they aren't supposed to be scaled).
 * Don't try to animate frameless scroll-areas.
 * Changed the default layout spacing to 3px.
 * Don't enforce minimum height of spinbox (tolerate bad layouts like that of
   Qt Designer's view items).
 * Ignore the key "text.margin" with group-boxes.
 * Set the minimum contents height of tabs to 16px.


(pin)
diff -r1.21 -r1.22 pkgsrc/graphics/kvantum/Makefile
diff -r1.15 -r1.16 pkgsrc/graphics/kvantum/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/graphics/kvantum/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/kvantum/Makefile 2022/05/18 12:06:27 1.21
+++ pkgsrc/graphics/kvantum/Makefile 2022/08/01 08:09:57 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2022/05/18 12:06:27 pin Exp $ 1# $NetBSD: Makefile,v 1.22 2022/08/01 08:09:57 pin Exp $
2 2
3DISTNAME= Kvantum-1.0.2 3DISTNAME= Kvantum-1.0.4
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
7GITHUB_TAG= V${PKGVERSION_NOREV} 7GITHUB_TAG= V${PKGVERSION_NOREV}
8 8
9MAINTAINER= pin@NetBSD.org 9MAINTAINER= pin@NetBSD.org
10HOMEPAGE= https://github.com/tsujan/Kvantum/ 10HOMEPAGE= https://github.com/tsujan/Kvantum/
11COMMENT= SVG-based theme engine for Qt and KDE 11COMMENT= SVG-based theme engine for Qt and KDE
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME}/Kvantum 14WRKSRC= ${WRKDIR}/${DISTNAME}/Kvantum
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake

cvs diff -r1.15 -r1.16 pkgsrc/graphics/kvantum/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/kvantum/distinfo 2022/05/18 12:06:27 1.15
+++ pkgsrc/graphics/kvantum/distinfo 2022/08/01 08:09:57 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2022/05/18 12:06:27 pin Exp $ 1$NetBSD: distinfo,v 1.16 2022/08/01 08:09:57 pin Exp $
2 2
3BLAKE2s (Kvantum-1.0.2.tar.gz) = 796d2632a4823534af470226ee03549d3dbbfe1c2aabc1144fd0f1b58b7b8701 3BLAKE2s (Kvantum-1.0.4.tar.gz) = c29006a92cdc90cf0bafc606b421c598180e1520b3be1396338a5620d1076dcc
4SHA512 (Kvantum-1.0.2.tar.gz) = da9a1d4f9cd3d961598deb599c5f7a2906be88ace4ed27c5f7bfa2462467c90b8a9458c3bb8595591129db01f248ceb4f7abc5f4057df650741f1345f741ce22 4SHA512 (Kvantum-1.0.4.tar.gz) = 160fc742221df0adf80e382ef8bc1cabd5dbede618f480c8bc2b3debb5be018bdf5e003405a4195febbe5bd125ffdc7e71826bbb7f4969dacf8acde584528820
5Size (Kvantum-1.0.2.tar.gz) = 2977439 bytes 5Size (Kvantum-1.0.4.tar.gz) = 2972898 bytes