Date: Saturday, April 6, 2019 @ 11:16:57 Author: arojas Revision: 350218
Move more stuff to libakonadi Modified: akonadi/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-06 11:08:52 UTC (rev 350217) +++ PKGBUILD 2019-04-06 11:16:57 UTC (rev 350218) @@ -6,7 +6,7 @@ pkgbase=akonadi pkgname=(akonadi libakonadi) pkgver=18.12.3 -pkgrel=4 +pkgrel=5 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=(x86_64) url='https://kontact.kde.org' @@ -41,18 +41,18 @@ package_libakonadi() { pkgdesc='Libraries used by applications based on Akonadi' - depends=(kio kitemmodels) + depends=(kio kitemmodels hicolor-icon-theme) cd build make DESTDIR="$pkgdir" install - rm -r "$pkgdir"/usr/{bin,share} # Provided by akonadi + rm -r "$pkgdir"/usr/bin # Provided by akonadi } package_akonadi() { - depends=(libakonadi mariadb hicolor-icon-theme) + depends=(libakonadi mariadb) optdepends=('postgresql: PostgreSQL backend') cd build make DESTDIR="$pkgdir" install - rm -r "$pkgdir"/{etc,usr/{include,lib}} # Provided by libakonadi + rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi }
