Package Details: autenticacao-gov-pt 3.12.0-3

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)

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:

  • pkgver=2.0.46
  • sha1sums=('6e7d1ed2a60dad888026dd82abbe6199e7d4231b' '064b1ee43d8b7060e34da76dfdfba8f68a3131a1')

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:

diff --git a/PKGBUILD b/PKGBUILD
index 1d2df24..7b2b180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Carlos Silva <r3pek@r3pek.org>

 pkgname=autenticacao-gov-pt
-pkgver=2.0.36
+pkgver=2.0.43
 pkgrel=1
 pkgdesc="O Autenticação.gov.pt é o mecanismo que permite utilizar o Cartão de Cidadão eficientemente e em segurança nos navegadores que suportem ou não plugins Java"
 arch=('any')
@@ -11,8 +11,7 @@ depends=('java-runtime' 'pcsclite' 'pcsc-tools' 'ccid')

 source=("autenticacao-gov-pt.install" "https://autenticacao.gov.pt/fa/ajuda/software/plugin-autenticacao-gov.deb")

-sha1sums=('6e7d1ed2a60dad888026dd82abbe6199e7d4231b'
-          '6ec37ba2539c8f3d0461e15c4b8a1d5f6079c4f6')
+sha1sums=('6e7d1ed2a60dad888026dd82abbe6199e7d4231b' '3f52a7bcefdefc8f4fe5edefdc38779ec520d837')

 install='autenticacao-gov-pt.install'

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; ^~~~~~~~