Search Criteria
Package Details: ausweisapp2 1.22.0-2
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: | |
Submitter: | J5lx |
Maintainer: | Misery |
Last Packager: | Misery |
Votes: | 24 |
Popularity: | 1.37 |
First Submitted: | 2017-09-15 18:13 |
Last Updated: | 2020-12-01 12:36 |
Dependencies (12)
- http-parser (http-parser-git)
- pcsclite (pcsclite-git, pcsclite-nopy)
- qt5-declarative (qt5-declarative-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- qt5-websockets (qt5-websockets-git)
- cmake (cmake-git) (make)
- qt5-tools (qt5-tools-git) (make)
- acsccid (optional)
- ccid (ccid-git, ccid-morpho) (optional)
- pcsc-cyberjack (optional)
Latest Comments
1 2 3 Next › Last »
Posi commented on 2021-02-24 08:16
PGP-Signature not working
Misery commented on 2020-11-12 10:47
Thanks! I merged it into the PKGBUILD.
BertiBoeller commented on 2020-11-06 11:19
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
If had problems building this package with
qt5-styleplugins
installed. After uninstalling it it works fine.Misery commented on 2020-07-06 06:54
You should use makepkg for that. https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation
deep_freeze commented on 2020-07-04 06:15
Can you please parallelize the build process? Compiling with only one core is pretty slow.
Misery commented on 2020-05-03 14:47
OK, sad to hear that. :-(
J5lx commented on 2020-05-03 13:36
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
@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
@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.