head 1.2; access; symbols pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2023.04.07.18.28.05; author nros; state dead; branches; next 1.1; commitid Zuue0Q2pwKWeOckE; 1.1 date 2022.11.24.11.11.38; author nros; state Exp; branches; next ; commitid n1BbXXSKAeVzHW2E; desc @@ 1.2 log @Update qt6 to version 6.5.0 Remove alot of the patches taken from or sent upstream. Add qt6-qtserialport to qt6 meta-pkg. This release has more PLIST files since header files for features for different OS:s are not installed on the ones not having them. Changes: More than a thousand bug fixes including some pkgsrc patches. @ text @$NetBSD: patch-src_corelib_io_qstandardpaths_unix.cpp,v 1.1 2022/11/24 11:11:38 nros Exp $ Add ${PREFIX}/share to search path --- src/corelib/io/qstandardpaths_unix.cpp.orig 2015-10-13 04:35:31.000000000 +0000 +++ src/corelib/io/qstandardpaths_unix.cpp @@@@ -255,6 +255,7 @@@@ static QStringList xdgDataDirs() // http://standards.freedesktop.org/basedir-spec/latest/ QString xdgDataDirsEnv = QFile::decodeName(qgetenv("XDG_DATA_DIRS")); if (xdgDataDirsEnv.isEmpty()) { + dirs.append(QString::fromLatin1("@@PREFIX@@/share")); dirs.append(QString::fromLatin1("/usr/local/share")); dirs.append(QString::fromLatin1("/usr/share")); } else { @ 1.1 log @Add qt6-qtbase version 6.4.1 to pkgsrc-current Qt6-qtbase is version 6 of the qtbase package of the Qt C++ GUI framework. This commit also adds qt6 meta-package needed for versioning and to be filled with more packages. @ text @d1 1 a1 1 $NetBSD: patch-src_corelib_io_qstandardpaths_unix.cpp,v 1.2 2019/08/09 17:41:39 adam Exp $ @