Akonadi Google is a project that aims to provide Akonadi resources for
accessing Google services like calendar, contacts or tasks from KDE PIM. This one depends on KDE libraries and used by KDE PIM.
This commit is contained in:
parent
e66f6c2c6d
commit
134c61bde7
31
productivity/libkgapi/Makefile
Normal file
31
productivity/libkgapi/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 19:21:09 zhuk Exp $
|
||||
|
||||
CATEGORIES = productivity
|
||||
COMMENT = link Akonadi to Google services
|
||||
V = 0.4.0
|
||||
DISTNAME = libkgapi-$V
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/libkgapi/$V/src/}
|
||||
|
||||
SHARED_LIBS = kgapi 0.0 # 0.4
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
||||
WANTLIB += lib/qt4/QtSvg lib/qt4/QtWebKit lib/qt4/QtXml
|
||||
WANTLIB += ${KDE4LIB}/kabc ${KDE4LIB}/kcalcore ${KDE4LIB}/kdeui
|
||||
WANTLIB += ${KDE4LIB}/kdewebkit ${KDE4LIB}/kio ${KDE4LIB}/kmime
|
||||
WANTLIB += ${KDE4LIB}/kparts ${KDE4LIB}/kresources ${KDE4LIB}/nepomuk
|
||||
WANTLIB += ${KDE4LIB}/nepomukutils
|
||||
WANTLIB += qjson soprano
|
||||
|
||||
MODULES = x11/kde4
|
||||
MODKDE4_USE = libs pim
|
||||
MODKDE4_LIB_LINKS = Yes
|
||||
|
||||
LIB_DEPENDS = devel/qjson
|
||||
|
||||
.include <bsd.port.mk>
|
2
productivity/libkgapi/distinfo
Normal file
2
productivity/libkgapi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libkgapi-0.4.0.tar.bz2) = kzth7H77KHVpDRC9leaKRwr1C88Vbm0ItcHyQ2r9t7c=
|
||||
SIZE (libkgapi-0.4.0.tar.bz2) = 46946
|
2
productivity/libkgapi/pkg/DESCR
Normal file
2
productivity/libkgapi/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Akonadi Google is a project that aims to provide Akonadi resources for
|
||||
accessing Google services like calendar, contacts or tasks from KDE PIM.
|
36
productivity/libkgapi/pkg/PLIST
Normal file
36
productivity/libkgapi/pkg/PLIST
Normal file
@ -0,0 +1,36 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 19:21:09 zhuk Exp $
|
||||
include/kde4/libkgapi/
|
||||
include/kde4/libkgapi/accessmanager.h
|
||||
include/kde4/libkgapi/account.h
|
||||
include/kde4/libkgapi/auth.h
|
||||
include/kde4/libkgapi/common.h
|
||||
include/kde4/libkgapi/fetchlistjob.h
|
||||
include/kde4/libkgapi/libkgapi_export.h
|
||||
include/kde4/libkgapi/object.h
|
||||
include/kde4/libkgapi/objects/
|
||||
include/kde4/libkgapi/objects/accountinfo.h
|
||||
include/kde4/libkgapi/objects/calendar.h
|
||||
include/kde4/libkgapi/objects/contact.h
|
||||
include/kde4/libkgapi/objects/contactsgroup.h
|
||||
include/kde4/libkgapi/objects/event.h
|
||||
include/kde4/libkgapi/objects/task.h
|
||||
include/kde4/libkgapi/objects/tasklist.h
|
||||
include/kde4/libkgapi/reply.h
|
||||
include/kde4/libkgapi/request.h
|
||||
include/kde4/libkgapi/service.h
|
||||
include/kde4/libkgapi/services/
|
||||
include/kde4/libkgapi/services/accountinfo.h
|
||||
include/kde4/libkgapi/services/calendar.h
|
||||
include/kde4/libkgapi/services/contacts.h
|
||||
include/kde4/libkgapi/services/tasks.h
|
||||
include/kde4/libkgapi/ui/
|
||||
include/kde4/libkgapi/ui/accountscombo.h
|
||||
include/kde4/libkgapi/ui/authwidget.h
|
||||
lib/cmake/LibKGAPI/
|
||||
lib/cmake/LibKGAPI/LibKGAPIConfig.cmake
|
||||
lib/cmake/LibKGAPI/LibKGAPIConfigVersion.cmake
|
||||
lib/cmake/LibKGAPI/LibKGAPITargetsWithPrefix${MODKDE4_CMAKE_PREFIX}.cmake
|
||||
lib/cmake/LibKGAPI/LibKGAPITargetsWithPrefix.cmake
|
||||
@lib ${KDE4LIB}/libkgapi.so.${LIBkgapi_VERSION}
|
||||
@lib lib/libkgapi.so.${LIBkgapi_VERSION}
|
||||
lib/pkgconfig/libkgapi.pc
|
Loading…
x
Reference in New Issue
Block a user