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:           Wed Sep 27 17:18:00 UTC 2023

Modified Files:
        pkgsrc/x11/qt6ct: Makefile distinfo

Log Message:
x11/qt6ct: update to 0.9

# Changes
Qt6 Configuration Tool 0.9
  * added Qt 6.6 compatibility
  * added compatibility with QT_STYLE_OVERRIDE=qt5ct-style
  * improved cmake build:
  * make translations optional
        - enabled reproducible build by default
        - other fixes and improvements
  * fixed crash on QML applications
  * fixed parallel build using qmake
  * fixed localization support
  * updated Dutch translation
  * updated Polish translation
  * updated Russian translation
  * updated French translation


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt6ct/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/x11/qt6ct/Makefile:1.4
--- pkgsrc/x11/qt6ct/Makefile:1.3       Sun Sep  3 05:23:18 2023
+++ pkgsrc/x11/qt6ct/Makefile   Wed Sep 27 17:18:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/09/03 05:23:18 vins Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/27 17:18:00 vins Exp $
 
-DISTNAME=      qt6ct-0.8
+DISTNAME=      qt6ct-0.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=trialuser02/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -19,7 +19,7 @@ TOOL_DEPENDS+=        qt6-qttools-[0-9]*:../../
 
 QMAKE_ARGS+=   qt6ct.pro
 QMAKE_ARGS+=   QMAKE_CXXFLAGS=${CXXFLAGS:Q}
-QMAKE_ARGS+=   PREFIX=${PREFIX}
+QMAKE_ARGS+=   PREFIX=${PREFIX} PLUGINDIR=${QTDIR}/plugins
 
 DOCDIR=                        share/doc/${PKGBASE}
 INSTALLATION_DIRS+=    ${DOCDIR}

Index: pkgsrc/x11/qt6ct/distinfo
diff -u pkgsrc/x11/qt6ct/distinfo:1.1 pkgsrc/x11/qt6ct/distinfo:1.2
--- pkgsrc/x11/qt6ct/distinfo:1.1       Sat Sep  2 13:28:54 2023
+++ pkgsrc/x11/qt6ct/distinfo   Wed Sep 27 17:18:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/09/02 13:28:54 vins Exp $
+$NetBSD: distinfo,v 1.2 2023/09/27 17:18:00 vins Exp $
 
-BLAKE2s (qt6ct-0.8.tar.gz) = b696f817e09202ba356956d6896f18fd421187a99e677bfe3bbce4b41e053382
-SHA512 (qt6ct-0.8.tar.gz) = f30c14e7b9944240734f873a5906ba5648b557b3d9179ab8aacb713af530fbf96d916197bb26522ca2660bcdaf8e81e98d8863761d7c43b5367c076cdcbf9919
-Size (qt6ct-0.8.tar.gz) = 155656 bytes
+BLAKE2s (qt6ct-0.9.tar.gz) = 416861f7739da559049ebcbbb08c90617dd940d69588869b26a02f1a4d76c857
+SHA512 (qt6ct-0.9.tar.gz) = a7c5ee0458b0bd662f1c6868abfc2ee97b4d97032dde9f21fdfaa3be3a2c4439aa68826d41918743881a89c61feae9775ec72e471208308a2c1b4cdc01e3ec4f
+Size (qt6ct-0.9.tar.gz) = 158314 bytes



Home | Main Index | Thread Index | Old Index