* mcpu power8 rebuild
This commit is contained in:
parent
e34843a699
commit
c162e03298
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user