pinentry: fixed build with qt6-base
This commit is contained in:
parent
59e2ce0e2a
commit
dac2bae397
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/em+zHVAg0gj5r6nuNdOhZAg0c8NpreV7BmmZBiTW89NH3h7Tx4QkmnhunfYuVY+yVLDuypvUGubff/60qIpkgg=
|
||||
SHA256 (Pkgfile) = 34d7440931ed8ff10123101f2eb70439fc436b996a20f2a8a32cafbcf9d92acb
|
||||
RWSE3ohX2g5d/Rg3lJ9WAJXQmKXuwd2YLNDaE9cpklNxMqL5iQvt9ffjMmoD2DJ/PYw0WaTiaywDXVxkbtqff9AifUAbWEoFnAY=
|
||||
SHA256 (Pkgfile) = 4df4f0e958176ae22d9dad8570ca32ac1c8979912e93cec00a4d886050225953
|
||||
SHA256 (.footprint) = 81d30e315a62fba39149c68563feb60b35e5bcdb3bac7e7b96431dace10705b4
|
||||
SHA256 (pinentry-1.3.0.tar.bz2) = 9b3cd5226e7597f2fded399a3bc659923351536559e9db0826981bca316494de
|
||||
SHA256 (pinentry) = e3e3544c4786704b5d443ff45f8ff4399460c816508029d20adc98ada86f7199
|
||||
|
@ -2,7 +2,7 @@
|
||||
# URL: https://gnupg.org/related_software/pinentry/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libassuan libcap util-linux
|
||||
# Optional: gcr3 gtk libsecret qt5
|
||||
# Optional: gcr3 gtk libsecret qt5 qt6-base
|
||||
|
||||
name=pinentry
|
||||
version=1.3.0
|
||||
@ -16,7 +16,9 @@ build() {
|
||||
prt-get isinst gcr3 || PKGMK_PINENTRY+=' --disable-gnome3'
|
||||
prt-get isinst gtk || PKGMK_PINENTRY+=' --disable-gtk2'
|
||||
prt-get isinst qt5 || PKGMK_PINENTRY+=' --disable-pinentry-qt5'
|
||||
prt-get isinst qt6-base || PKGMK_PINENTRY+=' --disable-pinentry-qt'
|
||||
|
||||
CXXFLAGS+=" -fPIC" \
|
||||
./configure $PKGMK_PINENTRY \
|
||||
--prefix=/usr \
|
||||
--enable-pinentry-curses \
|
||||
|
Loading…
x
Reference in New Issue
Block a user