From owner-svn-ports-all@freebsd.org Wed Oct 5 09:57:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06148AF570D; Wed, 5 Oct 2016 09:57:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id C3A0A9A3; Wed, 5 Oct 2016 09:57:42 +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 u959vgiT050568; Wed, 5 Oct 2016 09:57:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u959vfrb050565; Wed, 5 Oct 2016 09:57:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610050957.u959vfrb050565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 5 Oct 2016 09:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423332 - in head/net-im: telepathy-qt4 telepathy-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 09:57:43 -0000 Author: tcberner Date: Wed Oct 5 09:57:41 2016 New Revision: 423332 URL: https://svnweb.freebsd.org/changeset/ports/423332 Log: Make net-im/telepathy-qt5 a slaveport of net-im/telepathy-qt4 net-im/telepathy-qt4 and net-im/telepathy-qt5 had very similar Makefiles and use the same distfile. So it makes sense to combine them into slaveports. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7898 Deleted: head/net-im/telepathy-qt5/distinfo head/net-im/telepathy-qt5/pkg-descr head/net-im/telepathy-qt5/pkg-plist Modified: head/net-im/telepathy-qt4/Makefile head/net-im/telepathy-qt4/pkg-plist head/net-im/telepathy-qt5/Makefile Modified: head/net-im/telepathy-qt4/Makefile ============================================================================== --- head/net-im/telepathy-qt4/Makefile Wed Oct 5 09:15:24 2016 (r423331) +++ head/net-im/telepathy-qt4/Makefile Wed Oct 5 09:57:41 2016 (r423332) @@ -1,11 +1,11 @@ # Created by: Alberto Villa # $FreeBSD$ -PORTNAME= telepathy-qt4 +PORTNAME= telepathy-qt PORTVERSION= 0.9.7 CATEGORIES= net-im -MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME:C/4//}/ -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} +MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ +PKGNAMESUFFIX?= 4 MAINTAINER= kde@FreeBSD.org COMMENT= High-level Qt binding for Telepathy @@ -21,15 +21,23 @@ OPTIONS_DEFINE= DOCS USE_GNOME= glib20 libxslt:build USE_GSTREAMER= yes -USE_QT4= corelib dbus gui network qtestlib_build xml \ - moc_build qmake_build rcc_build uic_build USES= cmake:outsource gettext pathfix pkgconfig python:build CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \ -DENABLE_FARSIGHT:BOOL=False \ -DENABLE_FARSTREAM:BOOL=True \ -DENABLE_TESTS:BOOL=False \ - -DDESIRED_QT_VERSION:STRING=4 \ + -DDESIRED_QT_VERSION:STRING=${PKGNAMESUFFIX} \ -DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE} +. if ${PKGNAMESUFFIX:M4} +USE_QT4= corelib dbus gui network qtestlib_build xml \ + moc_build qmake_build rcc_build uic_build +SHLIB_SUFFIX= 2 +. else +USE_QT5= core dbus gui network xml \ + buildtools_build qmake_build testlib_build widgets_build +SHLIB_SUFFIX= 0 +. endif + USE_LDCONFIG= yes # Required because FindGObject.cmake is too old and uses the pkg-config values @@ -41,9 +49,13 @@ LDFLAGS+= -L${LOCALBASE}/lib # documentation. CMAKE_ARGS+= -DDOXYGEN_EXECUTABLE:FILEPATH="" -PLIST_SUB= PORTVERSION="${PORTVERSION}" +PLIST_SUB= PORTVERSION="${PORTVERSION}" \ + QTVER_SUFFIX="${PKGNAMESUFFIX}" \ + SHLIB_SUFFIX="${SHLIB_SUFFIX}" PORTDOCS= AUTHORS ChangeLog HACKING NEWS README html +# Manually set DOCSDIR, to handle the version suffix +DOCSDIR= ${PREFIX}/usr/share/${PORTNAME}${PKGNAMESUFFIX} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net-im/telepathy-qt4/pkg-plist ============================================================================== --- head/net-im/telepathy-qt4/pkg-plist Wed Oct 5 09:15:24 2016 (r423331) +++ head/net-im/telepathy-qt4/pkg-plist Wed Oct 5 09:57:41 2016 (r423332) @@ -1,435 +1,435 @@ -include/telepathy-qt4/TelepathyQt/AbstractAdaptor -include/telepathy-qt4/TelepathyQt/AbstractClient -include/telepathy-qt4/TelepathyQt/AbstractClientApprover -include/telepathy-qt4/TelepathyQt/AbstractClientHandler -include/telepathy-qt4/TelepathyQt/AbstractClientObserver -include/telepathy-qt4/TelepathyQt/AbstractDBusServiceInterface -include/telepathy-qt4/TelepathyQt/AbstractInterface -include/telepathy-qt4/TelepathyQt/AbstractProtocolInterface -include/telepathy-qt4/TelepathyQt/Account -include/telepathy-qt4/TelepathyQt/AccountCapabilityFilter -include/telepathy-qt4/TelepathyQt/AccountFactory -include/telepathy-qt4/TelepathyQt/AccountFilter -include/telepathy-qt4/TelepathyQt/AccountInterface -include/telepathy-qt4/TelepathyQt/AccountInterfaceAddressingInterface -include/telepathy-qt4/TelepathyQt/AccountInterfaceAvatarInterface -include/telepathy-qt4/TelepathyQt/AccountInterfaceStorageInterface -include/telepathy-qt4/TelepathyQt/AccountManager -include/telepathy-qt4/TelepathyQt/AccountManagerInterface -include/telepathy-qt4/TelepathyQt/AccountPropertyFilter -include/telepathy-qt4/TelepathyQt/AccountSet -include/telepathy-qt4/TelepathyQt/AndFilter -include/telepathy-qt4/TelepathyQt/AuthenticationTLSCertificateInterface -include/telepathy-qt4/TelepathyQt/AvatarData -include/telepathy-qt4/TelepathyQt/AvatarSpec -include/telepathy-qt4/TelepathyQt/BaseCall -include/telepathy-qt4/TelepathyQt/BaseChannel -include/telepathy-qt4/TelepathyQt/BaseConnection -include/telepathy-qt4/TelepathyQt/BaseConnectionManager -include/telepathy-qt4/TelepathyQt/BaseDebug -include/telepathy-qt4/TelepathyQt/BaseProtocol -include/telepathy-qt4/TelepathyQt/BaseProtocolAddressingInterface -include/telepathy-qt4/TelepathyQt/BaseProtocolAvatarsInterface -include/telepathy-qt4/TelepathyQt/BaseProtocolPresenceInterface -include/telepathy-qt4/TelepathyQt/CallChannel -include/telepathy-qt4/TelepathyQt/CallContent -include/telepathy-qt4/TelepathyQt/CallContentInterface -include/telepathy-qt4/TelepathyQt/CallContentInterfaceAudioControlInterface -include/telepathy-qt4/TelepathyQt/CallContentInterfaceDTMFInterface -include/telepathy-qt4/TelepathyQt/CallContentInterfaceMediaInterface -include/telepathy-qt4/TelepathyQt/CallContentInterfaceVideoControlInterface -include/telepathy-qt4/TelepathyQt/CallContentMediaDescription -include/telepathy-qt4/TelepathyQt/CallContentMediaDescriptionInterface -include/telepathy-qt4/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface -include/telepathy-qt4/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPFeedbackInterface -include/telepathy-qt4/TelepathyQt/CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface -include/telepathy-qt4/TelepathyQt/CallStream -include/telepathy-qt4/TelepathyQt/CallStreamEndpoint -include/telepathy-qt4/TelepathyQt/CallStreamEndpointInterface -include/telepathy-qt4/TelepathyQt/CallStreamInterface -include/telepathy-qt4/TelepathyQt/CallStreamInterfaceMediaInterface -include/telepathy-qt4/TelepathyQt/Callbacks -include/telepathy-qt4/TelepathyQt/CapabilitiesBase -include/telepathy-qt4/TelepathyQt/Captcha -include/telepathy-qt4/TelepathyQt/CaptchaAuthentication -include/telepathy-qt4/TelepathyQt/Channel -include/telepathy-qt4/TelepathyQt/ChannelClassFeatures -include/telepathy-qt4/TelepathyQt/ChannelClassSpec -include/telepathy-qt4/TelepathyQt/ChannelClassSpecList -include/telepathy-qt4/TelepathyQt/ChannelDispatchOperation -include/telepathy-qt4/TelepathyQt/ChannelDispatchOperationInterface -include/telepathy-qt4/TelepathyQt/ChannelDispatcher -include/telepathy-qt4/TelepathyQt/ChannelDispatcherInterface -include/telepathy-qt4/TelepathyQt/ChannelFactory -include/telepathy-qt4/TelepathyQt/ChannelInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceAnonymityInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceCallStateInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceCaptchaAuthenticationInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceChatStateInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceConferenceInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceDTMFInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceDestroyableInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceFileTransferMetadataInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceGroupInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceHoldInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceMediaSignallingInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceMessagesInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfacePasswordInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceRoomConfigInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceRoomInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceSASLAuthenticationInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceSMSInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceSecurableInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceServicePointInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceSubjectInterface -include/telepathy-qt4/TelepathyQt/ChannelInterfaceTubeInterface -include/telepathy-qt4/TelepathyQt/ChannelRequest -include/telepathy-qt4/TelepathyQt/ChannelRequestHints -include/telepathy-qt4/TelepathyQt/ChannelRequestInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeCallInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeContactListInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeContactSearchInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeDBusTubeInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeFileTransferInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeRoomListInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeServerAuthenticationInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeServerTLSConnectionInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeStreamTubeInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeStreamedMediaInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeTextInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeTubeInterface -include/telepathy-qt4/TelepathyQt/ChannelTypeTubesInterface -include/telepathy-qt4/TelepathyQt/Client -include/telepathy-qt4/TelepathyQt/ClientApproverInterface -include/telepathy-qt4/TelepathyQt/ClientHandlerInterface -include/telepathy-qt4/TelepathyQt/ClientInterface -include/telepathy-qt4/TelepathyQt/ClientInterfaceRequestsInterface -include/telepathy-qt4/TelepathyQt/ClientObserverInterface -include/telepathy-qt4/TelepathyQt/ClientRegistrar -include/telepathy-qt4/TelepathyQt/Connection -include/telepathy-qt4/TelepathyQt/ConnectionCapabilities -include/telepathy-qt4/TelepathyQt/ConnectionFactory -include/telepathy-qt4/TelepathyQt/ConnectionInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceAddressingInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceAliasingInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceAnonymityInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceAvatarsInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceBalanceInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceCapabilitiesInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceCellularInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceClientTypesInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactBlockingInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactCapabilitiesInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactGroupsInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactInfoInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactListInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceContactsInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceLocationInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceMailNotificationInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfacePowerSavingInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfacePresenceInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceRequestsInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceServicePointInterface -include/telepathy-qt4/TelepathyQt/ConnectionInterfaceSimplePresenceInterface -include/telepathy-qt4/TelepathyQt/ConnectionLowlevel -include/telepathy-qt4/TelepathyQt/ConnectionManager -include/telepathy-qt4/TelepathyQt/ConnectionManagerInterface -include/telepathy-qt4/TelepathyQt/ConnectionManagerLowlevel -include/telepathy-qt4/TelepathyQt/Constants -include/telepathy-qt4/TelepathyQt/Contact -include/telepathy-qt4/TelepathyQt/ContactCapabilities -include/telepathy-qt4/TelepathyQt/ContactFactory -include/telepathy-qt4/TelepathyQt/ContactManager -include/telepathy-qt4/TelepathyQt/ContactMessenger -include/telepathy-qt4/TelepathyQt/ContactSearchChannel -include/telepathy-qt4/TelepathyQt/DBus -include/telepathy-qt4/TelepathyQt/DBusDaemonInterface -include/telepathy-qt4/TelepathyQt/DBusError -include/telepathy-qt4/TelepathyQt/DBusObject -include/telepathy-qt4/TelepathyQt/DBusProxy -include/telepathy-qt4/TelepathyQt/DBusProxyFactory -include/telepathy-qt4/TelepathyQt/DBusService -include/telepathy-qt4/TelepathyQt/DBusTubeChannel -include/telepathy-qt4/TelepathyQt/Debug -include/telepathy-qt4/TelepathyQt/DebugReceiver -include/telepathy-qt4/TelepathyQt/Farstream/Channel -include/telepathy-qt4/TelepathyQt/Farstream/Global -include/telepathy-qt4/TelepathyQt/Farstream/PendingChannel -include/telepathy-qt4/TelepathyQt/Farstream/channel.h -include/telepathy-qt4/TelepathyQt/Farstream/global.h -include/telepathy-qt4/TelepathyQt/Feature -include/telepathy-qt4/TelepathyQt/Features -include/telepathy-qt4/TelepathyQt/FileTransferChannel -include/telepathy-qt4/TelepathyQt/FileTransferChannelCreationProperties -include/telepathy-qt4/TelepathyQt/Filter -include/telepathy-qt4/TelepathyQt/FixedFeatureFactory -include/telepathy-qt4/TelepathyQt/Functors -include/telepathy-qt4/TelepathyQt/GenericCapabilityFilter -include/telepathy-qt4/TelepathyQt/GenericPropertyFilter -include/telepathy-qt4/TelepathyQt/Global -include/telepathy-qt4/TelepathyQt/HandledChannelNotifier -include/telepathy-qt4/TelepathyQt/IODevice -include/telepathy-qt4/TelepathyQt/IncomingDBusTubeChannel -include/telepathy-qt4/TelepathyQt/IncomingFileTransferChannel -include/telepathy-qt4/TelepathyQt/IncomingStreamTubeChannel -include/telepathy-qt4/TelepathyQt/IntrospectableInterface -include/telepathy-qt4/TelepathyQt/LocationInfo -include/telepathy-qt4/TelepathyQt/MediaSessionHandler -include/telepathy-qt4/TelepathyQt/MediaSessionHandlerInterface -include/telepathy-qt4/TelepathyQt/MediaStreamHandler -include/telepathy-qt4/TelepathyQt/MediaStreamHandlerInterface -include/telepathy-qt4/TelepathyQt/Message -include/telepathy-qt4/TelepathyQt/MessageContentPart -include/telepathy-qt4/TelepathyQt/MessageContentPartList -include/telepathy-qt4/TelepathyQt/MethodInvocationContext -include/telepathy-qt4/TelepathyQt/NotFilter -include/telepathy-qt4/TelepathyQt/Object -include/telepathy-qt4/TelepathyQt/OptionalInterfaceFactory -include/telepathy-qt4/TelepathyQt/OrFilter -include/telepathy-qt4/TelepathyQt/OutgoingDBusTubeChannel -include/telepathy-qt4/TelepathyQt/OutgoingFileTransferChannel -include/telepathy-qt4/TelepathyQt/OutgoingStreamTubeChannel -include/telepathy-qt4/TelepathyQt/PeerInterface -include/telepathy-qt4/TelepathyQt/PendingAccount -include/telepathy-qt4/TelepathyQt/PendingCallContent -include/telepathy-qt4/TelepathyQt/PendingCaptchas -include/telepathy-qt4/TelepathyQt/PendingChannel -include/telepathy-qt4/TelepathyQt/PendingChannelRequest -include/telepathy-qt4/TelepathyQt/PendingComposite -include/telepathy-qt4/TelepathyQt/PendingConnection -include/telepathy-qt4/TelepathyQt/PendingContactAttributes -include/telepathy-qt4/TelepathyQt/PendingContactInfo -include/telepathy-qt4/TelepathyQt/PendingContacts -include/telepathy-qt4/TelepathyQt/PendingDBusTubeConnection -include/telepathy-qt4/TelepathyQt/PendingDebugMessageList -include/telepathy-qt4/TelepathyQt/PendingFailure -include/telepathy-qt4/TelepathyQt/PendingHandles -include/telepathy-qt4/TelepathyQt/PendingOperation -include/telepathy-qt4/TelepathyQt/PendingReady -include/telepathy-qt4/TelepathyQt/PendingSendMessage -include/telepathy-qt4/TelepathyQt/PendingStreamTubeConnection -include/telepathy-qt4/TelepathyQt/PendingStreamedMediaStreams -include/telepathy-qt4/TelepathyQt/PendingString -include/telepathy-qt4/TelepathyQt/PendingStringList -include/telepathy-qt4/TelepathyQt/PendingSuccess -include/telepathy-qt4/TelepathyQt/PendingVariant -include/telepathy-qt4/TelepathyQt/PendingVariantMap -include/telepathy-qt4/TelepathyQt/PendingVoid -include/telepathy-qt4/TelepathyQt/Presence -include/telepathy-qt4/TelepathyQt/PresenceSpec -include/telepathy-qt4/TelepathyQt/PresenceSpecList -include/telepathy-qt4/TelepathyQt/Profile -include/telepathy-qt4/TelepathyQt/ProfileManager -include/telepathy-qt4/TelepathyQt/Properties -include/telepathy-qt4/TelepathyQt/PropertiesInterface -include/telepathy-qt4/TelepathyQt/PropertiesInterfaceInterface -include/telepathy-qt4/TelepathyQt/ProtocolInfo -include/telepathy-qt4/TelepathyQt/ProtocolInfoList -include/telepathy-qt4/TelepathyQt/ProtocolInterface -include/telepathy-qt4/TelepathyQt/ProtocolInterfaceAddressingInterface -include/telepathy-qt4/TelepathyQt/ProtocolInterfaceAvatarsInterface -include/telepathy-qt4/TelepathyQt/ProtocolInterfacePresenceInterface -include/telepathy-qt4/TelepathyQt/ProtocolParameter -include/telepathy-qt4/TelepathyQt/ProtocolParameterList -include/telepathy-qt4/TelepathyQt/ReadinessHelper -include/telepathy-qt4/TelepathyQt/ReadyObject -include/telepathy-qt4/TelepathyQt/ReceivedMessage -include/telepathy-qt4/TelepathyQt/RefCounted -include/telepathy-qt4/TelepathyQt/ReferencedHandles -include/telepathy-qt4/TelepathyQt/ReferencedHandlesIterator -include/telepathy-qt4/TelepathyQt/RequestableChannelClassSpec -include/telepathy-qt4/TelepathyQt/RequestableChannelClassSpecList -include/telepathy-qt4/TelepathyQt/RoomListChannel -include/telepathy-qt4/TelepathyQt/ServerAuthenticationChannel -include/telepathy-qt4/TelepathyQt/ServiceTypes -include/telepathy-qt4/TelepathyQt/SharedPtr -include/telepathy-qt4/TelepathyQt/SimpleCallObserver -include/telepathy-qt4/TelepathyQt/SimpleObserver -include/telepathy-qt4/TelepathyQt/SimpleTextObserver -include/telepathy-qt4/TelepathyQt/StatefulDBusProxy -include/telepathy-qt4/TelepathyQt/StatelessDBusProxy -include/telepathy-qt4/TelepathyQt/StreamTubeChannel -include/telepathy-qt4/TelepathyQt/StreamTubeClient -include/telepathy-qt4/TelepathyQt/StreamTubeServer -include/telepathy-qt4/TelepathyQt/StreamedMediaChannel -include/telepathy-qt4/TelepathyQt/StreamedMediaStream -include/telepathy-qt4/TelepathyQt/TextChannel -include/telepathy-qt4/TelepathyQt/TubeChannel -include/telepathy-qt4/TelepathyQt/Types -include/telepathy-qt4/TelepathyQt/Utils -include/telepathy-qt4/TelepathyQt/_gen/cli-account-manager.h -include/telepathy-qt4/TelepathyQt/_gen/cli-account.h -include/telepathy-qt4/TelepathyQt/_gen/cli-call-content-media-description.h -include/telepathy-qt4/TelepathyQt/_gen/cli-call-content.h -include/telepathy-qt4/TelepathyQt/_gen/cli-call-stream-endpoint.h -include/telepathy-qt4/TelepathyQt/_gen/cli-call-stream.h -include/telepathy-qt4/TelepathyQt/_gen/cli-channel-dispatch-operation.h -include/telepathy-qt4/TelepathyQt/_gen/cli-channel-dispatcher.h -include/telepathy-qt4/TelepathyQt/_gen/cli-channel-request.h -include/telepathy-qt4/TelepathyQt/_gen/cli-channel.h -include/telepathy-qt4/TelepathyQt/_gen/cli-client.h -include/telepathy-qt4/TelepathyQt/_gen/cli-connection-manager.h -include/telepathy-qt4/TelepathyQt/_gen/cli-connection.h -include/telepathy-qt4/TelepathyQt/_gen/cli-dbus.h -include/telepathy-qt4/TelepathyQt/_gen/cli-debug-receiver.h -include/telepathy-qt4/TelepathyQt/_gen/cli-media-session-handler.h -include/telepathy-qt4/TelepathyQt/_gen/cli-media-stream-handler.h -include/telepathy-qt4/TelepathyQt/_gen/cli-properties.h -include/telepathy-qt4/TelepathyQt/_gen/cli-tls-certificate.h -include/telepathy-qt4/TelepathyQt/_gen/constants.h -include/telepathy-qt4/TelepathyQt/_gen/svc-call.h -include/telepathy-qt4/TelepathyQt/_gen/svc-channel.h -include/telepathy-qt4/TelepathyQt/_gen/svc-connection-manager.h -include/telepathy-qt4/TelepathyQt/_gen/svc-connection.h -include/telepathy-qt4/TelepathyQt/_gen/types.h -include/telepathy-qt4/TelepathyQt/abstract-adaptor.h -include/telepathy-qt4/TelepathyQt/abstract-client.h -include/telepathy-qt4/TelepathyQt/abstract-interface.h -include/telepathy-qt4/TelepathyQt/account-capability-filter.h -include/telepathy-qt4/TelepathyQt/account-factory.h -include/telepathy-qt4/TelepathyQt/account-filter.h -include/telepathy-qt4/TelepathyQt/account-manager.h -include/telepathy-qt4/TelepathyQt/account-property-filter.h -include/telepathy-qt4/TelepathyQt/account-set.h -include/telepathy-qt4/TelepathyQt/account.h -include/telepathy-qt4/TelepathyQt/and-filter.h -include/telepathy-qt4/TelepathyQt/avatar.h -include/telepathy-qt4/TelepathyQt/base-call.h -include/telepathy-qt4/TelepathyQt/base-channel.h -include/telepathy-qt4/TelepathyQt/base-connection-manager.h -include/telepathy-qt4/TelepathyQt/base-connection.h -include/telepathy-qt4/TelepathyQt/base-debug.h -include/telepathy-qt4/TelepathyQt/base-protocol.h -include/telepathy-qt4/TelepathyQt/call-channel.h -include/telepathy-qt4/TelepathyQt/call-content-media-description.h -include/telepathy-qt4/TelepathyQt/call-content.h -include/telepathy-qt4/TelepathyQt/call-stream-endpoint.h -include/telepathy-qt4/TelepathyQt/call-stream.h -include/telepathy-qt4/TelepathyQt/callbacks.h -include/telepathy-qt4/TelepathyQt/capabilities-base.h -include/telepathy-qt4/TelepathyQt/captcha-authentication.h -include/telepathy-qt4/TelepathyQt/captcha.h -include/telepathy-qt4/TelepathyQt/channel-class-features.h -include/telepathy-qt4/TelepathyQt/channel-class-spec.h -include/telepathy-qt4/TelepathyQt/channel-dispatch-operation.h -include/telepathy-qt4/TelepathyQt/channel-dispatcher.h -include/telepathy-qt4/TelepathyQt/channel-factory.h -include/telepathy-qt4/TelepathyQt/channel-request.h -include/telepathy-qt4/TelepathyQt/channel.h -include/telepathy-qt4/TelepathyQt/client-registrar.h -include/telepathy-qt4/TelepathyQt/client.h -include/telepathy-qt4/TelepathyQt/connection-capabilities.h -include/telepathy-qt4/TelepathyQt/connection-factory.h -include/telepathy-qt4/TelepathyQt/connection-lowlevel.h -include/telepathy-qt4/TelepathyQt/connection-manager-lowlevel.h -include/telepathy-qt4/TelepathyQt/connection-manager.h -include/telepathy-qt4/TelepathyQt/connection.h -include/telepathy-qt4/TelepathyQt/constants.h -include/telepathy-qt4/TelepathyQt/contact-capabilities.h -include/telepathy-qt4/TelepathyQt/contact-factory.h -include/telepathy-qt4/TelepathyQt/contact-manager.h -include/telepathy-qt4/TelepathyQt/contact-messenger.h -include/telepathy-qt4/TelepathyQt/contact-search-channel.h -include/telepathy-qt4/TelepathyQt/contact.h -include/telepathy-qt4/TelepathyQt/dbus-error.h -include/telepathy-qt4/TelepathyQt/dbus-object.h -include/telepathy-qt4/TelepathyQt/dbus-proxy-factory.h -include/telepathy-qt4/TelepathyQt/dbus-proxy.h -include/telepathy-qt4/TelepathyQt/dbus-service.h -include/telepathy-qt4/TelepathyQt/dbus-tube-channel.h -include/telepathy-qt4/TelepathyQt/dbus.h -include/telepathy-qt4/TelepathyQt/debug-receiver.h -include/telepathy-qt4/TelepathyQt/debug.h -include/telepathy-qt4/TelepathyQt/feature.h -include/telepathy-qt4/TelepathyQt/file-transfer-channel-creation-properties.h -include/telepathy-qt4/TelepathyQt/file-transfer-channel.h -include/telepathy-qt4/TelepathyQt/filter.h -include/telepathy-qt4/TelepathyQt/fixed-feature-factory.h -include/telepathy-qt4/TelepathyQt/functors.h -include/telepathy-qt4/TelepathyQt/generic-capability-filter.h -include/telepathy-qt4/TelepathyQt/generic-property-filter.h -include/telepathy-qt4/TelepathyQt/global.h -include/telepathy-qt4/TelepathyQt/handled-channel-notifier.h -include/telepathy-qt4/TelepathyQt/io-device.h -include/telepathy-qt4/TelepathyQt/incoming-dbus-tube-channel.h -include/telepathy-qt4/TelepathyQt/incoming-file-transfer-channel.h -include/telepathy-qt4/TelepathyQt/incoming-stream-tube-channel.h -include/telepathy-qt4/TelepathyQt/location-info.h -include/telepathy-qt4/TelepathyQt/media-session-handler.h -include/telepathy-qt4/TelepathyQt/media-stream-handler.h -include/telepathy-qt4/TelepathyQt/message-content-part.h -include/telepathy-qt4/TelepathyQt/message.h -include/telepathy-qt4/TelepathyQt/method-invocation-context.h -include/telepathy-qt4/TelepathyQt/not-filter.h -include/telepathy-qt4/TelepathyQt/object.h -include/telepathy-qt4/TelepathyQt/optional-interface-factory.h -include/telepathy-qt4/TelepathyQt/or-filter.h -include/telepathy-qt4/TelepathyQt/outgoing-dbus-tube-channel.h -include/telepathy-qt4/TelepathyQt/outgoing-file-transfer-channel.h -include/telepathy-qt4/TelepathyQt/outgoing-stream-tube-channel.h -include/telepathy-qt4/TelepathyQt/pending-account.h -include/telepathy-qt4/TelepathyQt/pending-captchas.h -include/telepathy-qt4/TelepathyQt/pending-channel-request.h -include/telepathy-qt4/TelepathyQt/pending-channel.h -include/telepathy-qt4/TelepathyQt/pending-connection.h -include/telepathy-qt4/TelepathyQt/pending-contact-attributes.h -include/telepathy-qt4/TelepathyQt/pending-contact-info.h -include/telepathy-qt4/TelepathyQt/pending-contacts.h -include/telepathy-qt4/TelepathyQt/pending-dbus-tube-connection.h -include/telepathy-qt4/TelepathyQt/pending-debug-message-list.h -include/telepathy-qt4/TelepathyQt/pending-handles.h -include/telepathy-qt4/TelepathyQt/pending-operation.h -include/telepathy-qt4/TelepathyQt/pending-ready.h -include/telepathy-qt4/TelepathyQt/pending-send-message.h -include/telepathy-qt4/TelepathyQt/pending-stream-tube-connection.h -include/telepathy-qt4/TelepathyQt/pending-string-list.h -include/telepathy-qt4/TelepathyQt/pending-string.h -include/telepathy-qt4/TelepathyQt/pending-variant-map.h -include/telepathy-qt4/TelepathyQt/pending-variant.h -include/telepathy-qt4/TelepathyQt/presence.h -include/telepathy-qt4/TelepathyQt/profile-manager.h -include/telepathy-qt4/TelepathyQt/profile.h -include/telepathy-qt4/TelepathyQt/properties.h -include/telepathy-qt4/TelepathyQt/protocol-info.h -include/telepathy-qt4/TelepathyQt/protocol-parameter.h -include/telepathy-qt4/TelepathyQt/readiness-helper.h -include/telepathy-qt4/TelepathyQt/ready-object.h -include/telepathy-qt4/TelepathyQt/referenced-handles.h -include/telepathy-qt4/TelepathyQt/requestable-channel-class-spec.h -include/telepathy-qt4/TelepathyQt/room-list-channel.h -include/telepathy-qt4/TelepathyQt/server-authentication-channel.h -include/telepathy-qt4/TelepathyQt/service-types.h -include/telepathy-qt4/TelepathyQt/shared-ptr.h -include/telepathy-qt4/TelepathyQt/simple-call-observer.h -include/telepathy-qt4/TelepathyQt/simple-observer.h -include/telepathy-qt4/TelepathyQt/simple-pending-operations.h -include/telepathy-qt4/TelepathyQt/simple-text-observer.h -include/telepathy-qt4/TelepathyQt/stream-tube-channel.h -include/telepathy-qt4/TelepathyQt/stream-tube-client.h -include/telepathy-qt4/TelepathyQt/stream-tube-server.h -include/telepathy-qt4/TelepathyQt/streamed-media-channel.h -include/telepathy-qt4/TelepathyQt/text-channel.h -include/telepathy-qt4/TelepathyQt/tls-certificate.h -include/telepathy-qt4/TelepathyQt/tube-channel.h -include/telepathy-qt4/TelepathyQt/types.h -include/telepathy-qt4/TelepathyQt/utils.h -lib/cmake/TelepathyQt4/TelepathyQt4Config.cmake -lib/cmake/TelepathyQt4/TelepathyQt4ConfigVersion.cmake -lib/cmake/TelepathyQt4/TelepathyQt4Targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/TelepathyQt4/TelepathyQt4Targets.cmake -lib/cmake/TelepathyQt4Farstream/TelepathyQt4FarstreamConfig.cmake -lib/cmake/TelepathyQt4Farstream/TelepathyQt4FarstreamConfigVersion.cmake -lib/cmake/TelepathyQt4Service/TelepathyQt4ServiceConfig.cmake -lib/cmake/TelepathyQt4Service/TelepathyQt4ServiceConfigVersion.cmake -lib/libtelepathy-qt4-farstream.so -lib/libtelepathy-qt4-farstream.so.2 -lib/libtelepathy-qt4-farstream.so.2.%%PORTVERSION%% -lib/libtelepathy-qt4-service.so -lib/libtelepathy-qt4-service.so.0 -lib/libtelepathy-qt4-service.so.2.%%PORTVERSION%% -lib/libtelepathy-qt4.so -lib/libtelepathy-qt4.so.2 -lib/libtelepathy-qt4.so.2.%%PORTVERSION%% -libdata/pkgconfig/TelepathyQt4.pc -libdata/pkgconfig/TelepathyQt4Farstream.pc -libdata/pkgconfig/TelepathyQt4Service.pc +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 Modified: head/net-im/telepathy-qt5/Makefile ============================================================================== --- head/net-im/telepathy-qt5/Makefile Wed Oct 5 09:15:24 2016 (r423331) +++ head/net-im/telepathy-qt5/Makefile Wed Oct 5 09:57:41 2016 (r423332) @@ -1,54 +1,9 @@ # $FreeBSD$ -PORTNAME= telepathy-qt5 -PORTVERSION= 0.9.7 -CATEGORIES= net-im -MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME:C/5$//}/ -DISTNAME= ${PORTNAME:C/5$//}-${PORTVERSION} +PORTNAME= telepathy-qt +PORTREVISION= 0 +PKGNAMESUFFIX= 5 -MAINTAINER= kde@FreeBSD.org -COMMENT= High-level Qt binding for Telepathy +MASTERDIR= ${.CURDIR:H}/telepathy-qt4 -LICENSE= LGPL21 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus -LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepathy-farstream \ - libtelepathy-glib.so:net-im/telepathy-glib -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus - -OPTIONS_DEFINE= DOCS - -USE_GNOME= glib20 libxslt:build -USE_GSTREAMER= yes -USE_QT5= core dbus gui network xml \ - buildtools_build qmake_build testlib_build widgets_build -USES= cmake:outsource gettext pathfix pkgconfig python:build -CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \ - -DENABLE_FARSIGHT:BOOL=False \ - -DENABLE_FARSTREAM:BOOL=True \ - -DENABLE_TESTS:BOOL=False \ - -DDESIRED_QT_VERSION:STRING=5 \ - -DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE} -USE_LDCONFIG= yes - -# Required because FindGObject.cmake is too old and uses the pkg-config values -# directly (-lgobject-2.0 instead of /path/to/libgobject-2.0.so). -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -# We do not need Doxygen because the tarball already ships with prebuilt -# documentation. -CMAKE_ARGS+= -DDOXYGEN_EXECUTABLE:FILEPATH="" - -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -PORTDOCS= AUTHORS ChangeLog HACKING NEWS README html - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${CP} -R doc/html . -. for f in ${PORTDOCS} - cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR} -. endfor - -.include +.include "${MASTERDIR}/Makefile"