Package Details: ausweisapp2 2.2.2-1

Git Clone URL: https://aur.archlinux.org/ausweisapp2.git (read-only, click to copy)
Package Base: ausweisapp2
Description: A software application that you install on your computer to use your national identity card or your electronic residence permit for online identification
Upstream URL: https://www.ausweisapp.bund.de/
Licenses: custom:EUPL1.2
Submitter: J5lx
Maintainer: Misery
Last Packager: Misery
Votes: 70
Popularity: 0.47
First Submitted: 2017-09-15 18:13 (UTC)
Last Updated: 2024-10-30 12:11 (UTC)

Pinned Comments

williX commented on 2022-09-18 17:08 (UTC) (edited on 2022-09-18 17:09 (UTC) by williX)

Thanks to older comments, problem with unknown pgp key is solved. Had to enter

gpg --keyserver keyserver.ubuntu.com --recv-keys 699BF3055B0A49224EFDE7C72D7479A531451088

I tried several keyservers, but keyserver.ubuntu.com was the right one.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

J5lx commented on 2023-01-27 22:55 (UTC)

pkgconf is part of the base-devel group, which is implicitly assumed to be installed when building any package with makepkg :)

jenzo commented on 2023-01-27 17:59 (UTC)

Quick note for the sake of completeness (call me picky): pkgconfig is a dependency formally missing in the PKGCONFIG ;)

bjo commented on 2022-11-06 18:59 (UTC)

Please add openssl-1.1 as a dependency as openssl moved to 3.0.7 now.

corax2.05 commented on 2022-10-24 17:11 (UTC)

How can I add the patch posted by lunaryorn? I'm on Manjaro, normally I use pamac to install AUR builds.

shtrophic commented on 2022-10-23 16:21 (UTC)

Thank you for the patch @lunaryorn!

Misery commented on 2022-10-17 11:58 (UTC)

It's just because Qt 6.4 did an incompatible change. This will be fixed in next AA2 version.

Necoro commented on 2022-10-16 20:07 (UTC) (edited on 2022-10-16 20:08 (UTC) by Necoro)

@MartinX3: Maybe, but the build file states

if(DESKTOP)
    set(MIN_QT_VERSION 5.15)
else()
    set(MIN_QT_VERSION 6.2)
endif()

MartinX3 commented on 2022-10-16 19:51 (UTC) (edited on 2022-10-16 19:51 (UTC) by MartinX3)

@Necoro, please read the release notes...
https://github.com/Governikus/AusweisApp2/blob/master/docs/releasenotes/1.24.0.rst

Necoro commented on 2022-10-16 14:46 (UTC)

Thank @lunaryorn for the patch. This works.

Just out of curiosity: Why do we enforce Qt6 where we need a patch and not use Qt5?

corax2.05 commented on 2022-10-16 13:16 (UTC)

Run into the same issue like MartinX3. Still the same error. I have qt6 installed, that seems to change nothing.