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

upgpkg: 24.08.0-2: Workaround breakage with --as-needed

parent 5b5af848
No related branches found
No related tags found
No related merge requests found
pkgbase = merkuro
pkgdesc = A calendar application using Akonadi to sync with external services
pkgver = 24.08.0
pkgrel = 1
pkgrel = 2
url = https://apps.kde.org/merkuro.calendar/
arch = x86_64
groups = kde-applications
groups = kde-pim
license = GPL-2.0-or-later
makedepends = extra-cmake-modules
makedepends = patchelf
depends = akonadi-calendar
depends = akonadi-contacts
depends = akonadi-mime
......
......@@ -2,7 +2,7 @@
pkgname=merkuro
pkgver=24.08.0
pkgrel=1
pkgrel=2
pkgdesc='A calendar application using Akonadi to sync with external services'
arch=(x86_64)
url='https://apps.kde.org/merkuro.calendar/'
......@@ -49,7 +49,8 @@ depends=(akonadi-calendar
qt6-declarative
qt6-location
qt6-positioning)
makedepends=(extra-cmake-modules)
makedepends=(extra-cmake-modules
patchelf)
conflicts=(kalendar)
replaces=(kalendar)
groups=(kde-applications
......@@ -69,4 +70,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
# Workaround breakage with --as-needed https://bugs.kde.org/show_bug.cgi?id=491808
patchelf --add-needed libmerkuro_contact_plugin.so.6 "$pkgdir"/usr/bin/merkuro-calendar
patchelf --add-needed libmerkuro_contact_plugin.so.6 "$pkgdir"/usr/bin/merkuro-contact
}
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