| Port details |
- kaccounts-integration System to administer web accounts for the KDE desktop
- 26.08.1 net-im
=3 26.04.2_1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2018-04-10 16:18:47
- Last Update: 2026-09-10 16:49:07
- Commit Hash: 1acab53
- People watching this port, also watch:: tmux, font-misc-meltho, ladspa, py311-pycparser, xclock
- Also Listed In: kde kde-applications
- License: LGPL20
- WWW:
- https://projects.kde.org/projects/kdereview/kaccounts-integration
- Description:
- Small system to administer web accounts for the sites and services
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP,
Jabber and others
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- kaccounts-integration>0:net-im/kaccounts-integration
- To install the port:
- cd /usr/ports/net-im/kaccounts-integration/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/kaccounts-integration
- pkg install kaccounts-integration
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kaccounts-integration
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788957166
SHA256 (KDE/release-service/26.08.1/kaccounts-integration-26.08.1.tar.xz) = 7b12dc58c368690428ccaa71528f1dfe231eb99fc3a222cf2a8d6cf93dccbb6a
SIZE (KDE/release-service/26.08.1/kaccounts-integration-26.08.1.tar.xz) = 96344
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-tools>=0.26 : devel/gettext-tools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- libKF6Package.so : devel/kf6-kpackage
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- libKF6IconThemes.so : x11-themes/kf6-kiconthemes
- Library dependencies:
-
- libQCoro6Core.so : devel/qcoro
- libaccounts-qt6.so : net-im/libaccounts-qt
- libsignon-qt6.so : sysutils/signond
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6DBusAddons.so : devel/kf6-kdbusaddons
- libKF6I18n.so : devel/kf6-ki18n
- libKF6KCMUtils.so : devel/kf6-kcmutils
- libKF6CalendarEvents.so : devel/kf6-kdeclarative
- libKF6KIOCore.so : devel/kf6-kio
- libKF6Service.so : devel/kf6-kservice
- libKF6Wallet.so : sysutils/kf6-kwallet
- libQt6Core.so : devel/qt6-base
- libQt6Qml.so : x11-toolkits/qt6-declarative
- This port is required by:
- for Libraries
-
- misc/kf6-purpose
- net/kio-gdrive
- net-im/kaccounts-providers
- x11/plasma6-plasma-desktop
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net-im_kaccounts-integration
- USES:
- cmake compiler:c++11-lang gettext-tools kde:6 pkgconfig qt:6 tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
18.12.3 07 Mar 2019 18:35:33
  |
tcberner  |
Update KDE Applications to 18.12.3 |
18.12.2 08 Feb 2019 05:11:14
  |
tcberner  |
Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2]
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 |
18.12.1_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
18.12.1 10 Jan 2019 19:52:58
  |
tcberner  |
Update KDE Applications to 18.12.1
Release Announcement:
https://www.kde.org/announcements/announce-applications-18.12.1.php
Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.
About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.
Improvements include:
* Akregator now works with WebEngine from Qt 5.11 or newer
* Sorting columns in the JuK music player has been fixed
* Konsole renders box-drawing characters correctly again
You can find the full list of changes here:
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 |
18.12.0 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
18.12.0 14 Dec 2018 05:07:05
  |
tcberner  |
Update KDE Applications to 18.12.0
https://www.kde.org/announcements/announce-applications-18.12.0.php |
18.08.3_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
18.08.3 10 Nov 2018 07:22:09
  |
tcberner  |
Fix build for some more kde@ ports on GCC-architectures
PR: 233058
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
18.08.3 09 Nov 2018 20:09:14
  |
tcberner  |
Update KDE Applications to 18.09.3 |
18.08.2 04 Nov 2018 19:00:54
  |
tcberner  |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
18.08.2 11 Oct 2018 20:23:50
  |
tcberner  |
Update KDE Applications to 18.08.2 |
18.08.1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
18.08.1 06 Sep 2018 21:06:48
  |
adridg  |
Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php
The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.
Submitted by: tcberner |
18.08.0 25 Aug 2018 05:15:03
  |
tcberner  |
Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php |
18.04.3 13 Jul 2018 17:41:57
  |
tcberner  |
Update KDE Applications to 18.04.3 |
18.04.2 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
18.04.2 10 Jun 2018 10:39:35
  |
tcberner  |
Update KDE Applications to 18.04.2 |
18.04.1 11 May 2018 06:09:40
  |
tcberner  |
Update KDE Applications to 18.04.1 |
18.04.0 28 Apr 2018 18:11:50
  |
tcberner  |
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the
dev-repo. |
17.12.3 10 Apr 2018 16:18:29
  |
tcberner  |
New ports: KDE Applications net-im/
* net-im/kaccounts-integration
* net-im/kaccounts-providers
* net-im/ktp-accounts-kcm
* net-im/ktp-approver
* net-im/ktp-auth-handler
* net-im/ktp-call-ui
* net-im/ktp-common-internals
* net-im/ktp-contact-list
* net-im/ktp-contact-runner
* net-im/ktp-desktop-applets
* net-im/ktp-filetransfer-handler
* net-im/ktp-kded-module
* net-im/ktp-send-file
* net-im/ktp-text-ui
* net-im/telepathy-logger-qt5
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4. |