From owner-svn-ports-head@freebsd.org Fri Dec 13 20:30:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB2361D6064; Fri, 13 Dec 2019 20:30:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47ZMjl5DKmz4Srr; Fri, 13 Dec 2019 20:30:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A93EC19A67; Fri, 13 Dec 2019 20:30:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBDKUJhd001068; Fri, 13 Dec 2019 20:30:19 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBDKUJIi001065; Fri, 13 Dec 2019 20:30:19 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201912132030.xBDKUJIi001065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 13 Dec 2019 20:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520068 - head/net-im/telepathy-qt X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net-im/telepathy-qt X-SVN-Commit-Revision: 520068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2019 20:30:19 -0000 Author: tcberner Date: Fri Dec 13 20:30:18 2019 New Revision: 520068 URL: https://svnweb.freebsd.org/changeset/ports/520068 Log: net-im/telepathy-qt: update to 0.9.8 Modified: head/net-im/telepathy-qt/Makefile head/net-im/telepathy-qt/distinfo head/net-im/telepathy-qt/pkg-plist Modified: head/net-im/telepathy-qt/Makefile ============================================================================== --- head/net-im/telepathy-qt/Makefile Fri Dec 13 20:10:13 2019 (r520067) +++ head/net-im/telepathy-qt/Makefile Fri Dec 13 20:30:18 2019 (r520068) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= telepathy-qt -PORTVERSION= 0.9.7 -PORTREVISION= 7 +DISTVERSION= 0.9.8 CATEGORIES= net-im MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMESUFFIX= 5 @@ -18,7 +17,6 @@ LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepath libtelepathy-glib.so:net-im/telepathy-glib RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} - USES= cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \ pkgconfig python:2.7,build qt:5 USE_GNOME= glib20 libxslt:build @@ -32,13 +30,9 @@ CMAKE_OFF= ENABLE_EXAMPLES ENABLE_FARSIGHT ENABLE_TEST CMAKE_ARGS= -DDESIRED_QT_VERSION:STRING=${PKGNAMESUFFIX} \ -DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE} -SHLIB_SUFFIX= 0 - OPTIONS_DEFINE= DOCS -PLIST_SUB= PORTVERSION="${PORTVERSION}" \ - QTVER_SUFFIX="${PKGNAMESUFFIX}" \ - SHLIB_SUFFIX="${SHLIB_SUFFIX}" +PLIST_SUB= PORTVERSION="${PORTVERSION}" PORTDOCS= AUTHORS ChangeLog HACKING NEWS README html # Manually set DOCSDIR, to handle the version suffix Modified: head/net-im/telepathy-qt/distinfo ============================================================================== --- head/net-im/telepathy-qt/distinfo Fri Dec 13 20:10:13 2019 (r520067) +++ head/net-im/telepathy-qt/distinfo Fri Dec 13 20:30:18 2019 (r520068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466432953 -SHA256 (telepathy-qt-0.9.7.tar.gz) = 21bad30be7ebc4ba667d53d92cd1cec1be23114103f2149404d9740721693d4f -SIZE (telepathy-qt-0.9.7.tar.gz) = 6213405 +TIMESTAMP = 1576266191 +SHA256 (telepathy-qt-0.9.8.tar.gz) = bf8e2a09060addb80475a4938105b9b41d9e6837999b7a00e5351783857e18ad +SIZE (telepathy-qt-0.9.8.tar.gz) = 6448686 Modified: head/net-im/telepathy-qt/pkg-plist ============================================================================== --- head/net-im/telepathy-qt/pkg-plist Fri Dec 13 20:10:13 2019 (r520067) +++ head/net-im/telepathy-qt/pkg-plist Fri Dec 13 20:30:18 2019 (r520068) @@ -1,435 +1,435 @@ -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractAdaptor -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractClient -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractClientApprover -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractClientHandler -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractClientObserver -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractDBusServiceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AbstractProtocolInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Account -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountCapabilityFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountInterfaceAddressingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountInterfaceAvatarInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountInterfaceStorageInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountManager -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountManagerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountPropertyFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AccountSet -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AndFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AuthenticationTLSCertificateInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AvatarData -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/AvatarSpec -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseCall -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseConnection -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseConnectionManager -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseDebug -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseProtocol -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseProtocolAddressingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseProtocolAvatarsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/BaseProtocolPresenceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContent -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentInterfaceAudioControlInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentInterfaceDTMFInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentInterfaceMediaInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentInterfaceVideoControlInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentMediaDescription -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentMediaDescriptionInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPFeedbackInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallStream -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallStreamEndpoint -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallStreamEndpointInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallStreamInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CallStreamInterfaceMediaInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Callbacks -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CapabilitiesBase -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Captcha -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/CaptchaAuthentication -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Channel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelClassFeatures -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelClassSpec -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelClassSpecList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelDispatchOperation -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelDispatchOperationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelDispatcher -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelDispatcherInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceAnonymityInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceCallStateInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceCaptchaAuthenticationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceChatStateInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceConferenceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceDTMFInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceDestroyableInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceFileTransferMetadataInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceGroupInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceHoldInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceMediaSignallingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceMessagesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfacePasswordInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceRoomConfigInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceRoomInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceSASLAuthenticationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceSMSInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceSecurableInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceServicePointInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceSubjectInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelInterfaceTubeInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelRequest -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelRequestHints -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelRequestInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeCallInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeContactListInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeContactSearchInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeDBusTubeInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeFileTransferInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeRoomListInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeServerAuthenticationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeServerTLSConnectionInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeStreamTubeInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeStreamedMediaInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeTextInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeTubeInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ChannelTypeTubesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Client -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientApproverInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientHandlerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientInterfaceRequestsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientObserverInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ClientRegistrar -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Connection -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionCapabilities -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceAddressingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceAliasingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceAnonymityInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceAvatarsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceBalanceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceCapabilitiesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceCellularInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceClientTypesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactBlockingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactCapabilitiesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactGroupsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactInfoInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactListInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceContactsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceLocationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceMailNotificationInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfacePowerSavingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfacePresenceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceRequestsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceServicePointInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionInterfaceSimplePresenceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionLowlevel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionManager -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionManagerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ConnectionManagerLowlevel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Constants -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Contact -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ContactCapabilities -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ContactFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ContactManager -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ContactMessenger -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ContactSearchChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBus -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusDaemonInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusError -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusObject -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusProxy -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusProxyFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusService -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DBusTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Debug -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/DebugReceiver -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Farstream/Channel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Farstream/Global -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Farstream/PendingChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Farstream/channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Farstream/global.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Feature -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Features -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/FileTransferChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/FileTransferChannelCreationProperties -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Filter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/FixedFeatureFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Functors -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/GenericCapabilityFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/GenericPropertyFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Global -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/HandledChannelNotifier -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/IODevice -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/IncomingDBusTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/IncomingFileTransferChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/IncomingStreamTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/IntrospectableInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/LocationInfo -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MediaSessionHandler -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MediaSessionHandlerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MediaStreamHandler -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MediaStreamHandlerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Message -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MessageContentPart -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MessageContentPartList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/MethodInvocationContext -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/NotFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Object -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/OptionalInterfaceFactory -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/OrFilter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/OutgoingDBusTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/OutgoingFileTransferChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/OutgoingStreamTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PeerInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingAccount -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingCallContent -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingCaptchas -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingChannelRequest -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingComposite -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingConnection -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingContactAttributes -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingContactInfo -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingContacts -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingDBusTubeConnection -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingDebugMessageList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingFailure -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingHandles -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingOperation -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingReady -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingSendMessage -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingStreamTubeConnection -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingStreamedMediaStreams -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingString -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingStringList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingSuccess -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingVariant -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingVariantMap -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PendingVoid -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Presence -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PresenceSpec -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PresenceSpecList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Profile -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProfileManager -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Properties -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PropertiesInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/PropertiesInterfaceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInfo -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInfoList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInterfaceAddressingInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInterfaceAvatarsInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolInterfacePresenceInterface -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolParameter -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ProtocolParameterList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ReadinessHelper -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ReadyObject -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ReceivedMessage -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/RefCounted -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ReferencedHandles -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ReferencedHandlesIterator -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/RequestableChannelClassSpec -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/RequestableChannelClassSpecList -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/RoomListChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ServerAuthenticationChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ServiceTypes -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/SharedPtr -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/SimpleCallObserver -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/SimpleObserver -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/SimpleTextObserver -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StatefulDBusProxy -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StatelessDBusProxy -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StreamTubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StreamTubeClient -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StreamTubeServer -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StreamedMediaChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/StreamedMediaStream -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/TextChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/TubeChannel -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Types -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/Utils -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-account-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-account.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-call-content-media-description.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-call-content.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-call-stream-endpoint.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-call-stream.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-channel-dispatch-operation.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-channel-dispatcher.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-channel-request.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-client.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-connection-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-dbus.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-debug-receiver.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-media-session-handler.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-media-stream-handler.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-properties.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/cli-tls-certificate.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/constants.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/svc-call.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/svc-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/svc-connection-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/svc-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/_gen/types.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/abstract-adaptor.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/abstract-client.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/abstract-interface.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-capability-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-property-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account-set.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/account.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/and-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/avatar.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-call.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-connection-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-debug.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/base-protocol.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/call-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/call-content-media-description.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/call-content.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/call-stream-endpoint.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/call-stream.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/callbacks.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/capabilities-base.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/captcha-authentication.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/captcha.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-class-features.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-class-spec.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-dispatch-operation.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-dispatcher.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel-request.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/client-registrar.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/client.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection-capabilities.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection-lowlevel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection-manager-lowlevel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/constants.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact-capabilities.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact-messenger.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact-search-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/contact.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-error.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-object.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-proxy-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-proxy.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-service.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/dbus.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/debug-receiver.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/debug.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/feature.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/file-transfer-channel-creation-properties.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/file-transfer-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/fixed-feature-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/functors.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/generic-capability-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/generic-property-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/global.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/handled-channel-notifier.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/io-device.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/incoming-dbus-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/incoming-file-transfer-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/incoming-stream-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/location-info.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/media-session-handler.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/media-stream-handler.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/message-content-part.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/message.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/method-invocation-context.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/not-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/object.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/optional-interface-factory.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/or-filter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/outgoing-dbus-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/outgoing-file-transfer-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/outgoing-stream-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-account.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-captchas.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-channel-request.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-contact-attributes.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-contact-info.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-contacts.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-dbus-tube-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-debug-message-list.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-handles.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-operation.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-ready.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-send-message.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-stream-tube-connection.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-string-list.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-string.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-variant-map.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/pending-variant.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/presence.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/profile-manager.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/profile.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/properties.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/protocol-info.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/protocol-parameter.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/readiness-helper.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/ready-object.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/referenced-handles.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/requestable-channel-class-spec.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/room-list-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/server-authentication-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/service-types.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/shared-ptr.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/simple-call-observer.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/simple-observer.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/simple-pending-operations.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/simple-text-observer.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/stream-tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/stream-tube-client.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/stream-tube-server.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/streamed-media-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/text-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/tls-certificate.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/tube-channel.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/types.h -include/telepathy-qt%%QTVER_SUFFIX%%/TelepathyQt/utils.h -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%/TelepathyQt%%QTVER_SUFFIX%%Config.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%/TelepathyQt%%QTVER_SUFFIX%%ConfigVersion.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%/TelepathyQt%%QTVER_SUFFIX%%Targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%/TelepathyQt%%QTVER_SUFFIX%%Targets.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%Farstream/TelepathyQt%%QTVER_SUFFIX%%FarstreamConfig.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%Farstream/TelepathyQt%%QTVER_SUFFIX%%FarstreamConfigVersion.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%Service/TelepathyQt%%QTVER_SUFFIX%%ServiceConfig.cmake -lib/cmake/TelepathyQt%%QTVER_SUFFIX%%Service/TelepathyQt%%QTVER_SUFFIX%%ServiceConfigVersion.cmake -lib/libtelepathy-qt%%QTVER_SUFFIX%%-farstream.so -lib/libtelepathy-qt%%QTVER_SUFFIX%%-farstream.so.%%SHLIB_SUFFIX%% -lib/libtelepathy-qt%%QTVER_SUFFIX%%-farstream.so.%%SHLIB_SUFFIX%%.%%PORTVERSION%% -lib/libtelepathy-qt%%QTVER_SUFFIX%%-service.so -lib/libtelepathy-qt%%QTVER_SUFFIX%%-service.so.0 -lib/libtelepathy-qt%%QTVER_SUFFIX%%-service.so.%%SHLIB_SUFFIX%%.%%PORTVERSION%% -lib/libtelepathy-qt%%QTVER_SUFFIX%%.so -lib/libtelepathy-qt%%QTVER_SUFFIX%%.so.%%SHLIB_SUFFIX%% -lib/libtelepathy-qt%%QTVER_SUFFIX%%.so.%%SHLIB_SUFFIX%%.%%PORTVERSION%% -libdata/pkgconfig/TelepathyQt%%QTVER_SUFFIX%%.pc -libdata/pkgconfig/TelepathyQt%%QTVER_SUFFIX%%Farstream.pc -libdata/pkgconfig/TelepathyQt%%QTVER_SUFFIX%%Service.pc +include/telepathy-qt5/TelepathyQt/AbstractAdaptor +include/telepathy-qt5/TelepathyQt/AbstractClient +include/telepathy-qt5/TelepathyQt/AbstractClientApprover +include/telepathy-qt5/TelepathyQt/AbstractClientHandler +include/telepathy-qt5/TelepathyQt/AbstractClientObserver +include/telepathy-qt5/TelepathyQt/AbstractDBusServiceInterface +include/telepathy-qt5/TelepathyQt/AbstractInterface +include/telepathy-qt5/TelepathyQt/AbstractProtocolInterface +include/telepathy-qt5/TelepathyQt/Account +include/telepathy-qt5/TelepathyQt/AccountCapabilityFilter +include/telepathy-qt5/TelepathyQt/AccountFactory +include/telepathy-qt5/TelepathyQt/AccountFilter +include/telepathy-qt5/TelepathyQt/AccountInterface +include/telepathy-qt5/TelepathyQt/AccountInterfaceAddressingInterface +include/telepathy-qt5/TelepathyQt/AccountInterfaceAvatarInterface +include/telepathy-qt5/TelepathyQt/AccountInterfaceStorageInterface +include/telepathy-qt5/TelepathyQt/AccountManager +include/telepathy-qt5/TelepathyQt/AccountManagerInterface +include/telepathy-qt5/TelepathyQt/AccountPropertyFilter +include/telepathy-qt5/TelepathyQt/AccountSet +include/telepathy-qt5/TelepathyQt/AndFilter +include/telepathy-qt5/TelepathyQt/AuthenticationTLSCertificateInterface +include/telepathy-qt5/TelepathyQt/AvatarData +include/telepathy-qt5/TelepathyQt/AvatarSpec +include/telepathy-qt5/TelepathyQt/BaseCall +include/telepathy-qt5/TelepathyQt/BaseChannel +include/telepathy-qt5/TelepathyQt/BaseConnection +include/telepathy-qt5/TelepathyQt/BaseConnectionManager +include/telepathy-qt5/TelepathyQt/BaseDebug +include/telepathy-qt5/TelepathyQt/BaseProtocol +include/telepathy-qt5/TelepathyQt/BaseProtocolAddressingInterface +include/telepathy-qt5/TelepathyQt/BaseProtocolAvatarsInterface +include/telepathy-qt5/TelepathyQt/BaseProtocolPresenceInterface +include/telepathy-qt5/TelepathyQt/CallChannel +include/telepathy-qt5/TelepathyQt/CallContent +include/telepathy-qt5/TelepathyQt/CallContentInterface +include/telepathy-qt5/TelepathyQt/CallContentInterfaceAudioControlInterface +include/telepathy-qt5/TelepathyQt/CallContentInterfaceDTMFInterface +include/telepathy-qt5/TelepathyQt/CallContentInterfaceMediaInterface +include/telepathy-qt5/TelepathyQt/CallContentInterfaceVideoControlInterface +include/telepathy-qt5/TelepathyQt/CallContentMediaDescription +include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterface +include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface +include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPFeedbackInterface +include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface +include/telepathy-qt5/TelepathyQt/CallStream +include/telepathy-qt5/TelepathyQt/CallStreamEndpoint +include/telepathy-qt5/TelepathyQt/CallStreamEndpointInterface +include/telepathy-qt5/TelepathyQt/CallStreamInterface +include/telepathy-qt5/TelepathyQt/CallStreamInterfaceMediaInterface +include/telepathy-qt5/TelepathyQt/Callbacks +include/telepathy-qt5/TelepathyQt/CapabilitiesBase +include/telepathy-qt5/TelepathyQt/Captcha +include/telepathy-qt5/TelepathyQt/CaptchaAuthentication +include/telepathy-qt5/TelepathyQt/Channel +include/telepathy-qt5/TelepathyQt/ChannelClassFeatures +include/telepathy-qt5/TelepathyQt/ChannelClassSpec +include/telepathy-qt5/TelepathyQt/ChannelClassSpecList +include/telepathy-qt5/TelepathyQt/ChannelDispatchOperation +include/telepathy-qt5/TelepathyQt/ChannelDispatchOperationInterface +include/telepathy-qt5/TelepathyQt/ChannelDispatcher +include/telepathy-qt5/TelepathyQt/ChannelDispatcherInterface +include/telepathy-qt5/TelepathyQt/ChannelFactory +include/telepathy-qt5/TelepathyQt/ChannelInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceAnonymityInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceCallStateInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceCaptchaAuthenticationInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceChatStateInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceConferenceInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceDTMFInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceDestroyableInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceFileTransferMetadataInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceGroupInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceHoldInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceMediaSignallingInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceMessagesInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfacePasswordInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceRoomConfigInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceRoomInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceSASLAuthenticationInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceSMSInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceSecurableInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceServicePointInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceSubjectInterface +include/telepathy-qt5/TelepathyQt/ChannelInterfaceTubeInterface +include/telepathy-qt5/TelepathyQt/ChannelRequest +include/telepathy-qt5/TelepathyQt/ChannelRequestHints +include/telepathy-qt5/TelepathyQt/ChannelRequestInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeCallInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeContactListInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeContactSearchInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeDBusTubeInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeFileTransferInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeRoomListInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeServerAuthenticationInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeServerTLSConnectionInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeStreamTubeInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeStreamedMediaInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeTextInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeTubeInterface +include/telepathy-qt5/TelepathyQt/ChannelTypeTubesInterface +include/telepathy-qt5/TelepathyQt/Client +include/telepathy-qt5/TelepathyQt/ClientApproverInterface +include/telepathy-qt5/TelepathyQt/ClientHandlerInterface +include/telepathy-qt5/TelepathyQt/ClientInterface +include/telepathy-qt5/TelepathyQt/ClientInterfaceRequestsInterface +include/telepathy-qt5/TelepathyQt/ClientObserverInterface +include/telepathy-qt5/TelepathyQt/ClientRegistrar +include/telepathy-qt5/TelepathyQt/Connection +include/telepathy-qt5/TelepathyQt/ConnectionCapabilities +include/telepathy-qt5/TelepathyQt/ConnectionFactory +include/telepathy-qt5/TelepathyQt/ConnectionInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAddressingInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAliasingInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAnonymityInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAvatarsInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceBalanceInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceCapabilitiesInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceCellularInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceClientTypesInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactBlockingInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactCapabilitiesInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactGroupsInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactInfoInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactListInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactsInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceLocationInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceMailNotificationInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfacePowerSavingInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfacePresenceInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceRequestsInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceServicePointInterface +include/telepathy-qt5/TelepathyQt/ConnectionInterfaceSimplePresenceInterface +include/telepathy-qt5/TelepathyQt/ConnectionLowlevel +include/telepathy-qt5/TelepathyQt/ConnectionManager +include/telepathy-qt5/TelepathyQt/ConnectionManagerInterface +include/telepathy-qt5/TelepathyQt/ConnectionManagerLowlevel +include/telepathy-qt5/TelepathyQt/Constants +include/telepathy-qt5/TelepathyQt/Contact +include/telepathy-qt5/TelepathyQt/ContactCapabilities +include/telepathy-qt5/TelepathyQt/ContactFactory +include/telepathy-qt5/TelepathyQt/ContactManager +include/telepathy-qt5/TelepathyQt/ContactMessenger +include/telepathy-qt5/TelepathyQt/ContactSearchChannel +include/telepathy-qt5/TelepathyQt/DBus +include/telepathy-qt5/TelepathyQt/DBusDaemonInterface +include/telepathy-qt5/TelepathyQt/DBusError +include/telepathy-qt5/TelepathyQt/DBusObject +include/telepathy-qt5/TelepathyQt/DBusProxy +include/telepathy-qt5/TelepathyQt/DBusProxyFactory +include/telepathy-qt5/TelepathyQt/DBusService +include/telepathy-qt5/TelepathyQt/DBusTubeChannel +include/telepathy-qt5/TelepathyQt/Debug +include/telepathy-qt5/TelepathyQt/DebugReceiver +include/telepathy-qt5/TelepathyQt/Farstream/Channel +include/telepathy-qt5/TelepathyQt/Farstream/Global +include/telepathy-qt5/TelepathyQt/Farstream/PendingChannel +include/telepathy-qt5/TelepathyQt/Farstream/channel.h +include/telepathy-qt5/TelepathyQt/Farstream/global.h +include/telepathy-qt5/TelepathyQt/Feature +include/telepathy-qt5/TelepathyQt/Features +include/telepathy-qt5/TelepathyQt/FileTransferChannel +include/telepathy-qt5/TelepathyQt/FileTransferChannelCreationProperties +include/telepathy-qt5/TelepathyQt/Filter +include/telepathy-qt5/TelepathyQt/FixedFeatureFactory +include/telepathy-qt5/TelepathyQt/Functors +include/telepathy-qt5/TelepathyQt/GenericCapabilityFilter +include/telepathy-qt5/TelepathyQt/GenericPropertyFilter +include/telepathy-qt5/TelepathyQt/Global +include/telepathy-qt5/TelepathyQt/HandledChannelNotifier +include/telepathy-qt5/TelepathyQt/IODevice +include/telepathy-qt5/TelepathyQt/IncomingDBusTubeChannel +include/telepathy-qt5/TelepathyQt/IncomingFileTransferChannel +include/telepathy-qt5/TelepathyQt/IncomingStreamTubeChannel +include/telepathy-qt5/TelepathyQt/IntrospectableInterface +include/telepathy-qt5/TelepathyQt/LocationInfo +include/telepathy-qt5/TelepathyQt/MediaSessionHandler +include/telepathy-qt5/TelepathyQt/MediaSessionHandlerInterface +include/telepathy-qt5/TelepathyQt/MediaStreamHandler +include/telepathy-qt5/TelepathyQt/MediaStreamHandlerInterface +include/telepathy-qt5/TelepathyQt/Message +include/telepathy-qt5/TelepathyQt/MessageContentPart +include/telepathy-qt5/TelepathyQt/MessageContentPartList +include/telepathy-qt5/TelepathyQt/MethodInvocationContext +include/telepathy-qt5/TelepathyQt/NotFilter +include/telepathy-qt5/TelepathyQt/Object +include/telepathy-qt5/TelepathyQt/OptionalInterfaceFactory +include/telepathy-qt5/TelepathyQt/OrFilter +include/telepathy-qt5/TelepathyQt/OutgoingDBusTubeChannel +include/telepathy-qt5/TelepathyQt/OutgoingFileTransferChannel +include/telepathy-qt5/TelepathyQt/OutgoingStreamTubeChannel +include/telepathy-qt5/TelepathyQt/PeerInterface +include/telepathy-qt5/TelepathyQt/PendingAccount +include/telepathy-qt5/TelepathyQt/PendingCallContent +include/telepathy-qt5/TelepathyQt/PendingCaptchas +include/telepathy-qt5/TelepathyQt/PendingChannel +include/telepathy-qt5/TelepathyQt/PendingChannelRequest +include/telepathy-qt5/TelepathyQt/PendingComposite +include/telepathy-qt5/TelepathyQt/PendingConnection +include/telepathy-qt5/TelepathyQt/PendingContactAttributes +include/telepathy-qt5/TelepathyQt/PendingContactInfo +include/telepathy-qt5/TelepathyQt/PendingContacts +include/telepathy-qt5/TelepathyQt/PendingDBusTubeConnection +include/telepathy-qt5/TelepathyQt/PendingDebugMessageList +include/telepathy-qt5/TelepathyQt/PendingFailure +include/telepathy-qt5/TelepathyQt/PendingHandles +include/telepathy-qt5/TelepathyQt/PendingOperation +include/telepathy-qt5/TelepathyQt/PendingReady +include/telepathy-qt5/TelepathyQt/PendingSendMessage +include/telepathy-qt5/TelepathyQt/PendingStreamTubeConnection +include/telepathy-qt5/TelepathyQt/PendingStreamedMediaStreams +include/telepathy-qt5/TelepathyQt/PendingString +include/telepathy-qt5/TelepathyQt/PendingStringList +include/telepathy-qt5/TelepathyQt/PendingSuccess +include/telepathy-qt5/TelepathyQt/PendingVariant +include/telepathy-qt5/TelepathyQt/PendingVariantMap +include/telepathy-qt5/TelepathyQt/PendingVoid +include/telepathy-qt5/TelepathyQt/Presence +include/telepathy-qt5/TelepathyQt/PresenceSpec +include/telepathy-qt5/TelepathyQt/PresenceSpecList +include/telepathy-qt5/TelepathyQt/Profile +include/telepathy-qt5/TelepathyQt/ProfileManager +include/telepathy-qt5/TelepathyQt/Properties +include/telepathy-qt5/TelepathyQt/PropertiesInterface +include/telepathy-qt5/TelepathyQt/PropertiesInterfaceInterface +include/telepathy-qt5/TelepathyQt/ProtocolInfo +include/telepathy-qt5/TelepathyQt/ProtocolInfoList +include/telepathy-qt5/TelepathyQt/ProtocolInterface +include/telepathy-qt5/TelepathyQt/ProtocolInterfaceAddressingInterface +include/telepathy-qt5/TelepathyQt/ProtocolInterfaceAvatarsInterface +include/telepathy-qt5/TelepathyQt/ProtocolInterfacePresenceInterface +include/telepathy-qt5/TelepathyQt/ProtocolParameter +include/telepathy-qt5/TelepathyQt/ProtocolParameterList +include/telepathy-qt5/TelepathyQt/ReadinessHelper +include/telepathy-qt5/TelepathyQt/ReadyObject +include/telepathy-qt5/TelepathyQt/ReceivedMessage +include/telepathy-qt5/TelepathyQt/RefCounted +include/telepathy-qt5/TelepathyQt/ReferencedHandles +include/telepathy-qt5/TelepathyQt/ReferencedHandlesIterator +include/telepathy-qt5/TelepathyQt/RequestableChannelClassSpec +include/telepathy-qt5/TelepathyQt/RequestableChannelClassSpecList +include/telepathy-qt5/TelepathyQt/RoomListChannel +include/telepathy-qt5/TelepathyQt/ServerAuthenticationChannel +include/telepathy-qt5/TelepathyQt/ServiceTypes +include/telepathy-qt5/TelepathyQt/SharedPtr +include/telepathy-qt5/TelepathyQt/SimpleCallObserver +include/telepathy-qt5/TelepathyQt/SimpleObserver +include/telepathy-qt5/TelepathyQt/SimpleTextObserver +include/telepathy-qt5/TelepathyQt/StatefulDBusProxy +include/telepathy-qt5/TelepathyQt/StatelessDBusProxy +include/telepathy-qt5/TelepathyQt/StreamTubeChannel +include/telepathy-qt5/TelepathyQt/StreamTubeClient +include/telepathy-qt5/TelepathyQt/StreamTubeServer +include/telepathy-qt5/TelepathyQt/StreamedMediaChannel +include/telepathy-qt5/TelepathyQt/StreamedMediaStream +include/telepathy-qt5/TelepathyQt/TextChannel +include/telepathy-qt5/TelepathyQt/TubeChannel +include/telepathy-qt5/TelepathyQt/Types +include/telepathy-qt5/TelepathyQt/Utils +include/telepathy-qt5/TelepathyQt/_gen/cli-account-manager.h +include/telepathy-qt5/TelepathyQt/_gen/cli-account.h +include/telepathy-qt5/TelepathyQt/_gen/cli-call-content-media-description.h +include/telepathy-qt5/TelepathyQt/_gen/cli-call-content.h +include/telepathy-qt5/TelepathyQt/_gen/cli-call-stream-endpoint.h +include/telepathy-qt5/TelepathyQt/_gen/cli-call-stream.h +include/telepathy-qt5/TelepathyQt/_gen/cli-channel-dispatch-operation.h +include/telepathy-qt5/TelepathyQt/_gen/cli-channel-dispatcher.h +include/telepathy-qt5/TelepathyQt/_gen/cli-channel-request.h +include/telepathy-qt5/TelepathyQt/_gen/cli-channel.h +include/telepathy-qt5/TelepathyQt/_gen/cli-client.h +include/telepathy-qt5/TelepathyQt/_gen/cli-connection-manager.h +include/telepathy-qt5/TelepathyQt/_gen/cli-connection.h +include/telepathy-qt5/TelepathyQt/_gen/cli-dbus.h +include/telepathy-qt5/TelepathyQt/_gen/cli-debug-receiver.h +include/telepathy-qt5/TelepathyQt/_gen/cli-media-session-handler.h +include/telepathy-qt5/TelepathyQt/_gen/cli-media-stream-handler.h +include/telepathy-qt5/TelepathyQt/_gen/cli-properties.h +include/telepathy-qt5/TelepathyQt/_gen/cli-tls-certificate.h +include/telepathy-qt5/TelepathyQt/_gen/constants.h +include/telepathy-qt5/TelepathyQt/_gen/svc-call.h +include/telepathy-qt5/TelepathyQt/_gen/svc-channel.h +include/telepathy-qt5/TelepathyQt/_gen/svc-connection-manager.h +include/telepathy-qt5/TelepathyQt/_gen/svc-connection.h +include/telepathy-qt5/TelepathyQt/_gen/types.h +include/telepathy-qt5/TelepathyQt/abstract-adaptor.h +include/telepathy-qt5/TelepathyQt/abstract-client.h +include/telepathy-qt5/TelepathyQt/abstract-interface.h +include/telepathy-qt5/TelepathyQt/account-capability-filter.h +include/telepathy-qt5/TelepathyQt/account-factory.h +include/telepathy-qt5/TelepathyQt/account-filter.h +include/telepathy-qt5/TelepathyQt/account-manager.h +include/telepathy-qt5/TelepathyQt/account-property-filter.h +include/telepathy-qt5/TelepathyQt/account-set.h +include/telepathy-qt5/TelepathyQt/account.h +include/telepathy-qt5/TelepathyQt/and-filter.h +include/telepathy-qt5/TelepathyQt/avatar.h +include/telepathy-qt5/TelepathyQt/base-call.h +include/telepathy-qt5/TelepathyQt/base-channel.h +include/telepathy-qt5/TelepathyQt/base-connection-manager.h +include/telepathy-qt5/TelepathyQt/base-connection.h +include/telepathy-qt5/TelepathyQt/base-debug.h +include/telepathy-qt5/TelepathyQt/base-protocol.h +include/telepathy-qt5/TelepathyQt/call-channel.h +include/telepathy-qt5/TelepathyQt/call-content-media-description.h +include/telepathy-qt5/TelepathyQt/call-content.h +include/telepathy-qt5/TelepathyQt/call-stream-endpoint.h +include/telepathy-qt5/TelepathyQt/call-stream.h +include/telepathy-qt5/TelepathyQt/callbacks.h +include/telepathy-qt5/TelepathyQt/capabilities-base.h +include/telepathy-qt5/TelepathyQt/captcha-authentication.h +include/telepathy-qt5/TelepathyQt/captcha.h +include/telepathy-qt5/TelepathyQt/channel-class-features.h +include/telepathy-qt5/TelepathyQt/channel-class-spec.h +include/telepathy-qt5/TelepathyQt/channel-dispatch-operation.h +include/telepathy-qt5/TelepathyQt/channel-dispatcher.h +include/telepathy-qt5/TelepathyQt/channel-factory.h +include/telepathy-qt5/TelepathyQt/channel-request.h +include/telepathy-qt5/TelepathyQt/channel.h +include/telepathy-qt5/TelepathyQt/client-registrar.h +include/telepathy-qt5/TelepathyQt/client.h +include/telepathy-qt5/TelepathyQt/connection-capabilities.h +include/telepathy-qt5/TelepathyQt/connection-factory.h +include/telepathy-qt5/TelepathyQt/connection-lowlevel.h +include/telepathy-qt5/TelepathyQt/connection-manager-lowlevel.h +include/telepathy-qt5/TelepathyQt/connection-manager.h +include/telepathy-qt5/TelepathyQt/connection.h +include/telepathy-qt5/TelepathyQt/constants.h +include/telepathy-qt5/TelepathyQt/contact-capabilities.h +include/telepathy-qt5/TelepathyQt/contact-factory.h +include/telepathy-qt5/TelepathyQt/contact-manager.h +include/telepathy-qt5/TelepathyQt/contact-messenger.h +include/telepathy-qt5/TelepathyQt/contact-search-channel.h +include/telepathy-qt5/TelepathyQt/contact.h +include/telepathy-qt5/TelepathyQt/dbus-error.h +include/telepathy-qt5/TelepathyQt/dbus-object.h +include/telepathy-qt5/TelepathyQt/dbus-proxy-factory.h +include/telepathy-qt5/TelepathyQt/dbus-proxy.h +include/telepathy-qt5/TelepathyQt/dbus-service.h +include/telepathy-qt5/TelepathyQt/dbus-tube-channel.h +include/telepathy-qt5/TelepathyQt/dbus.h +include/telepathy-qt5/TelepathyQt/debug-receiver.h +include/telepathy-qt5/TelepathyQt/debug.h +include/telepathy-qt5/TelepathyQt/feature.h +include/telepathy-qt5/TelepathyQt/file-transfer-channel-creation-properties.h +include/telepathy-qt5/TelepathyQt/file-transfer-channel.h +include/telepathy-qt5/TelepathyQt/filter.h +include/telepathy-qt5/TelepathyQt/fixed-feature-factory.h +include/telepathy-qt5/TelepathyQt/functors.h +include/telepathy-qt5/TelepathyQt/generic-capability-filter.h +include/telepathy-qt5/TelepathyQt/generic-property-filter.h +include/telepathy-qt5/TelepathyQt/global.h +include/telepathy-qt5/TelepathyQt/handled-channel-notifier.h +include/telepathy-qt5/TelepathyQt/io-device.h +include/telepathy-qt5/TelepathyQt/incoming-dbus-tube-channel.h +include/telepathy-qt5/TelepathyQt/incoming-file-transfer-channel.h +include/telepathy-qt5/TelepathyQt/incoming-stream-tube-channel.h +include/telepathy-qt5/TelepathyQt/location-info.h +include/telepathy-qt5/TelepathyQt/media-session-handler.h +include/telepathy-qt5/TelepathyQt/media-stream-handler.h +include/telepathy-qt5/TelepathyQt/message-content-part.h +include/telepathy-qt5/TelepathyQt/message.h +include/telepathy-qt5/TelepathyQt/method-invocation-context.h +include/telepathy-qt5/TelepathyQt/not-filter.h +include/telepathy-qt5/TelepathyQt/object.h +include/telepathy-qt5/TelepathyQt/optional-interface-factory.h +include/telepathy-qt5/TelepathyQt/or-filter.h +include/telepathy-qt5/TelepathyQt/outgoing-dbus-tube-channel.h +include/telepathy-qt5/TelepathyQt/outgoing-file-transfer-channel.h +include/telepathy-qt5/TelepathyQt/outgoing-stream-tube-channel.h +include/telepathy-qt5/TelepathyQt/pending-account.h +include/telepathy-qt5/TelepathyQt/pending-captchas.h +include/telepathy-qt5/TelepathyQt/pending-channel-request.h +include/telepathy-qt5/TelepathyQt/pending-channel.h +include/telepathy-qt5/TelepathyQt/pending-connection.h +include/telepathy-qt5/TelepathyQt/pending-contact-attributes.h +include/telepathy-qt5/TelepathyQt/pending-contact-info.h +include/telepathy-qt5/TelepathyQt/pending-contacts.h +include/telepathy-qt5/TelepathyQt/pending-dbus-tube-connection.h +include/telepathy-qt5/TelepathyQt/pending-debug-message-list.h +include/telepathy-qt5/TelepathyQt/pending-handles.h +include/telepathy-qt5/TelepathyQt/pending-operation.h +include/telepathy-qt5/TelepathyQt/pending-ready.h +include/telepathy-qt5/TelepathyQt/pending-send-message.h +include/telepathy-qt5/TelepathyQt/pending-stream-tube-connection.h +include/telepathy-qt5/TelepathyQt/pending-string-list.h +include/telepathy-qt5/TelepathyQt/pending-string.h +include/telepathy-qt5/TelepathyQt/pending-variant-map.h +include/telepathy-qt5/TelepathyQt/pending-variant.h +include/telepathy-qt5/TelepathyQt/presence.h +include/telepathy-qt5/TelepathyQt/profile-manager.h +include/telepathy-qt5/TelepathyQt/profile.h +include/telepathy-qt5/TelepathyQt/properties.h +include/telepathy-qt5/TelepathyQt/protocol-info.h +include/telepathy-qt5/TelepathyQt/protocol-parameter.h +include/telepathy-qt5/TelepathyQt/readiness-helper.h +include/telepathy-qt5/TelepathyQt/ready-object.h +include/telepathy-qt5/TelepathyQt/referenced-handles.h +include/telepathy-qt5/TelepathyQt/requestable-channel-class-spec.h +include/telepathy-qt5/TelepathyQt/room-list-channel.h +include/telepathy-qt5/TelepathyQt/server-authentication-channel.h +include/telepathy-qt5/TelepathyQt/service-types.h +include/telepathy-qt5/TelepathyQt/shared-ptr.h +include/telepathy-qt5/TelepathyQt/simple-call-observer.h +include/telepathy-qt5/TelepathyQt/simple-observer.h +include/telepathy-qt5/TelepathyQt/simple-pending-operations.h +include/telepathy-qt5/TelepathyQt/simple-text-observer.h +include/telepathy-qt5/TelepathyQt/stream-tube-channel.h +include/telepathy-qt5/TelepathyQt/stream-tube-client.h +include/telepathy-qt5/TelepathyQt/stream-tube-server.h +include/telepathy-qt5/TelepathyQt/streamed-media-channel.h +include/telepathy-qt5/TelepathyQt/text-channel.h +include/telepathy-qt5/TelepathyQt/tls-certificate.h +include/telepathy-qt5/TelepathyQt/tube-channel.h +include/telepathy-qt5/TelepathyQt/types.h +include/telepathy-qt5/TelepathyQt/utils.h +lib/cmake/TelepathyQt5/TelepathyQt5Config.cmake +lib/cmake/TelepathyQt5/TelepathyQt5ConfigVersion.cmake +lib/cmake/TelepathyQt5/TelepathyQt5Targets-release.cmake +lib/cmake/TelepathyQt5/TelepathyQt5Targets.cmake +lib/cmake/TelepathyQt5Farstream/TelepathyQt5FarstreamConfig.cmake +lib/cmake/TelepathyQt5Farstream/TelepathyQt5FarstreamConfigVersion.cmake +lib/cmake/TelepathyQt5Service/TelepathyQt5ServiceConfig.cmake +lib/cmake/TelepathyQt5Service/TelepathyQt5ServiceConfigVersion.cmake +lib/libtelepathy-qt5-farstream.so +lib/libtelepathy-qt5-farstream.so.0 +lib/libtelepathy-qt5-farstream.so.0.%%PORTVERSION%% +lib/libtelepathy-qt5-service.so +lib/libtelepathy-qt5-service.so.1 +lib/libtelepathy-qt5-service.so.0.%%PORTVERSION%% +lib/libtelepathy-qt5.so +lib/libtelepathy-qt5.so.0 +lib/libtelepathy-qt5.so.0.%%PORTVERSION%% +libdata/pkgconfig/TelepathyQt5.pc +libdata/pkgconfig/TelepathyQt5Farstream.pc +libdata/pkgconfig/TelepathyQt5Service.pc