From c162e03298dca8ce0933ebdc25188b64904a8143 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 11 Oct 2024 11:21:38 +0200 Subject: [PATCH] * mcpu power8 rebuild --- pinentry/PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pinentry/PKGBUILD b/pinentry/PKGBUILD index c9b4d3cb48..ca2d378a8b 100644 --- a/pinentry/PKGBUILD +++ b/pinentry/PKGBUILD @@ -5,14 +5,14 @@ pkgname=pinentry pkgver=1.3.1 -pkgrel=2 +pkgrel=5.1 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol' url='https://gnupg.org/related_software/pinentry/' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) license=('GPL') depends=( 'glibc' 'ncurses' 'libassuan' 'libsecret' 'glib2' - libsecret-1.so libncursesw.so libassuan.so libglib-2.0.so) +) makedepends=('qt6-base' 'qt5-x11extras' 'kwayland5' 'gtk2-compat' 'gcr' 'kguiaddons' 'kwindowsystem') optdepends=( 'gcr: GNOME backend' @@ -49,6 +49,12 @@ build() { } package() { + depends+=( + libglib-2.0.so + libncursesw.so + libsecret-1.so + ) + cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install