I will be orphaning this package due to time constraint, and hope that someone else will pick it up.
Search Criteria
Package Details: eid-mw 5.1.21-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eid-mw.git (read-only, click to copy) |
---|---|
Package Base: | eid-mw |
Description: | The Belgian e-ID (electronic identity card) viewer and Firefox extension |
Upstream URL: | https://eid.belgium.be/ |
Licenses: | LGPL-3.0-only |
Submitter: | gromit |
Maintainer: | bart |
Last Packager: | lquidfire |
Votes: | 5 |
Popularity: | 0.96 |
First Submitted: | 2024-03-20 15:19 (UTC) |
Last Updated: | 2024-11-03 14:46 (UTC) |
Dependencies (16)
- curl (curl-gitAUR, curl-c-aresAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libassuan (libassuan-gitAUR)
- libgpg-error (libgpg-error-gitAUR)
- libproxy (libproxy-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- openssl (openssl-staticAUR, openssl-gitAUR)
- p11-kit (p11-kit-gitAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- libbsd (libbsd-gitAUR) (make)
- libtool (libtool-gitAUR) (make)
- pcsclite (pcsclite-gitAUR) (make)
- acsccid (optional) – ACS CCID smart card readers
- ccid (ccid-gitAUR, ccid-morphoAUR) (optional) – Needed for Belgian Digipass 870
- firefox (cachy-browser-firefox-shimAUR, librewolf-firefox-shimAUR, firefox-kde-opensuse-no-telemetryAUR, firefox-developer-edition-firefox-symlink-latestAUR, firefox-opensuse-binAUR, firefox-kde-opensuseAUR, firefox-globalmenuAUR, firefox-binAUR, firefox-esr-binAUR, firefox-vaapiAUR, firefox-beta-bin-all-localizationsAUR, firefox-beta-binAUR) (optional) – Extension for Belgian eid
- pcsc-tools (optional) – PC/SC smartcard tools
Required by (0)
Sources (2)
lquidfire commented on 2025-02-27 17:42 (UTC)
jibundeyare commented on 2024-12-16 15:38 (UTC)
As a follow up to @liquidfire's comment, let me detail how I imported the public keys of the eid-mw package.
Referring to the https://files.eid.belgium.be/info.html page, I opened https://files.eid.belgium.be/ and downloaded the following file:
- https://files.eid.belgium.be/6773d225.asc (official releases)
- https://files.eid.belgium.be/10a04d46.asc (continuous builds)
Then I issued the following command to import the public keys:
gpg --import 6773d225.asc
gpg --import 10a04d46.asc
Now you can build and install the package.
Velabrum commented on 2024-08-19 15:34 (UTC)
Thanks @lquidfire.
Those procedures didn't work for me initially; but based on the error messages I found this info regarding firewalls. I'm on a mobile connection abroad and had no idea, but there may indeed be some firewall, because gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D95426E309C0492990D8E8E2824A5E0010A04D46
(note the :80) did the trick to import the key.
By now, eid-mw is up and running :-) Many thanks for AURing it!
lquidfire commented on 2024-08-17 18:12 (UTC)
Velabrum commented on 2024-08-16 20:36 (UTC)
Hi, trying to install this from Pamac on Manjaro. I get the below errors about PGP key errors, which I know little about. Can someone help me address this? Thanks!
Cloning eid-mw build files...
Generating eid-mw information...
Checking eid-mw dependencies...
Resolving dependencies...
Checking inter-conflicts...
key D95426E309C0492990D8E8E2824A5E0010A04D46 could not be imported
Building eid-mw...
==> Making package: eid-mw 5.1.19-1 (Fri 16 Aug 2024 10:30:10 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found eid-mw-5.1.19-v5.1.19.tar.gz
-> Found eid-mw-5.1.19-v5.1.19.tar.gz.asc
==> Validating source files with sha256sums...
eid-mw-5.1.19-v5.1.19.tar.gz ... Passed
eid-mw-5.1.19-v5.1.19.tar.gz.asc ... Skipped
==> Verifying source file signatures with gpg...
eid-mw-5.1.19-v5.1.19.tar.gz ... FAILED (unknown public key 824A5E0010A04D46)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build eid-mw
lquidfire commented on 2024-07-26 18:20 (UTC)
A tool that can help with this is the package extra/rebuild-detector
. It has a Pacman hook that will notify you when a library update breaks any of your local repo software. You then know that that software has to be rebuilt.
libertepourmoi commented on 2024-07-23 11:47 (UTC)
@desaparecido thanks, rebuilding did the trick. And yes, libassuan changed name from so.0 to so.9 with the update.
desaparecido commented on 2024-07-23 10:55 (UTC)
@libertepourmoi did you try to rebuild the package ? if you have new shared library name (like seems in this case), is needed to build again to link with new library name.
with the same libassuan package version I have this :
/usr/lib/libassuan.so /usr/lib/libassuan.so.9 /usr/lib/libassuan.so.9.0.0
libertepourmoi commented on 2024-07-23 10:00 (UTC) (edited on 2024-07-23 10:01 (UTC) by libertepourmoi)
After updating libassuan to version 3.0.0-1 I can't use this anymore. E.g. when running eid-viewer, I get "eid-viewer: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory"
cherkaba commented on 2024-06-04 20:33 (UTC)
thks to explain it simply and accurate.
it should be pinned
Pinned Comments
lquidfire commented on 2024-06-04 20:16 (UTC)
@cherkaba: See the link in the PKGBUILD.
The 'release' packages are signed by the key you mention (and found here: https://eid.belgium.be/en/linux-eid-software-installation).
However, sources are not signed with that key, but with the one mentioned here: https://files.eid.belgium.be/info.html (as explained in the PKGBUILD).
I hope this helps!