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: 73
Popularity: 1.58
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 .. 5 6 7 8 9 10 11 12 Next › Last »

Posi commented on 2021-02-24 08:16 (UTC)

PGP-Signature not working

Misery commented on 2020-11-12 10:47 (UTC)

Thanks! I merged it into the PKGBUILD.

BertiBoeller commented on 2020-11-06 11:19 (UTC)

I've made some small modifications to your PKGBUILD: https://pastebin.com/R5zuqR70 This allows to choose the generator type for CMake: CMAKE_GENERATOR=Ninja makepkg

jfdev commented on 2020-07-29 20:35 (UTC)

If had problems building this package with qt5-styleplugins installed. After uninstalling it it works fine.

Misery commented on 2020-07-06 06:54 (UTC)

You should use makepkg for that. https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation

deep_freeze commented on 2020-07-04 06:15 (UTC)

Can you please parallelize the build process? Compiling with only one core is pretty slow.

Misery commented on 2020-05-03 14:47 (UTC)

OK, sad to hear that. :-(

J5lx commented on 2020-05-03 13:36 (UTC)

I’m going to step down as maintainer of this package. Misery, maybe you would like to take over?

MagicianMerlin commented on 2020-03-02 19:42 (UTC)

@Misery I followed your suggestions and came to the result that everything worked fine. I assume that this is due to the clean build that I did for that. After the complete removal of all cached files from my package manager and thus a clean new build everything worked fine - also without the debug flags.

Thank you and excuse the circumstances!

Misery commented on 2020-02-19 20:52 (UTC)

@MagicianMerlin Please switch to CMAKE_BUILD_TYPE=debug and pass -DSANITIZER=ON to cmake. You should see a stacktrace with that build. Please paste it here.