pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/kvantum



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Apr 26 06:55:43 UTC 2022

Modified Files:
        pkgsrc/graphics/kvantum: Makefile distinfo

Log Message:
graphics/kvantum: update to 1.0.1

The main reason for this release was that KF5 had a backward incompatible
change. The minimum required version of Qt is bumped to 5.15.0 and that of
KF5 to 5.82.0. As a result, old distros can't be supported anymore.

Other changes:
- A workaround is added for the wrong style code of KisDoubleSliderSpinBox in
  Krita ≥ 5.0.0.
- Options are added (to Kvantum Manager) for setting corner radii when blurring
  translucent menus and tooltips with rounded corners. Usually, a value of 2 is
  enough for preventing blur artifacts.
- 16px is given to the width of vertical spinbox buttons.
- Small fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/kvantum/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/kvantum/Makefile
diff -u pkgsrc/graphics/kvantum/Makefile:1.19 pkgsrc/graphics/kvantum/Makefile:1.20
--- pkgsrc/graphics/kvantum/Makefile:1.19       Mon Apr 18 19:11:21 2022
+++ pkgsrc/graphics/kvantum/Makefile    Tue Apr 26 06:55:43 2022
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/04/18 19:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/26 06:55:43 pin Exp $
 
-# kvantum-1.0.1 requires kf5-5.82
-# We only have kf5-5.80
-DISTNAME=      Kvantum-1.0.0
+DISTNAME=      Kvantum-1.0.1
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/graphics/kvantum/distinfo
diff -u pkgsrc/graphics/kvantum/distinfo:1.13 pkgsrc/graphics/kvantum/distinfo:1.14
--- pkgsrc/graphics/kvantum/distinfo:1.13       Wed Dec 29 05:49:25 2021
+++ pkgsrc/graphics/kvantum/distinfo    Tue Apr 26 06:55:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/12/29 05:49:25 pin Exp $
+$NetBSD: distinfo,v 1.14 2022/04/26 06:55:43 pin Exp $
 
-BLAKE2s (Kvantum-1.0.0.tar.gz) = 0323c9b3ae19b05dc598205eb4dd8319c1d58577cc2f1a52d7a66e2135c64cfc
-SHA512 (Kvantum-1.0.0.tar.gz) = 5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542
-Size (Kvantum-1.0.0.tar.gz) = 2964213 bytes
+BLAKE2s (Kvantum-1.0.1.tar.gz) = fb397dc8780fd54880c4f54bcf42e60b3521ac71bab9d0bb04de523f19c2a016
+SHA512 (Kvantum-1.0.1.tar.gz) = 7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308
+Size (Kvantum-1.0.1.tar.gz) = 2971169 bytes



Home | Main Index | Thread Index | Old Index