commit: b4ef3df7e9e6f880a4d4d7350ef45800ab2a27a3 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Aug 10 21:11:15 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Aug 10 21:25:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ef3df7
sys-auth/AusweisApp: add 2.3.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-auth/AusweisApp/AusweisApp-2.3.2.ebuild | 47 +++++++++++++++++++++++++++++ sys-auth/AusweisApp/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/sys-auth/AusweisApp/AusweisApp-2.3.2.ebuild b/sys-auth/AusweisApp/AusweisApp-2.3.2.ebuild new file mode 100644 index 000000000000..6c1e58696bbc --- /dev/null +++ b/sys-auth/AusweisApp/AusweisApp-2.3.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 2020-2025 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 fe5494bf2a3d..69b25cf3cd29 100644 --- a/sys-auth/AusweisApp/Manifest +++ b/sys-auth/AusweisApp/Manifest @@ -1 +1,2 @@ DIST AusweisApp-2.3.1.tar.gz 6143361 BLAKE2B abaf82e79036da01fc8e0c549e86c4f61131a24d1c45314ad428aa1855d45a77dc4b1083eefd0f8f0c201ac2bc57d0f6dd910e7a74597e7145ff5f8237d5a919 SHA512 88d58134ea4cd4e6084976880cdaa14cf2db2444081834fd7aea4456589a02cb55d9897921020293e331fd7c92f342505babd5810d1d4b712fa1c2d0e925732f +DIST AusweisApp-2.3.2.tar.gz 6175189 BLAKE2B 0fc07d3b0e9f186abf01523e70261693de94830c76c8dedf64ebe092ceeecc71623e3fbe66f32ec93777e1e4feb9a41f7bc10946ee0251da7c0ec2ca05a192c5 SHA512 1599fc0e8db3fce034692a901f3bec21584a5541dd874dcc857a8c7acc65217fa614cbeaedfcf2060da6d10ebd42d6e6f99708f06917976c6306eea5c77531d5
