akonadi: remove package

This commit is contained in:
John 2018-07-14 19:22:29 +02:00 committed by maxice8
parent 622d089322
commit 7d079353a9
4 changed files with 0 additions and 43 deletions

View file

@ -1301,7 +1301,6 @@ libsolarus-gui.so solarus-1.5.3_1
libplank.so.1 plank-0.11.0_1
libssh.so.4 libssh-0.5.4_1
libqjson.so.0 qjson-0.8.1_1
libakonadiprotocolinternals.so.1 akonadi-1.9.2_1
libqimageblitz.so.4 qimageblitz-0.0.6_1
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
libKPimGAPIContacts.so.5 libkgapi-17.12.3_1

View file

@ -1 +0,0 @@
akonadi

View file

@ -1,15 +0,0 @@
The check for Backtrace_FOUND must use #if not #ifdef,
because there is a "#define Backtrace_FOUND 0" in case
there is no backtrace() functionality (i.e. musl libc)
--- shared/akcrash.cpp 2014-08-10 12:38:58.000000000 +0200
+++ shared/akcrash.cpp 2015-07-28 14:32:27.230877108 +0200
@@ -39,7 +39,7 @@
QString s;
/* FIXME: is there an equivalent for windows? */
-#ifdef Backtrace_FOUND
+#if Backtrace_FOUND
void *trace[256];
int n = backtrace( trace, 256 );
if ( !n ) {

View file

@ -1,26 +0,0 @@
# Template file for 'akonadi'
pkgname=akonadi
version=1.13.0
revision=7
build_style=cmake
configure_args="-DAKONADI_BUILD_TESTS=OFF -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE -DDATABASE_BACKEND=SQLITE -DWITH_SOPRANO=OFF"
hostmakedepends="automoc4 pkg-config libxslt"
makedepends="shared-mime-info sqlite-devel boost-devel qt-devel phonon-devel"
depends="shared-mime-info"
short_desc="PIM layer providing an asynchronous API to access all kinds of PIM data"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=8c7f690002ea22c139f3a64394aef2e816e00ca47fd971af7d54a66087356dd2
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"
}
}