Import libkgapi-19.12.3

Comment:
KDE-based library for accessing various Google services

Description:
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
This commit is contained in:
rsadowski 2020-06-13 06:33:13 +00:00
parent 04ef33b33a
commit 6df8d7be44
5 changed files with 421 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/06/13 06:33:13 rsadowski Exp $
COMMENT = KDE-based library for accessing various Google services
DISTNAME = libkgapi-${VERSION}
CATEGORIES = www devel
SHARED_LIBS += KPimGAPIBlogger 0.0 # 5.13.3
SHARED_LIBS += KPimGAPICalendar 0.0 # 5.13.3
SHARED_LIBS += KPimGAPIContacts 0.0 # 5.13.3
SHARED_LIBS += KPimGAPICore 0.0 # 5.13.3
SHARED_LIBS += KPimGAPIDrive 0.0 # 5.13.3
SHARED_LIBS += KPimGAPILatitude 0.0 # 5.13.3
SHARED_LIBS += KPimGAPIMaps 0.0 # 5.13.3
SHARED_LIBS += KPimGAPITasks 0.0 # 5.13.3
WANTLIB += ${COMPILER_LIBCXX} KF5CalendarCore KF5Completion KF5ConfigCore
WANTLIB += KF5Contacts KF5CoreAddons KF5JobWidgets KF5KIOCore
WANTLIB += KF5KIOWidgets KF5Service KF5Wallet KF5WidgetsAddons
WANTLIB += KF5WindowSystem Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
WANTLIB += Qt5Network Qt5Positioning Qt5PrintSupport Qt5Qml Qt5Quick
WANTLIB += Qt5WebChannel Qt5WebEngineCore Qt5WebEngineWidgets
WANTLIB += Qt5Widgets Qt5Xml m
MODKDE5_TRANSLATIONS = yes
MODULES += x11/kde-applications
LIB_DEPENDS = devel/kf5/kcalendarcore \
devel/kf5/kcompletion \
devel/kf5/kcontacts \
devel/kf5/kcoreaddons \
devel/kf5/kio \
devel/kf5/kjobwidgets \
devel/kf5/kservice \
devel/kf5/kwallet \
devel/kf5/kwidgetsaddons \
devel/kf5/kwindowsystem \
x11/qt5/qtdeclarative \
x11/qt5/qtlocation \
x11/qt5/qtwebchannel \
x11/qt5/qtwebengine
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde-applications/libkgapi-19.12.3.tar.xz) = 9Skjw4InK0d4I0j7rbMpAvvNRlL0EAh1p0W6VwM89Io=
SIZE (kde-applications/libkgapi-19.12.3.tar.xz) = 238176

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_saslplugin_plugin_common_c,v 1.1.1.1 2020/06/13 06:33:13 rsadowski Exp $
add missing define (from netdb.h)
Index: src/saslplugin/plugin_common.c
--- src/saslplugin/plugin_common.c.orig
+++ src/saslplugin/plugin_common.c
@@ -73,6 +73,8 @@
#include "plugin_common.h"
+#define NI_MAXHOST 256 /* max host name from getnameinfo (MAXHOSTNAMELEN) */
+
/* translate IPv4 mapped IPv6 address to IPv4 address */
static void sockaddr_unmapped(
#ifdef IN6_IS_ADDR_V4MAPPED

View File

@ -0,0 +1,2 @@
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.

View File

@ -0,0 +1,358 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/06/13 06:33:13 rsadowski Exp $
@pkgpath productivity/libkgapi
include/KPim/
include/KPim/KGAPI/
include/KPim/KGAPI/KGAPI/
include/KPim/KGAPI/KGAPI/Account
include/KPim/KGAPI/KGAPI/AccountInfo
include/KPim/KGAPI/KGAPI/AccountInfoFetchJob
include/KPim/KGAPI/KGAPI/AccountManager
include/KPim/KGAPI/KGAPI/AuthJob
include/KPim/KGAPI/KGAPI/AuthWidget
include/KPim/KGAPI/KGAPI/Blogger/
include/KPim/KGAPI/KGAPI/Blogger/Blog
include/KPim/KGAPI/KGAPI/Blogger/BlogFetchJob
include/KPim/KGAPI/KGAPI/Blogger/Comment
include/KPim/KGAPI/KGAPI/Blogger/CommentApproveJob
include/KPim/KGAPI/KGAPI/Blogger/CommentDeleteContentJob
include/KPim/KGAPI/KGAPI/Blogger/CommentDeleteJob
include/KPim/KGAPI/KGAPI/Blogger/CommentFetchJob
include/KPim/KGAPI/KGAPI/Blogger/Page
include/KPim/KGAPI/KGAPI/Blogger/PageCreateJob
include/KPim/KGAPI/KGAPI/Blogger/PageDeleteJob
include/KPim/KGAPI/KGAPI/Blogger/PageFetchJob
include/KPim/KGAPI/KGAPI/Blogger/PageModifyJob
include/KPim/KGAPI/KGAPI/Blogger/Post
include/KPim/KGAPI/KGAPI/Blogger/PostCreateJob
include/KPim/KGAPI/KGAPI/Blogger/PostDeleteJob
include/KPim/KGAPI/KGAPI/Blogger/PostFetchJob
include/KPim/KGAPI/KGAPI/Blogger/PostModifyJob
include/KPim/KGAPI/KGAPI/Blogger/PostPublishJob
include/KPim/KGAPI/KGAPI/Blogger/PostSearchJob
include/KPim/KGAPI/KGAPI/Calendar/
include/KPim/KGAPI/KGAPI/Calendar/Calendar
include/KPim/KGAPI/KGAPI/Calendar/CalendarCreateJob
include/KPim/KGAPI/KGAPI/Calendar/CalendarDeleteJob
include/KPim/KGAPI/KGAPI/Calendar/CalendarFetchJob
include/KPim/KGAPI/KGAPI/Calendar/CalendarModifyJob
include/KPim/KGAPI/KGAPI/Calendar/Enums
include/KPim/KGAPI/KGAPI/Calendar/Event
include/KPim/KGAPI/KGAPI/Calendar/EventCreateJob
include/KPim/KGAPI/KGAPI/Calendar/EventDeleteJob
include/KPim/KGAPI/KGAPI/Calendar/EventFetchJob
include/KPim/KGAPI/KGAPI/Calendar/EventModifyJob
include/KPim/KGAPI/KGAPI/Calendar/EventMoveJob
include/KPim/KGAPI/KGAPI/Calendar/FreeBusyQueryJob
include/KPim/KGAPI/KGAPI/Calendar/Reminder
include/KPim/KGAPI/KGAPI/Contacts/
include/KPim/KGAPI/KGAPI/Contacts/Contact
include/KPim/KGAPI/KGAPI/Contacts/ContactCreateJob
include/KPim/KGAPI/KGAPI/Contacts/ContactDeleteJob
include/KPim/KGAPI/KGAPI/Contacts/ContactFetchJob
include/KPim/KGAPI/KGAPI/Contacts/ContactFetchPhotoJob
include/KPim/KGAPI/KGAPI/Contacts/ContactModifyJob
include/KPim/KGAPI/KGAPI/Contacts/ContactsGroup
include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupCreateJob
include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupDeleteJob
include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupFetchJob
include/KPim/KGAPI/KGAPI/Contacts/ContactsGroupModifyJob
include/KPim/KGAPI/KGAPI/CreateJob
include/KPim/KGAPI/KGAPI/DeleteJob
include/KPim/KGAPI/KGAPI/Drive/
include/KPim/KGAPI/KGAPI/Drive/About
include/KPim/KGAPI/KGAPI/Drive/AboutFetchJob
include/KPim/KGAPI/KGAPI/Drive/App
include/KPim/KGAPI/KGAPI/Drive/AppFetchJob
include/KPim/KGAPI/KGAPI/Drive/Change
include/KPim/KGAPI/KGAPI/Drive/ChangeFetchJob
include/KPim/KGAPI/KGAPI/Drive/ChildReference
include/KPim/KGAPI/KGAPI/Drive/ChildReferenceCreateJob
include/KPim/KGAPI/KGAPI/Drive/ChildReferenceDeleteJob
include/KPim/KGAPI/KGAPI/Drive/ChildReferenceFetchJob
include/KPim/KGAPI/KGAPI/Drive/Drives
include/KPim/KGAPI/KGAPI/Drive/DrivesCreateJob
include/KPim/KGAPI/KGAPI/Drive/DrivesDeleteJob
include/KPim/KGAPI/KGAPI/Drive/DrivesFetchJob
include/KPim/KGAPI/KGAPI/Drive/DrivesHideJob
include/KPim/KGAPI/KGAPI/Drive/DrivesModifyJob
include/KPim/KGAPI/KGAPI/Drive/DrivesSearchQuery
include/KPim/KGAPI/KGAPI/Drive/File
include/KPim/KGAPI/KGAPI/Drive/FileAbstractDataJob
include/KPim/KGAPI/KGAPI/Drive/FileAbstractModifyJob
include/KPim/KGAPI/KGAPI/Drive/FileAbstractUploadJob
include/KPim/KGAPI/KGAPI/Drive/FileCopyJob
include/KPim/KGAPI/KGAPI/Drive/FileCreateJob
include/KPim/KGAPI/KGAPI/Drive/FileDeleteJob
include/KPim/KGAPI/KGAPI/Drive/FileFetchContentJob
include/KPim/KGAPI/KGAPI/Drive/FileFetchJob
include/KPim/KGAPI/KGAPI/Drive/FileModifyJob
include/KPim/KGAPI/KGAPI/Drive/FileSearchQuery
include/KPim/KGAPI/KGAPI/Drive/FileTouchJob
include/KPim/KGAPI/KGAPI/Drive/FileTrashJob
include/KPim/KGAPI/KGAPI/Drive/FileUntrashJob
include/KPim/KGAPI/KGAPI/Drive/ParentReference
include/KPim/KGAPI/KGAPI/Drive/ParentReferenceCreateJob
include/KPim/KGAPI/KGAPI/Drive/ParentReferenceDeleteJob
include/KPim/KGAPI/KGAPI/Drive/ParentReferenceFetchJob
include/KPim/KGAPI/KGAPI/Drive/Permission
include/KPim/KGAPI/KGAPI/Drive/PermissionCreateJob
include/KPim/KGAPI/KGAPI/Drive/PermissionDeleteJob
include/KPim/KGAPI/KGAPI/Drive/PermissionFetchJob
include/KPim/KGAPI/KGAPI/Drive/PermissionModifyJob
include/KPim/KGAPI/KGAPI/Drive/Revision
include/KPim/KGAPI/KGAPI/Drive/RevisionDeleteJob
include/KPim/KGAPI/KGAPI/Drive/RevisionFetchJob
include/KPim/KGAPI/KGAPI/Drive/RevisionModifyJob
include/KPim/KGAPI/KGAPI/Drive/SearchQuery
include/KPim/KGAPI/KGAPI/Drive/Teamdrive
include/KPim/KGAPI/KGAPI/Drive/TeamdriveCreateJob
include/KPim/KGAPI/KGAPI/Drive/TeamdriveDeleteJob
include/KPim/KGAPI/KGAPI/Drive/TeamdriveFetchJob
include/KPim/KGAPI/KGAPI/Drive/TeamdriveModifyJob
include/KPim/KGAPI/KGAPI/Drive/TeamdriveSearchQuery
include/KPim/KGAPI/KGAPI/Drive/User
include/KPim/KGAPI/KGAPI/FetchJob
include/KPim/KGAPI/KGAPI/Job
include/KPim/KGAPI/KGAPI/Latitude/
include/KPim/KGAPI/KGAPI/Latitude/Latitude
include/KPim/KGAPI/KGAPI/Latitude/Location
include/KPim/KGAPI/KGAPI/Latitude/LocationCreateJob
include/KPim/KGAPI/KGAPI/Latitude/LocationDeleteJob
include/KPim/KGAPI/KGAPI/Latitude/LocationFetchHistoryJob
include/KPim/KGAPI/KGAPI/Latitude/LocationFetchJob
include/KPim/KGAPI/KGAPI/Maps/
include/KPim/KGAPI/KGAPI/Maps/StaticMapMarker
include/KPim/KGAPI/KGAPI/Maps/StaticMapPath
include/KPim/KGAPI/KGAPI/Maps/StaticMapTileFetchJob
include/KPim/KGAPI/KGAPI/Maps/StaticMapUrl
include/KPim/KGAPI/KGAPI/ModifyJob
include/KPim/KGAPI/KGAPI/Object
include/KPim/KGAPI/KGAPI/Tasks/
include/KPim/KGAPI/KGAPI/Tasks/Task
include/KPim/KGAPI/KGAPI/Tasks/TaskCreateJob
include/KPim/KGAPI/KGAPI/Tasks/TaskDeleteJob
include/KPim/KGAPI/KGAPI/Tasks/TaskFetchJob
include/KPim/KGAPI/KGAPI/Tasks/TaskList
include/KPim/KGAPI/KGAPI/Tasks/TaskListCreateJob
include/KPim/KGAPI/KGAPI/Tasks/TaskListDeleteJob
include/KPim/KGAPI/KGAPI/Tasks/TaskListFetchJob
include/KPim/KGAPI/KGAPI/Tasks/TaskListModifyJob
include/KPim/KGAPI/KGAPI/Tasks/TaskModifyJob
include/KPim/KGAPI/KGAPI/Tasks/TaskMoveJob
include/KPim/KGAPI/KGAPI/Types
include/KPim/KGAPI/KGAPI/Utils
include/KPim/KGAPI/kgapi/
include/KPim/KGAPI/kgapi/account.h
include/KPim/KGAPI/kgapi/accountinfo.h
include/KPim/KGAPI/kgapi/accountinfofetchjob.h
include/KPim/KGAPI/kgapi/accountmanager.h
include/KPim/KGAPI/kgapi/authjob.h
include/KPim/KGAPI/kgapi/authwidget.h
include/KPim/KGAPI/kgapi/blogger/
include/KPim/KGAPI/kgapi/blogger/blog.h
include/KPim/KGAPI/kgapi/blogger/blogfetchjob.h
include/KPim/KGAPI/kgapi/blogger/comment.h
include/KPim/KGAPI/kgapi/blogger/commentapprovejob.h
include/KPim/KGAPI/kgapi/blogger/commentdeletecontentjob.h
include/KPim/KGAPI/kgapi/blogger/commentdeletejob.h
include/KPim/KGAPI/kgapi/blogger/commentfetchjob.h
include/KPim/KGAPI/kgapi/blogger/kgapiblogger_export.h
include/KPim/KGAPI/kgapi/blogger/page.h
include/KPim/KGAPI/kgapi/blogger/pagecreatejob.h
include/KPim/KGAPI/kgapi/blogger/pagedeletejob.h
include/KPim/KGAPI/kgapi/blogger/pagefetchjob.h
include/KPim/KGAPI/kgapi/blogger/pagemodifyjob.h
include/KPim/KGAPI/kgapi/blogger/post.h
include/KPim/KGAPI/kgapi/blogger/postcreatejob.h
include/KPim/KGAPI/kgapi/blogger/postdeletejob.h
include/KPim/KGAPI/kgapi/blogger/postfetchjob.h
include/KPim/KGAPI/kgapi/blogger/postmodifyjob.h
include/KPim/KGAPI/kgapi/blogger/postpublishjob.h
include/KPim/KGAPI/kgapi/blogger/postsearchjob.h
include/KPim/KGAPI/kgapi/calendar/
include/KPim/KGAPI/kgapi/calendar/calendar.h
include/KPim/KGAPI/kgapi/calendar/calendarcreatejob.h
include/KPim/KGAPI/kgapi/calendar/calendardeletejob.h
include/KPim/KGAPI/kgapi/calendar/calendarfetchjob.h
include/KPim/KGAPI/kgapi/calendar/calendarmodifyjob.h
include/KPim/KGAPI/kgapi/calendar/enums.h
include/KPim/KGAPI/kgapi/calendar/event.h
include/KPim/KGAPI/kgapi/calendar/eventcreatejob.h
include/KPim/KGAPI/kgapi/calendar/eventdeletejob.h
include/KPim/KGAPI/kgapi/calendar/eventfetchjob.h
include/KPim/KGAPI/kgapi/calendar/eventmodifyjob.h
include/KPim/KGAPI/kgapi/calendar/eventmovejob.h
include/KPim/KGAPI/kgapi/calendar/freebusyqueryjob.h
include/KPim/KGAPI/kgapi/calendar/kgapicalendar_export.h
include/KPim/KGAPI/kgapi/calendar/reminder.h
include/KPim/KGAPI/kgapi/contacts/
include/KPim/KGAPI/kgapi/contacts/contact.h
include/KPim/KGAPI/kgapi/contacts/contactcreatejob.h
include/KPim/KGAPI/kgapi/contacts/contactdeletejob.h
include/KPim/KGAPI/kgapi/contacts/contactfetchjob.h
include/KPim/KGAPI/kgapi/contacts/contactfetchphotojob.h
include/KPim/KGAPI/kgapi/contacts/contactmodifyjob.h
include/KPim/KGAPI/kgapi/contacts/contactsgroup.h
include/KPim/KGAPI/kgapi/contacts/contactsgroupcreatejob.h
include/KPim/KGAPI/kgapi/contacts/contactsgroupdeletejob.h
include/KPim/KGAPI/kgapi/contacts/contactsgroupfetchjob.h
include/KPim/KGAPI/kgapi/contacts/contactsgroupmodifyjob.h
include/KPim/KGAPI/kgapi/contacts/kgapicontacts_export.h
include/KPim/KGAPI/kgapi/createjob.h
include/KPim/KGAPI/kgapi/deletejob.h
include/KPim/KGAPI/kgapi/drive/
include/KPim/KGAPI/kgapi/drive/about.h
include/KPim/KGAPI/kgapi/drive/aboutfetchjob.h
include/KPim/KGAPI/kgapi/drive/app.h
include/KPim/KGAPI/kgapi/drive/appfetchjob.h
include/KPim/KGAPI/kgapi/drive/change.h
include/KPim/KGAPI/kgapi/drive/changefetchjob.h
include/KPim/KGAPI/kgapi/drive/childreference.h
include/KPim/KGAPI/kgapi/drive/childreferencecreatejob.h
include/KPim/KGAPI/kgapi/drive/childreferencedeletejob.h
include/KPim/KGAPI/kgapi/drive/childreferencefetchjob.h
include/KPim/KGAPI/kgapi/drive/drives.h
include/KPim/KGAPI/kgapi/drive/drivescreatejob.h
include/KPim/KGAPI/kgapi/drive/drivesdeletejob.h
include/KPim/KGAPI/kgapi/drive/drivesfetchjob.h
include/KPim/KGAPI/kgapi/drive/driveshidejob.h
include/KPim/KGAPI/kgapi/drive/drivesmodifyjob.h
include/KPim/KGAPI/kgapi/drive/drivessearchquery.h
include/KPim/KGAPI/kgapi/drive/file.h
include/KPim/KGAPI/kgapi/drive/fileabstractdatajob.h
include/KPim/KGAPI/kgapi/drive/fileabstractmodifyjob.h
include/KPim/KGAPI/kgapi/drive/fileabstractuploadjob.h
include/KPim/KGAPI/kgapi/drive/filecopyjob.h
include/KPim/KGAPI/kgapi/drive/filecreatejob.h
include/KPim/KGAPI/kgapi/drive/filedeletejob.h
include/KPim/KGAPI/kgapi/drive/filefetchcontentjob.h
include/KPim/KGAPI/kgapi/drive/filefetchjob.h
include/KPim/KGAPI/kgapi/drive/filemodifyjob.h
include/KPim/KGAPI/kgapi/drive/filesearchquery.h
include/KPim/KGAPI/kgapi/drive/filetouchjob.h
include/KPim/KGAPI/kgapi/drive/filetrashjob.h
include/KPim/KGAPI/kgapi/drive/fileuntrashjob.h
include/KPim/KGAPI/kgapi/drive/kgapidrive_export.h
include/KPim/KGAPI/kgapi/drive/parentreference.h
include/KPim/KGAPI/kgapi/drive/parentreferencecreatejob.h
include/KPim/KGAPI/kgapi/drive/parentreferencedeletejob.h
include/KPim/KGAPI/kgapi/drive/parentreferencefetchjob.h
include/KPim/KGAPI/kgapi/drive/permission.h
include/KPim/KGAPI/kgapi/drive/permissioncreatejob.h
include/KPim/KGAPI/kgapi/drive/permissiondeletejob.h
include/KPim/KGAPI/kgapi/drive/permissionfetchjob.h
include/KPim/KGAPI/kgapi/drive/permissionmodifyjob.h
include/KPim/KGAPI/kgapi/drive/revision.h
include/KPim/KGAPI/kgapi/drive/revisiondeletejob.h
include/KPim/KGAPI/kgapi/drive/revisionfetchjob.h
include/KPim/KGAPI/kgapi/drive/revisionmodifyjob.h
include/KPim/KGAPI/kgapi/drive/searchquery.h
include/KPim/KGAPI/kgapi/drive/teamdrive.h
include/KPim/KGAPI/kgapi/drive/teamdrivecreatejob.h
include/KPim/KGAPI/kgapi/drive/teamdrivedeletejob.h
include/KPim/KGAPI/kgapi/drive/teamdrivefetchjob.h
include/KPim/KGAPI/kgapi/drive/teamdrivemodifyjob.h
include/KPim/KGAPI/kgapi/drive/teamdrivesearchquery.h
include/KPim/KGAPI/kgapi/drive/user.h
include/KPim/KGAPI/kgapi/fetchjob.h
include/KPim/KGAPI/kgapi/job.h
include/KPim/KGAPI/kgapi/kgapicore_export.h
include/KPim/KGAPI/kgapi/latitude/
include/KPim/KGAPI/kgapi/latitude/kgapilatitude_export.h
include/KPim/KGAPI/kgapi/latitude/latitude.h
include/KPim/KGAPI/kgapi/latitude/location.h
include/KPim/KGAPI/kgapi/latitude/locationcreatejob.h
include/KPim/KGAPI/kgapi/latitude/locationdeletejob.h
include/KPim/KGAPI/kgapi/latitude/locationfetchhistoryjob.h
include/KPim/KGAPI/kgapi/latitude/locationfetchjob.h
include/KPim/KGAPI/kgapi/maps/
include/KPim/KGAPI/kgapi/maps/kgapimaps_export.h
include/KPim/KGAPI/kgapi/maps/staticmapmarker.h
include/KPim/KGAPI/kgapi/maps/staticmappath.h
include/KPim/KGAPI/kgapi/maps/staticmaptilefetchjob.h
include/KPim/KGAPI/kgapi/maps/staticmapurl.h
include/KPim/KGAPI/kgapi/modifyjob.h
include/KPim/KGAPI/kgapi/object.h
include/KPim/KGAPI/kgapi/tasks/
include/KPim/KGAPI/kgapi/tasks/kgapitasks_export.h
include/KPim/KGAPI/kgapi/tasks/task.h
include/KPim/KGAPI/kgapi/tasks/taskcreatejob.h
include/KPim/KGAPI/kgapi/tasks/taskdeletejob.h
include/KPim/KGAPI/kgapi/tasks/taskfetchjob.h
include/KPim/KGAPI/kgapi/tasks/tasklist.h
include/KPim/KGAPI/kgapi/tasks/tasklistcreatejob.h
include/KPim/KGAPI/kgapi/tasks/tasklistdeletejob.h
include/KPim/KGAPI/kgapi/tasks/tasklistfetchjob.h
include/KPim/KGAPI/kgapi/tasks/tasklistmodifyjob.h
include/KPim/KGAPI/kgapi/tasks/taskmodifyjob.h
include/KPim/KGAPI/kgapi/tasks/taskmovejob.h
include/KPim/KGAPI/kgapi/types.h
include/KPim/KGAPI/kgapi/utils.h
include/KPim/kgapi_version.h
lib/cmake/KPimGAPI/
lib/cmake/KPimGAPI/KPimGAPIConfig.cmake
lib/cmake/KPimGAPI/KPimGAPIConfigVersion.cmake
lib/cmake/KPimGAPI/KPimGAPITargets${MODCMAKE_BUILD_SUFFIX}
lib/cmake/KPimGAPI/KPimGAPITargets.cmake
@lib lib/libKPimGAPIBlogger.so.${LIBKPimGAPIBlogger_VERSION}
@lib lib/libKPimGAPICalendar.so.${LIBKPimGAPICalendar_VERSION}
@lib lib/libKPimGAPIContacts.so.${LIBKPimGAPIContacts_VERSION}
@lib lib/libKPimGAPICore.so.${LIBKPimGAPICore_VERSION}
@lib lib/libKPimGAPIDrive.so.${LIBKPimGAPIDrive_VERSION}
@lib lib/libKPimGAPILatitude.so.${LIBKPimGAPILatitude_VERSION}
@lib lib/libKPimGAPIMaps.so.${LIBKPimGAPIMaps_VERSION}
@lib lib/libKPimGAPITasks.so.${LIBKPimGAPITasks_VERSION}
lib/sasl2/
lib/sasl2/libkdexoauth2.so.3
lib/sasl2/libkdexoauth2.so.3.0.0
share/kf5/mkspecs/qt_KGAPIBlogger.pri
share/kf5/mkspecs/qt_KGAPICalendar.pri
share/kf5/mkspecs/qt_KGAPIContacts.pri
share/kf5/mkspecs/qt_KGAPICore.pri
share/kf5/mkspecs/qt_KGAPIDrive.pri
share/kf5/mkspecs/qt_KGAPILatitude.pri
share/kf5/mkspecs/qt_KGAPIMaps.pri
share/kf5/mkspecs/qt_KGAPITasks.pri
share/locale/ar/LC_MESSAGES/libkgapi_qt.qm
share/locale/bs/LC_MESSAGES/libkgapi_qt.qm
share/locale/ca/LC_MESSAGES/libkgapi_qt.qm
share/locale/ca@valencia/LC_MESSAGES/libkgapi_qt.qm
share/locale/cs/LC_MESSAGES/libkgapi_qt.qm
share/locale/da/LC_MESSAGES/libkgapi_qt.qm
share/locale/de/LC_MESSAGES/libkgapi_qt.qm
share/locale/el/LC_MESSAGES/libkgapi_qt.qm
share/locale/en_GB/LC_MESSAGES/libkgapi_qt.qm
share/locale/es/LC_MESSAGES/libkgapi_qt.qm
share/locale/et/LC_MESSAGES/libkgapi_qt.qm
share/locale/fi/LC_MESSAGES/libkgapi_qt.qm
share/locale/fr/LC_MESSAGES/libkgapi_qt.qm
share/locale/ga/LC_MESSAGES/libkgapi_qt.qm
share/locale/gl/LC_MESSAGES/libkgapi_qt.qm
share/locale/hu/LC_MESSAGES/libkgapi_qt.qm
share/locale/ia/LC_MESSAGES/libkgapi_qt.qm
share/locale/it/LC_MESSAGES/libkgapi_qt.qm
share/locale/ja/LC_MESSAGES/libkgapi_qt.qm
share/locale/kk/LC_MESSAGES/libkgapi_qt.qm
share/locale/km/LC_MESSAGES/libkgapi_qt.qm
share/locale/ko/LC_MESSAGES/libkgapi_qt.qm
share/locale/lt/LC_MESSAGES/libkgapi_qt.qm
share/locale/mr/LC_MESSAGES/libkgapi_qt.qm
share/locale/nb/LC_MESSAGES/libkgapi_qt.qm
share/locale/nds/LC_MESSAGES/libkgapi_qt.qm
share/locale/nl/LC_MESSAGES/libkgapi_qt.qm
share/locale/nn/LC_MESSAGES/libkgapi_qt.qm
share/locale/pl/LC_MESSAGES/libkgapi_qt.qm
share/locale/pt/LC_MESSAGES/libkgapi_qt.qm
share/locale/pt_BR/LC_MESSAGES/libkgapi_qt.qm
share/locale/ro/LC_MESSAGES/libkgapi_qt.qm
share/locale/ru/LC_MESSAGES/libkgapi_qt.qm
share/locale/sk/LC_MESSAGES/libkgapi_qt.qm
share/locale/sl/LC_MESSAGES/libkgapi_qt.qm
share/locale/sr/LC_MESSAGES/libkgapi_qt.qm
share/locale/sv/LC_MESSAGES/libkgapi_qt.qm
share/locale/tr/LC_MESSAGES/libkgapi_qt.qm
share/locale/ug/LC_MESSAGES/libkgapi_qt.qm
share/locale/uk/LC_MESSAGES/libkgapi_qt.qm
share/locale/zh_CN/LC_MESSAGES/libkgapi_qt.qm
share/locale/zh_TW/LC_MESSAGES/libkgapi_qt.qm
share/qlogging-categories5/libkgapi.categories