Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 13:46:33 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e24a279dec6 - main - net-im/libaccounts-qt: Update to 1.17
Message-ID:  <202406231346.45NDkX4e054183@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e24a279dec64f7307482dc81298006938355778

commit 7e24a279dec64f7307482dc81298006938355778
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-06-23 13:36:05 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-06-23 13:46:22 +0000

    net-im/libaccounts-qt: Update to 1.17
    
    Switch back to main repo.
    
    Fix generation of the Qt Help file and make docs co-installable for
    both flavors.
    
    Pet portclippy(1) and portlint(1).
---
 net-im/libaccounts-qt/Makefile                |  28 ++--
 net-im/libaccounts-qt/distinfo                |   6 +-
 net-im/libaccounts-qt/files/patch-doc_doc.pri |  11 ++
 net-im/libaccounts-qt/pkg-descr               |   3 +-
 net-im/libaccounts-qt/pkg-plist               | 222 +++++++++++++-------------
 5 files changed, 142 insertions(+), 128 deletions(-)

diff --git a/net-im/libaccounts-qt/Makefile b/net-im/libaccounts-qt/Makefile
index f4b6f3e97922..b17872366643 100644
--- a/net-im/libaccounts-qt/Makefile
+++ b/net-im/libaccounts-qt/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	libaccounts-qt
-DISTVERSION=	1.16
-PORTREVISION=	5
+DISTVERSION=	1.17
 CATEGORIES=	net-im
-DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 PKGNAMESUFFIX=	${FLAVOR:S/qt//}
+DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt5 wrapper for SSO framework
@@ -12,32 +11,35 @@ WWW=		https://gitlab.com/accounts-sso
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-glib
+
 FLAVORS=	qt5 qt6
 FLAVOR?=	qt5
 
-LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-glib
-
 USES=		compiler:c++17-lang gettext-runtime gnome qmake \
 		pathfix pkgconfig python qt:${FLAVOR:S/qt//} tar:bz2
+USE_GITLAB=	yes
+GL_ACCOUNT=	accounts-sso
+GL_TAGNAME=	c8fdd05f1a1ff5886f4649d24f2ba8c5f61cfa3a
 USE_GNOME=	glib20
-_USE_QT_qt5=	buildtools:build core qmake:build testlib xml
+USE_LDCONFIG=	yes
+_USE_QT_qt5=	buildtools:build core qmake:build testlib:build xml
 _USE_QT_qt6=	base
 USE_QT=		${_USE_QT_${FLAVOR}}
 
-# gitlab variables
-USE_GITLAB=	yes
-GL_ACCOUNT=	nicolasfella
-GL_PROJECT=	libaccounts-qt
-GL_TAGNAME=	18557f7def9af8f4a9e0e93e9f575ae11e5066aa
+BINARY_ALIAS=	qhelpgenerator=${QHELPGENERATOR}
+
+PLIST_SUB=	QT_VER=${FLAVOR:S/qt//}
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
+_DOCS_USE_qt5=		QT=help:build
+_DOCS_USE_qt6=		QT=tools:build
+DOCS_USE=		${_DOCS_USE_${FLAVOR}}
 DOCS_QMAKE_ON=		CONFIG+=docs
 
-PLIST_SUB=	QT_VER=${FLAVOR:S/qt//}
-
 pre-configure:
 	${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \
 		${WRKSRC}/common-pkgconfig.pri
diff --git a/net-im/libaccounts-qt/distinfo b/net-im/libaccounts-qt/distinfo
index a72f665c50b2..4b15d108405c 100644
--- a/net-im/libaccounts-qt/distinfo
+++ b/net-im/libaccounts-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704456583
-SHA256 (KDE/nicolasfella/nicolasfella-libaccounts-qt-18557f7def9af8f4a9e0e93e9f575ae11e5066aa_GL0.tar.gz) = c89df9c9537afa5b2f01556a99a28cb78bca6325588147c0e902d52a06c64c49
-SIZE (KDE/nicolasfella/nicolasfella-libaccounts-qt-18557f7def9af8f4a9e0e93e9f575ae11e5066aa_GL0.tar.gz) = 65468
+TIMESTAMP = 1719122464
+SHA256 (KDE/accounts-sso/accounts-sso-libaccounts-qt-c8fdd05f1a1ff5886f4649d24f2ba8c5f61cfa3a_GL0.tar.gz) = 92335951d6f7f459c975cf7fb37cbc06b69b91ec72f14404874785166df75a08
+SIZE (KDE/accounts-sso/accounts-sso-libaccounts-qt-c8fdd05f1a1ff5886f4649d24f2ba8c5f61cfa3a_GL0.tar.gz) = 65481
diff --git a/net-im/libaccounts-qt/files/patch-doc_doc.pri b/net-im/libaccounts-qt/files/patch-doc_doc.pri
new file mode 100644
index 000000000000..d785fbe83a9c
--- /dev/null
+++ b/net-im/libaccounts-qt/files/patch-doc_doc.pri
@@ -0,0 +1,11 @@
+--- doc/doc.pri.orig	2024-03-31 17:32:44 UTC
++++ doc/doc.pri
+@@ -59,7 +59,7 @@ include( ../common-installs-config.pri )
+ #-----------------------------------------------------------------------------
+ # Installation target setup for documentation
+ #-----------------------------------------------------------------------------
+-documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
++documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}$${QT_MAJOR_VERSION}
+ for( folder, DOC_FOLDERS ) {
+     documentation.files += $${TOP_BUILD_DIR}/$${folder}
+ }
diff --git a/net-im/libaccounts-qt/pkg-descr b/net-im/libaccounts-qt/pkg-descr
index 5c966f6bd77c..dd68751af499 100644
--- a/net-im/libaccounts-qt/pkg-descr
+++ b/net-im/libaccounts-qt/pkg-descr
@@ -1 +1,2 @@
-Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
+Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
+platforms.
diff --git a/net-im/libaccounts-qt/pkg-plist b/net-im/libaccounts-qt/pkg-plist
index b409b1daf0c8..4df4e1fc3ffc 100644
--- a/net-im/libaccounts-qt/pkg-plist
+++ b/net-im/libaccounts-qt/pkg-plist
@@ -23,115 +23,115 @@ lib/cmake/AccountsQt%%QT_VER%%/AccountsQt%%QT_VER%%Config.cmake
 lib/cmake/AccountsQt%%QT_VER%%/AccountsQt%%QT_VER%%ConfigVersion.cmake
 lib/libaccounts-qt%%QT_VER%%.so
 lib/libaccounts-qt%%QT_VER%%.so.1
-lib/libaccounts-qt%%QT_VER%%.so.1.4
-lib/libaccounts-qt%%QT_VER%%.so.1.4.0
+lib/libaccounts-qt%%QT_VER%%.so.1.5
+lib/libaccounts-qt%%QT_VER%%.so.1.5.0
 libdata/pkgconfig/accounts-qt%%QT_VER%%.pc
-%%DOCS%%share/doc/accounts-qt/html/account-service_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/account-service_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/account_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/account_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/accountscommon_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/annotated.html
-%%DOCS%%share/doc/accounts-qt/html/annotated_dup.js
-%%DOCS%%share/doc/accounts-qt/html/application_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/application_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/auth-data_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/auth-data_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/bc_s.png
-%%DOCS%%share/doc/accounts-qt/html/bc_sd.png
-%%DOCS%%share/doc/accounts-qt/html/bdwn.png
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AccountService-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AccountService.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AccountService.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Application-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Application.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Application.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AuthData-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AuthData.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1AuthData.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Error-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Error.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Error.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Manager-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Manager.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Manager.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Provider-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Provider.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Provider.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Service-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Service.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1Service.js
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1ServiceType-members.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1ServiceType.html
-%%DOCS%%share/doc/accounts-qt/html/classAccounts_1_1ServiceType.js
-%%DOCS%%share/doc/accounts-qt/html/classes.html
-%%DOCS%%share/doc/accounts-qt/html/closed.png
-%%DOCS%%share/doc/accounts-qt/html/deprecated.html
-%%DOCS%%share/doc/accounts-qt/html/dir_61c9e5842729cb34568d93cb98ad85b9.html
-%%DOCS%%share/doc/accounts-qt/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.map
-%%DOCS%%share/doc/accounts-qt/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.md5
-%%DOCS%%share/doc/accounts-qt/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png
-%%DOCS%%share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c.html
-%%DOCS%%share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c.js
-%%DOCS%%share/doc/accounts-qt/html/dir_e68e8157741866f444e17edd764ebbae.html
-%%DOCS%%share/doc/accounts-qt/html/doc.png
-%%DOCS%%share/doc/accounts-qt/html/docd.png
-%%DOCS%%share/doc/accounts-qt/html/doxygen.css
-%%DOCS%%share/doc/accounts-qt/html/doxygen.svg
-%%DOCS%%share/doc/accounts-qt/html/dynsections.js
-%%DOCS%%share/doc/accounts-qt/html/error_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/error_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/files.html
-%%DOCS%%share/doc/accounts-qt/html/files_dup.js
-%%DOCS%%share/doc/accounts-qt/html/folderclosed.png
-%%DOCS%%share/doc/accounts-qt/html/folderopen.png
-%%DOCS%%share/doc/accounts-qt/html/functions.html
-%%DOCS%%share/doc/accounts-qt/html/functions_enum.html
-%%DOCS%%share/doc/accounts-qt/html/functions_eval.html
-%%DOCS%%share/doc/accounts-qt/html/functions_func.html
-%%DOCS%%share/doc/accounts-qt/html/graph_legend.html
-%%DOCS%%share/doc/accounts-qt/html/graph_legend.md5
-%%DOCS%%share/doc/accounts-qt/html/graph_legend.png
-%%DOCS%%share/doc/accounts-qt/html/index.html
-%%DOCS%%share/doc/accounts-qt/html/index.js
-%%DOCS%%share/doc/accounts-qt/html/index.qhp
-%%DOCS%%share/doc/accounts-qt/html/jquery.js
-%%DOCS%%share/doc/accounts-qt/html/manager_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/manager_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/manager__p_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/menu.js
-%%DOCS%%share/doc/accounts-qt/html/menudata.js
-%%DOCS%%share/doc/accounts-qt/html/nav_f.png
-%%DOCS%%share/doc/accounts-qt/html/nav_fd.png
-%%DOCS%%share/doc/accounts-qt/html/nav_g.png
-%%DOCS%%share/doc/accounts-qt/html/nav_h.png
-%%DOCS%%share/doc/accounts-qt/html/nav_hd.png
-%%DOCS%%share/doc/accounts-qt/html/navtree.css
-%%DOCS%%share/doc/accounts-qt/html/navtree.js
-%%DOCS%%share/doc/accounts-qt/html/navtreedata.js
-%%DOCS%%share/doc/accounts-qt/html/navtreeindex0.js
-%%DOCS%%share/doc/accounts-qt/html/open.png
-%%DOCS%%share/doc/accounts-qt/html/pages.html
-%%DOCS%%share/doc/accounts-qt/html/provider_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/provider_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/resize.js
-%%DOCS%%share/doc/accounts-qt/html/service-type_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/service-type_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/service_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/service_8h_source.html
-%%DOCS%%share/doc/accounts-qt/html/splitbar.png
-%%DOCS%%share/doc/accounts-qt/html/splitbard.png
-%%DOCS%%share/doc/accounts-qt/html/sync_off.png
-%%DOCS%%share/doc/accounts-qt/html/sync_on.png
-%%DOCS%%share/doc/accounts-qt/html/tab_a.png
-%%DOCS%%share/doc/accounts-qt/html/tab_ad.png
-%%DOCS%%share/doc/accounts-qt/html/tab_b.png
-%%DOCS%%share/doc/accounts-qt/html/tab_bd.png
-%%DOCS%%share/doc/accounts-qt/html/tab_h.png
-%%DOCS%%share/doc/accounts-qt/html/tab_hd.png
-%%DOCS%%share/doc/accounts-qt/html/tab_s.png
-%%DOCS%%share/doc/accounts-qt/html/tab_sd.png
-%%DOCS%%share/doc/accounts-qt/html/tabs.css
-%%DOCS%%share/doc/accounts-qt/html/utils_8cpp_source.html
-%%DOCS%%share/doc/accounts-qt/html/utils_8h_source.html
-%%DOCS%%@dir share/doc/accounts-qt/qch
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/account-service_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/account-service_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/account_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/account_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/accountscommon_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/annotated.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/annotated_dup.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/application_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/application_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/auth-data_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/auth-data_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/bc_s.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/bc_sd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/bdwn.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AccountService-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AccountService.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AccountService.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Application-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Application.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Application.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AuthData-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AuthData.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1AuthData.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Error-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Error.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Error.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Manager-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Manager.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Manager.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Provider-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Provider.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Provider.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Service-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Service.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1Service.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1ServiceType-members.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1ServiceType.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classAccounts_1_1ServiceType.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/classes.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/closed.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/deprecated.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_61c9e5842729cb34568d93cb98ad85b9.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.map
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.md5
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_c3d1d086c816c0518443c9e800634b9c.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_c3d1d086c816c0518443c9e800634b9c.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dir_e68e8157741866f444e17edd764ebbae.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/doc.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/docd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/doxygen.css
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/doxygen.svg
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/dynsections.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/error_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/error_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/files.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/files_dup.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/folderclosed.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/folderopen.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/functions.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/functions_enum.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/functions_eval.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/functions_func.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/graph_legend.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/graph_legend.md5
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/graph_legend.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/index.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/index.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/index.qhp
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/jquery.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/manager_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/manager_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/manager__p_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/menu.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/menudata.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/nav_f.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/nav_fd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/nav_g.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/nav_h.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/nav_hd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/navtree.css
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/navtree.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/navtreedata.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/navtreeindex0.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/open.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/pages.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/provider_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/provider_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/resize.js
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/service-type_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/service-type_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/service_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/service_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/splitbar.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/splitbard.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/sync_off.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/sync_on.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_a.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_ad.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_b.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_bd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_h.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_hd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_s.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tab_sd.png
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/tabs.css
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/utils_8cpp_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/html/utils_8h_source.html
+%%DOCS%%share/doc/accounts-qt%%QT_VER%%/qch/accounts.qch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231346.45NDkX4e054183>