New package: akonadi-1.9.2.

This commit is contained in:
Juan RP 2013-06-16 21:36:04 +02:00
parent 100270f08c
commit acff620c5b
3 changed files with 36 additions and 0 deletions

View file

@ -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

1
srcpkgs/akonadi-devel Symbolic link
View file

@ -0,0 +1 @@
akonadi

34
srcpkgs/akonadi/template Normal file
View file

@ -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 <xtraeme@gmail.com>"
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
}
}