summaryrefslogtreecommitdiff
path: root/net-im/libaccounts-qt5
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2024-01-05 13:17:23 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2024-01-05 13:57:24 +0100
commit82f0c0f3480cb0e63adcbbc33cbf929f27371f8c (patch)
tree695f3c4cc611f058fda911bd5ca31382dee66725 /net-im/libaccounts-qt5
parentsysutils/signon-qt5: rename port to sysutils/signond and flavorize (diff)
net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize
- rename to get rid of qt5 in name - switch to fork [1] to add Qt6 support [1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
Diffstat (limited to 'net-im/libaccounts-qt5')
-rw-r--r--net-im/libaccounts-qt5/Makefile37
-rw-r--r--net-im/libaccounts-qt5/distinfo3
-rw-r--r--net-im/libaccounts-qt5/files/patch-accounts-qt.pro15
-rw-r--r--net-im/libaccounts-qt5/files/patch-common-project-config.pri11
-rw-r--r--net-im/libaccounts-qt5/pkg-descr1
-rw-r--r--net-im/libaccounts-qt5/pkg-plist137
6 files changed, 0 insertions, 204 deletions
diff --git a/net-im/libaccounts-qt5/Makefile b/net-im/libaccounts-qt5/Makefile
deleted file mode 100644
index 83344b178db1..000000000000
--- a/net-im/libaccounts-qt5/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= libaccounts-qt5
-DISTVERSION= 1.16
-PORTREVISION= 4
-CATEGORIES= net-im
-DIST_SUBDIR= KDE/${GL_ACCOUNT}
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt5 wrapper for SSO framework
-WWW= https://code.google.com/p/accounts-sso/
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib
-
-USES= compiler:c++17-lang gettext-runtime gnome qmake \
- pathfix pkgconfig python qt:5 tar:bz2
-USE_GNOME= glib20
-USE_QT= buildtools:build core qmake:build testlib xml
-
-# gitlab variables
-USE_GITLAB= yes
-GL_ACCOUNT= accounts-sso
-GL_PROJECT= libaccounts-qt
-GL_TAGNAME= 525ec684cfa8d234f797d7e49e21c476eea04d8e
-
-OPTIONS_DEFINE= DOCS
-OPTIONS_SUB= yes
-
-DOCS_BUILD_DEPENDS= doxygen:devel/doxygen
-DOCS_QMAKE_ON= CONFIG+=docs
-
-pre-configure:
- ${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \
- ${WRKSRC}/common-pkgconfig.pri
-
-.include <bsd.port.mk>
diff --git a/net-im/libaccounts-qt5/distinfo b/net-im/libaccounts-qt5/distinfo
deleted file mode 100644
index 8974bad22d43..000000000000
--- a/net-im/libaccounts-qt5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1617891830
-SHA256 (KDE/accounts-sso/accounts-sso-libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e_GL0.tar.gz) = 87f5a6e1cdcaa115bced1e6db1936746152fa17f03eae406dcf2469f45749709
-SIZE (KDE/accounts-sso/accounts-sso-libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e_GL0.tar.gz) = 64429
diff --git a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro b/net-im/libaccounts-qt5/files/patch-accounts-qt.pro
deleted file mode 100644
index 369c06028e7e..000000000000
--- a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro
+++ /dev/null
@@ -1,15 +0,0 @@
---- accounts-qt.pro.orig 2019-09-18 19:00:34 UTC
-+++ accounts-qt.pro
-@@ -2,10 +2,10 @@ include( common-vars.pri )
-
- TEMPLATE = subdirs
- CONFIG += ordered
--SUBDIRS += Accounts tests
-+SUBDIRS += Accounts
-
- include( common-project-config.pri )
--include( doc/doc.pri )
-+docs { include( doc/doc.pri ) }
-
- DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION}
- EXCLUDES = \
diff --git a/net-im/libaccounts-qt5/files/patch-common-project-config.pri b/net-im/libaccounts-qt5/files/patch-common-project-config.pri
deleted file mode 100644
index 7122b58bbe1b..000000000000
--- a/net-im/libaccounts-qt5/files/patch-common-project-config.pri
+++ /dev/null
@@ -1,11 +0,0 @@
---- common-project-config.pri.orig 2020-07-09 18:52:52 UTC
-+++ common-project-config.pri
-@@ -19,7 +19,7 @@ UI_SOURCES_DIR = ui/src
- # we don't like warnings...
- #QMAKE_CXXFLAGS *= -Werror
-
--CONFIG += c++11
-+CONFIG += c++17
-
- #-----------------------------------------------------------------------------
- # setup the installation prefix
diff --git a/net-im/libaccounts-qt5/pkg-descr b/net-im/libaccounts-qt5/pkg-descr
deleted file mode 100644
index 5c966f6bd77c..000000000000
--- a/net-im/libaccounts-qt5/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
diff --git a/net-im/libaccounts-qt5/pkg-plist b/net-im/libaccounts-qt5/pkg-plist
deleted file mode 100644
index fa3e813ee503..000000000000
--- a/net-im/libaccounts-qt5/pkg-plist
+++ /dev/null
@@ -1,137 +0,0 @@
-include/accounts-qt5/Accounts/Account
-include/accounts-qt5/Accounts/AccountService
-include/accounts-qt5/Accounts/Application
-include/accounts-qt5/Accounts/AuthData
-include/accounts-qt5/Accounts/Error
-include/accounts-qt5/Accounts/Manager
-include/accounts-qt5/Accounts/Provider
-include/accounts-qt5/Accounts/Service
-include/accounts-qt5/Accounts/ServiceType
-include/accounts-qt5/Accounts/account-service.h
-include/accounts-qt5/Accounts/account.h
-include/accounts-qt5/Accounts/accountscommon.h
-include/accounts-qt5/Accounts/application.h
-include/accounts-qt5/Accounts/auth-data.h
-include/accounts-qt5/Accounts/error.h
-include/accounts-qt5/Accounts/manager.h
-include/accounts-qt5/Accounts/manager_p.h
-include/accounts-qt5/Accounts/provider.h
-include/accounts-qt5/Accounts/service-type.h
-include/accounts-qt5/Accounts/service.h
-include/accounts-qt5/Accounts/utils.h
-lib/cmake/AccountsQt5/AccountsQt5Config.cmake
-lib/cmake/AccountsQt5/AccountsQt5ConfigVersion.cmake
-lib/libaccounts-qt5.so
-lib/libaccounts-qt5.so.1
-lib/libaccounts-qt5.so.1.4
-lib/libaccounts-qt5.so.1.4.0
-libdata/pkgconfig/accounts-qt5.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