Search Criteria
Package Details: autenticacao-gov-pt 3.12.0-3
Package Actions
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) |
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: | 20 |
Popularity: | 0.001394 |
First Submitted: | 2015-10-18 15:16 (UTC) |
Last Updated: | 2024-07-29 08:48 (UTC) |
Dependencies (22)
- ccid (ccid-gitAUR, ccid-morphoAUR)
- cjson (cjson-gitAUR)
- libcurl-compat (libcurl-http3-ngtcp2-compatAUR, libcurl-compat-gitAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-http3-ngtcp2-gnutlsAUR, libcurl-gnutls-gitAUR)
- libzip (libzip-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openpace-gitAUR
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcsclite (pcsclite-gitAUR)
- poppler-qt5 (poppler-qt5-gitAUR, poppler-qt-lcdAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-tools
- xml-security-cAUR
- git (git-gitAUR, git-glAUR) (make)
- qconf (qconf-gitAUR) (make)
- swig (swig-gitAUR) (make)
- autenticacao-gov-pt-pkiAUR (optional) – PKI que confirma a validade dos certificados dos CC
- ecce-gov-pt-certificatesAUR (optional) – Certificados da ECCE quem assina dos certificados contidos em cartaodecidadao-pki
- plugin-autenticacao-gov-ptAUR (optional) – Necessário para autenticações online
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
a36233 commented on 2020-04-15 10:26 (UTC)
@dllud Arch does not use JAVA_HOME instead it has the archlinux-java tool that updates the symbolic links for default/current java environment. I had to change at the host system because upstream they didn't use cmake/configure ou simillar tool with capabilities to assign java library PATHs. They fixed library path /usr/include/jni*.h You can use the pre-compiled one also, no changes on the host system. autenticacao-gov-pt-bin
dllud commented on 2020-04-09 22:51 (UTC)
Instead of: sudo archlinux-java set java-11-openjdk
Have you tried something along the lines of: export JAVA_HOME="/usr/lib/jvm/java-11-openjdk"
Arch does not use JAVA_HOME, but some build systems do.
leo.sfsm commented on 2020-04-09 12:29 (UTC)
I made some changes to the PKGBUILD for adopting it to Arch path structure. I modified the previously used patch files and adopted it for the new version. https://github.com/leosfsm/cartaodecidadao
somini commented on 2019-10-10 11:28 (UTC)
New version:
diazkun commented on 2019-09-19 00:36 (UTC)
new version of the package is 2.0.45 sha1sum is 85e71e382c242b636f724ffe11adfc99b99eb3b2
somini commented on 2019-08-13 17:03 (UTC)
This has been updated to v2.0.43. Here's the patch:
tiago.casal commented on 2019-06-04 03:12 (UTC)
3.0.17 is the most recent version, despite it not being available directly from the official website (the version there is 3.0.16) it is available on the svn repo https://svn.gov.pt/projects/ccidadao/browser/middleware-offline/tags/builds/lastversion
sergiomb commented on 2019-06-02 07:29 (UTC) (edited on 2019-06-02 07:31 (UTC) by sergiomb)
to build with xml-security-c-2.0.2 you need patch xml-security-c-2.0.2 first, with
https://github.com/apache/santuario-cpp/pull/5
and after add this patch
https://github.com/sergiomb2/ccidadao/commit/fa6c6b55e34c05bd6802948861651707ae44e4e8
https://github.com/sergiomb2/ccidadao/commits/master have all patches for svn trunk version 3.0.16
TheSouthCitizen commented on 2019-05-24 12:33 (UTC)
Missing dependencies: ==> Error: Could not find all required packages: xml-security-c-ria (Wanted by: cartaodecidadao)
Out of date: current version - 3.0.16
https://www.autenticacao.gov.pt/cc-aplicacao
tiago.casal commented on 2019-04-03 14:56 (UTC)
It's not compiling anymore. (there is also a new version)
even amending the xml-security-c-ria to xml-security-c I get the following error:
XadesSignature.cpp:66:10: fatal error: xsec/utils/XSECDOMUtils.hpp: No such file or directory #include <xsec/utils/XSECDOMUtils.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: [Makefile:1247: XadesSignature.o] Error 1 make[1]: Waiting for unfinished jobs.... In file included from ../common/Log.h:34, from SigContainer.cpp:30: ../common/LogBase.h:136:17: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr<CLogger> m_instance; ^~~~~~~~ In file included from /usr/include/c++/8.2.1/memory:80, from ../common/LogBase.h:76, from ../common/Log.h:34, from SigContainer.cpp:30: /usr/include/c++/8.2.1/bits/unique_ptr.h:53:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~ In file included from ../common/Log.h:34, from ScapSSLConnection.cpp:4: ../common/LogBase.h:136:17: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr<CLogger> m_instance; ^~~~~~~~ In file included from /usr/include/c++/8.2.1/memory:80, from ../common/LogBase.h:76, from ../common/Log.h:34, from ScapSSLConnection.cpp:4: /usr/include/c++/8.2.1/bits/unique_ptr.h:53:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »