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:           Fri Mar 14 19:30:25 UTC 2025

Modified Files:
        pkgsrc/x11/qt6ct: Makefile

Log Message:
x11/qt6ct: rebasing again.

The original project was resurrected on opencode.net [0].
Apparently, the Github repo was not archived upon author's will, but due
to Github suspending of Russian devs [1].

The qt6ct fork we had packaged until now primarily targets KDE [2] (not
something which pkgsrc is really concerned with for the moment), so it
makes sense to switch back to the original upstream, which just released
a 0.10 version with the following changelog:

Version 0.10
* reworked color settings
* fixed issue with app-specific palette (John Lindgren)
* fixed .desktop file name (Marcus Britanicus)
* fixed CMake warning
* enabled QPlatformTheme::HoverEffect hint
* increased minimum Qt version to 6.2
* code refactoring and optimization
* moved home page to opencode.net
* updated Dutch translation (Heimen Stoffels)
* updated Polish translation (Marek Adamski)
* updated Russian translation

[0] https://www.opencode.net/trialuser/qt6ct
[1] https://aur.archlinux.org/packages/qt6ct-kde
[2] A merge request is in the works:
    https://www.opencode.net/trialuser/qt6ct/-/merge_requests/9


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

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.14 pkgsrc/x11/qt6ct/Makefile:1.15
--- pkgsrc/x11/qt6ct/Makefile:1.14      Tue Feb 11 21:26:08 2025
+++ pkgsrc/x11/qt6ct/Makefile   Fri Mar 14 19:30:25 2025
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2025/02/11 21:26:08 vins Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/14 19:30:25 vins Exp $
 
-DISTNAME=      qt6ct-0.10
+DISTNAME=      qt6ct-${PKGVER}
+PKGREVISION=   1
+PKGVER=                0.10
 CATEGORIES=    x11
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=ilya-fedin/}
-GITHUB_TAG=    ${PKGVERSION_NOREV}
+MASTER_SITES=  https://www.opencode.net/trialuser/qt6ct/-/archive/${PKGVER}
 
 MAINTAINER=    vins%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/trialuser02/qt6ct/
+HOMEPAGE=      https://www.opencode.net/trialuser/qt6ct
 COMMENT=       Qt6 configuration tool
 LICENSE=       2-clause-bsd
 



Home | Main Index | Thread Index | Old Index