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: Thu Oct 24 14:05:29 UTC 2024
Modified Files:
pkgsrc/graphics/kvantum: Makefile distinfo
Log Message:
graphics/kvantum: update to 1.1.3
Qt 6.8.0 has a regression that randomly creates artifacts in translucent windows under Wayland.
A workaround has been added for it, such that the windows/menus/tooltips which are made translucent by Kvantum are not affected by it.
Also,
● Dragged tabs of Qt ≥ 6.6 are drawn as single tabs (like they were drawn with Qt < 6.6).
● Bumped the minimum required version of Qt6 to 6.6.
● Said goodbye to KF5. Since the current version, the Qt5 plugin is compiled without it (which means no blurring for Qt5 apps under Wayland).
● Updated and cleaned up the code.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.26 -r1.27 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.43 pkgsrc/graphics/kvantum/Makefile:1.44
--- pkgsrc/graphics/kvantum/Makefile:1.43 Sun Aug 25 06:18:51 2024
+++ pkgsrc/graphics/kvantum/Makefile Thu Oct 24 14:05:29 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2024/08/25 06:18:51 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2024/10/24 14:05:29 pin Exp $
-DISTNAME= Kvantum-1.1.2
+DISTNAME= Kvantum-1.1.3
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.26 pkgsrc/graphics/kvantum/distinfo:1.27
--- pkgsrc/graphics/kvantum/distinfo:1.26 Wed Jul 31 18:05:57 2024
+++ pkgsrc/graphics/kvantum/distinfo Thu Oct 24 14:05:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/07/31 18:05:57 pin Exp $
+$NetBSD: distinfo,v 1.27 2024/10/24 14:05:29 pin Exp $
-BLAKE2s (Kvantum-1.1.2.tar.gz) = a5b02c2f986e561a8ec3d63fa1fde0205daefabc264fda947c57172273cfcaf8
-SHA512 (Kvantum-1.1.2.tar.gz) = 71c714df902ac4d7ac707e26842e2227eb7eeddad03af0bbd1ab1fcfa132204a9dd0453eafac3000cd3187dcb4ff03d64f01674c442f5a225e0c9b3652277f0e
-Size (Kvantum-1.1.2.tar.gz) = 3041246 bytes
+BLAKE2s (Kvantum-1.1.3.tar.gz) = f12901e2d252a2e28cb7cf051a529b6fe1b3f4434c4e4bfb1c6f5ba05106e7ed
+SHA512 (Kvantum-1.1.3.tar.gz) = 386462efbaaf5006c85834910abf0a8073f8b71c4a835ec427d466aff4b480bfaa50441f746511cc4b9eb04044538cfc90bf5122e7f1335fb4a1b83d2a9e9104
+Size (Kvantum-1.1.3.tar.gz) = 3226432 bytes
Home |
Main Index |
Thread Index |
Old Index