commit: 9cc4c37b122208c5e5a2af4ef860f2ecfea8cdc6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 21:53:40 2026 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 23:22:58 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc4c37b
sys-auth/AusweisApp: add 2.4.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-auth/AusweisApp/AusweisApp-2.4.1.ebuild | 47 +++++++++++++++++++++++++++++ sys-auth/AusweisApp/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/sys-auth/AusweisApp/AusweisApp-2.4.1.ebuild b/sys-auth/AusweisApp/AusweisApp-2.4.1.ebuild new file mode 100644 index 000000000000..ed4be18d7760 --- /dev/null +++ b/sys-auth/AusweisApp/AusweisApp-2.4.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +DESCRIPTION="Official authentication app for German ID cards and residence permits" +HOMEPAGE="https://www.ausweisapp.bund.de/" +SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="EUPL-1.2" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + dev-qt/qtshadertools:6 + dev-qt/qttools:6[linguist] + virtual/pkgconfig" + +RDEPEND=" + dev-libs/openssl:0= + dev-qt/qtbase:6[concurrent,network,widgets] + dev-qt/qtdeclarative:6[widgets] + dev-qt/qtscxml:6[qml] + dev-qt/qtsvg:6 + dev-qt/qtwebsockets:6[qml] + net-libs/http-parser:0= + sys-apps/pcsc-lite + virtual/udev" + +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_SHARED_LIBS=OFF + ) + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/sys-auth/AusweisApp/Manifest b/sys-auth/AusweisApp/Manifest index f6f3bdb71442..cf2d3e83280c 100644 --- a/sys-auth/AusweisApp/Manifest +++ b/sys-auth/AusweisApp/Manifest @@ -1 +1,2 @@ DIST AusweisApp-2.4.0.tar.gz 6230347 BLAKE2B 1c962580fbdb9239b631dfea7cdb984cb49eea20ab0a66e15e7a9c5962a5ce7bc3e82407e5351a8910d827cac82a41a726518dd60c6df370885c70934b202302 SHA512 aeabcb7c16e3ab6f24fe3987e7036d9fd254b5d3cdb3d1a0fdcab0be9638bd106878ad7ac1134776c56e08a39b182cb8fff22db742c69616951481678b930ef4 +DIST AusweisApp-2.4.1.tar.gz 6538580 BLAKE2B 39e6523c32db4b07d94637da838e67259e45b428940816b7e6d40badb3ebbefff4d84640433baa635db728c648c7f05f9c7769bd1cd1885d5c164a278ed8f3f6 SHA512 c59c575afc59007c5e63842cb4111bdb8135803b1f93005cc0e2016aabedf5d1877e84de62f83fdd88dd7469b88bd603e00e44dcd70633c7331349e45a55185b
