pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6ct



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Feb 11 21:26:09 UTC 2025

Modified Files:
        pkgsrc/x11/qt6ct: Makefile distinfo

Log Message:
qt6ct: update to 0.10 (switching to maintained fork)

# changes
* Remove .desktop suffix when calling setDesktopFileName
* Allow to override Qt plugin directory with cmake
* Support cmake build without QtWidgets
* Support runtime settings update without QtWidgets
* Don't save style name for regular font
* Don't rely on label font for saving font settings
* Fix initial fonts
* Use QWindowSystemInterface::handleThemeChange
* Add KDE theming support


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/qt6ct/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qt6ct/distinfo

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

Modified files:

Index: pkgsrc/x11/qt6ct/Makefile
diff -u pkgsrc/x11/qt6ct/Makefile:1.13 pkgsrc/x11/qt6ct/Makefile:1.14
--- pkgsrc/x11/qt6ct/Makefile:1.13      Thu Nov 14 22:22:30 2024
+++ pkgsrc/x11/qt6ct/Makefile   Tue Feb 11 21:26:08 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/11/14 22:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/11 21:26:08 vins Exp $
 
-DISTNAME=      qt6ct-0.9
-PKGREVISION=   9
+DISTNAME=      qt6ct-0.10
 CATEGORIES=    x11
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=trialuser02/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ilya-fedin/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    vins%NetBSD.org@localhost

Index: pkgsrc/x11/qt6ct/distinfo
diff -u pkgsrc/x11/qt6ct/distinfo:1.2 pkgsrc/x11/qt6ct/distinfo:1.3
--- pkgsrc/x11/qt6ct/distinfo:1.2       Wed Sep 27 17:18:00 2023
+++ pkgsrc/x11/qt6ct/distinfo   Tue Feb 11 21:26:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/09/27 17:18:00 vins Exp $
+$NetBSD: distinfo,v 1.3 2025/02/11 21:26:08 vins Exp $
 
-BLAKE2s (qt6ct-0.9.tar.gz) = 416861f7739da559049ebcbbb08c90617dd940d69588869b26a02f1a4d76c857
-SHA512 (qt6ct-0.9.tar.gz) = a7c5ee0458b0bd662f1c6868abfc2ee97b4d97032dde9f21fdfaa3be3a2c4439aa68826d41918743881a89c61feae9775ec72e471208308a2c1b4cdc01e3ec4f
-Size (qt6ct-0.9.tar.gz) = 158314 bytes
+BLAKE2s (qt6ct-0.10.tar.gz) = 5d30d80845fb7f7788769251bd990c0c502c62405e62ed19bc8ef33646d0fc8a
+SHA512 (qt6ct-0.10.tar.gz) = 4a64ebe79cab0660178693bddce15bcf87c36b0331cd93578c1f09987c49ca28bb30cb39a1973338981d69c50976c2a37dec55b3f8f9d4520ffcbf0e73757ccd
+Size (qt6ct-0.10.tar.gz) = 160189 bytes



Home | Main Index | Thread Index | Old Index