diff --git a/common/shlibs b/common/shlibs index 6ed5777750..15be33f290 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1278,3 +1278,4 @@ libnepomukcore.so.4 nepomuk-core-4.10.4_1 libssh.so.4 libssh-0.5.4_1 libssh_threads.so.4 libssh-0.5.4_1 libqjson.so.0 qjson-0.8.1_1 +libakonadiprotocolinternals.so.1 akonadi-1.9.2_1 diff --git a/srcpkgs/akonadi-devel b/srcpkgs/akonadi-devel new file mode 120000 index 0000000000..21ce8b8d55 --- /dev/null +++ b/srcpkgs/akonadi-devel @@ -0,0 +1 @@ +akonadi \ No newline at end of file diff --git a/srcpkgs/akonadi/template b/srcpkgs/akonadi/template new file mode 100644 index 0000000000..f68a52c1f1 --- /dev/null +++ b/srcpkgs/akonadi/template @@ -0,0 +1,34 @@ +# Template file for 'akonadi' +pkgname=akonadi +version=1.9.2 +revision=1 +short_desc="PIM layer, which provides an asynchronous API to access all kind of PIM data" +maintainer="Juan RP " +license="LGPL-2.1" +homepage="http://community.kde.org/KDE_PIM/Akonadi" +distfiles="http://download.kde.org/stable/${pkgname}/src/${pkgname}-${version}.tar.bz2" +checksum=e712f3ee59731d613935df78df1cd65f80680d86d1f6642ff118061cd461bfd9 + +build_style=cmake +configure_args="-DAKONADI_BUILD_TESTS=OFF -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE" + +# XXX mysql/pgsql backends. +hostmakedepends="cmake automoc4 pkg-config" +makedepends="boost-devel qt-devel phonon-devel soprano-devel>=2.9.2_4" + +akonadi-devel_package() { + short_desc+=" - development files" + depends="qt-devel ${sourcepkg}-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +} + +akonadi_package() { + pkg_install() { + vmove all + } +}