Package Details: autenticacao-gov-pt 3.13.0-4

Git Clone URL: https://aur.archlinux.org/autenticacao-gov-pt.git (read-only, click to copy)
Package Base: autenticacao-gov-pt
Description: Portuguese Citizen Card Application (Portugal eID) source code based version
Upstream URL: http://www.cartaodecidadao.pt/
Keywords: autenticacao cartao cartaodecidadao cidadao de gov portugal pt
Licenses: GPL2, LGPL3, custom:EUPL
Conflicts: cartaodecidadao, cartaodecidadao-bin, classpath
Replaces: cartaodecidadao
Submitter: r3pek
Maintainer: a36233
Last Packager: a36233
Votes: 19
Popularity: 0.000000
First Submitted: 2015-10-18 15:16 (UTC)
Last Updated: 2024-12-14 17:15 (UTC)

Latest Comments

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

joserebelo commented on 2021-07-15 17:55 (UTC) (edited on 2021-07-15 17:58 (UTC) by joserebelo)

@a36233 can we consider dropping the sudo calls in prepare()? They don't seem to be needed anymore:

  • I managed to build/run it on java 16
  • The includes for openjpeg do not seem to be needed
  • The includes for jni can be replaced with the following:
cat >> ${srcdir}/${_pkgname}/pteid-mw-pt/_src/eidmw/eidlibJava_Wrapper/eidlibJava_Wrapper.pro <<EOF
INCLUDEPATH += /usr/lib/jvm/default/include
INCLUDEPATH += /usr/lib/jvm/default/include/linux
EOF

nunonun commented on 2021-02-04 19:32 (UTC)

Thanks, @36233. Compiling with 'makepkg -s -c -f' solves the problem. For those who need, after compiling, just install with 'sudo pacman -U ./autenticacao-gov-pt-3.4.0-1-x86_64.pkg.tar.zst' or right-click the file and select "Open with Software Install".

a36233 commented on 2021-02-04 18:39 (UTC)

@nunonun that's your own (or local) gpg key. if you want to validate it with pacman you need to locally sign it. Otherwise you can just delete the signature and install without validation of the signature, since it was you that generated the file.

PS: to locally sign your key use the -lsign. More info at: https://wiki.archlinux.org/index.php/Pacman/Package_signing

nunonun commented on 2021-02-04 18:33 (UTC) (edited on 2021-02-04 18:34 (UTC) by nunonun)

@36233 I followed your instructions('makepkg --sign -s -c -f' inside the cloned folder) and successfully compiled the package. However, I cannot manage to install it. I tried

$ sudo pacman -U ./autenticacao-gov-pt-3.4.0-1-x86_64.pkg.tar.zst

but after accepting

:: Import PGP key 24780F1B47B32D52, "Unknown Packager"? [Y/n]

I get the following error messages:

error: key "24780F1B47B32D52" could not be looked up remotely error: required key missing from keyring error: './autenticacao-gov-pt-3.4.0-1-x86_64.pkg.tar.zst': unexpected error

I reloaded the signature keys with

$ sudo pacman -Syy && sudo pacman-key --refresh-keys && sudo pacman-key --populate archlinux manjaro

and tried to install the autenticacao-gov-pt pkg.tar.zst package again, but with no avail. Any hint on how can I solve this issue?

a36233 commented on 2021-01-15 17:53 (UTC)

@cbsousa it is working. Just compile it the Arch way (makepkg --sign -s -c -f) at command line.

cbsousa commented on 2021-01-14 19:38 (UTC)

Boa tarde, Alguém já conseguiu instalar? A mim dá este erro:

A clonar em 'autenticacao.gov'... concluído. Mudou para o novo ramo 'makepkg' ==> A iniciar prepare()... sudo: é necessário um terminal para ler a senha; use a opção -S para ler da entrada padrão ou configure um ajudante de pedido de senha (askpass) sudo: é necessária uma senha ==> ERRO: Uma falha ocorreu em prepare(). A cancelar...

somini commented on 2020-11-09 23:35 (UTC)

@a36233 "ttf-google-fonts-git" provides "ttf-lato", so it Just Works, there's no conflict. It's just 11 MB uncompressed, cloning the repo is 700MB.

My suggestion was just to decrease the maintenance burden and to avoid font issues.

a36233 commented on 2020-11-09 10:32 (UTC)

@somini, I don't see the point of installing the full lato font family because we need 1-3 fonts, also ttf-lato package conflicts with some font packages like ttf-google-fonts-git, etc. Also, if upstream they decide to update to a new font we just need to update and fc-cache the new ones.

somini commented on 2020-11-08 13:01 (UTC)

You should depend on the "ttf-lato" package, and symlink the fonts into that location.

https://www.archlinux.org/packages/community/any/ttf-lato/

That should avoid more font issues with having fonts in non-standard locations.

Noeljunior commented on 2020-10-22 11:59 (UTC) (edited on 2020-10-22 12:38 (UTC) by Noeljunior)

Consider adding libcurl-gnutls as dependency:

 eidguiV2: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

I didn't check if this is a problem from this package or from other packages.