Sat Oct 3 12:10:00 2020 UTC ()
graphics/kvantum: update to 0.17.0

V0.17.0
---------
 * Also, take care of widgets without interior SVG elements on a menu that has a
high contrast with the window (a possible scenario that hasn't happened with any
theme so far).
 * A workaround for a rare problem in QWidgetAction when menus have a high
contrast with windows.
 * Fixed the text color of thin progressbars inside stylable toolbars of
dark-and-light themes.
 * More accurate calculation of spinbox width under special circumstances.
 * Distinguish popup indicators from other button indicators on mouseover.


(pin)
diff -r1.7 -r1.8 pkgsrc/graphics/kvantum/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/kvantum/distinfo

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

--- pkgsrc/graphics/kvantum/Makefile 2020/08/17 20:19:04 1.7
+++ pkgsrc/graphics/kvantum/Makefile 2020/10/03 12:09:59 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2020/08/17 20:19:04 leot Exp $ 1# $NetBSD: Makefile,v 1.8 2020/10/03 12:09:59 pin Exp $
2 2
3DISTNAME= Kvantum-0.16.1 3DISTNAME= Kvantum-0.17.0
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
8GITHUB_TAG= V${PKGVERSION_NOREV} 7GITHUB_TAG= V${PKGVERSION_NOREV}
9 8
10MAINTAINER= pin@NetBSD.org 9MAINTAINER= pin@NetBSD.org
11HOMEPAGE= https://github.com/tsujan/Kvantum/ 10HOMEPAGE= https://github.com/tsujan/Kvantum/
12COMMENT= SVG-based theme engine for Qt and KDE 11COMMENT= SVG-based theme engine for Qt and KDE
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15WRKSRC= ${WRKDIR}/${DISTNAME}/Kvantum 14WRKSRC= ${WRKDIR}/${DISTNAME}/Kvantum
16USE_CMAKE= yes 15USE_CMAKE= yes
17USE_TOOLS+= gmake 16USE_TOOLS+= gmake
18USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

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

--- pkgsrc/graphics/kvantum/distinfo 2020/08/10 16:58:29 1.4
+++ pkgsrc/graphics/kvantum/distinfo 2020/10/03 12:09:59 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/08/10 16:58:29 pin Exp $ 1$NetBSD: distinfo,v 1.5 2020/10/03 12:09:59 pin Exp $
2 2
3SHA1 (Kvantum-0.16.1.tar.gz) = 78f640ecab0a8cbb149cd6da7043503c366540db 3SHA1 (Kvantum-0.17.0.tar.gz) = c5f9deff9b4a09ebe294d94304612bc5b8ac6c23
4RMD160 (Kvantum-0.16.1.tar.gz) = c2bda2a8891bd5d1486e322eca5a4b2649716fa2 4RMD160 (Kvantum-0.17.0.tar.gz) = 67b264c2cb30001a7f84cd2f502c9e6c7468812a
5SHA512 (Kvantum-0.16.1.tar.gz) = ee5dec07f7aa3aef70820606eb5f0d693fac8b8e714fba49ce7062ad7dc31ec0d9c9ba73730d4cad087927adc5d0e2609a4ae4eb21879d8e924865dd32d0740f 5SHA512 (Kvantum-0.17.0.tar.gz) = 2d537bc9b21b40ff06a4e1c7956b48f9c3a655289ed23c56b02da26dd6af6fb89c2555c3a1f97e716b2f9892e15aa123d764c326df113ca0a16a575c5b57b0f7
6Size (Kvantum-0.16.1.tar.gz) = 2703123 bytes 6Size (Kvantum-0.17.0.tar.gz) = 2696151 bytes