Skip to content
Snippets Groups Projects
Verified Commit b09cd83d authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 23.08.3-2: Provide libakonadi5

parent 7e577f6d
No related branches found
Tags 23.08.3-2
No related merge requests found
pkgbase = akonadi
pkgdesc = PIM layer, which provides an asynchronous API to access all kind of PIM data
pkgver = 23.08.3
pkgrel = 1
pkgrel = 2
url = https://kontact.kde.org
arch = x86_64
license = LGPL
......@@ -28,3 +28,4 @@ pkgname = libakonadi
pkgdesc = Libraries used by applications based on Akonadi
depends = kitemmodels5
depends = kaccounts-integration
provides = libakonadi5
......@@ -6,7 +6,7 @@
pkgbase=akonadi
pkgname=(akonadi libakonadi)
pkgver=23.08.3
pkgrel=1
pkgrel=2
pkgdesc='PIM layer, which provides an asynchronous API to access all kind of PIM data'
arch=(x86_64)
url='https://kontact.kde.org'
......@@ -29,6 +29,7 @@ build() {
package_libakonadi() {
pkgdesc='Libraries used by applications based on Akonadi'
depends=(kitemmodels5 kaccounts-integration)
provides=(libakonadi5)
DESTDIR="$pkgdir" cmake --install build
rm -r "$pkgdir"/usr/bin # Provided by akonadi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment