From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D1491582EF for ; Sat, 08 Mar 2025 23:21:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 57264343062 for ; Sat, 08 Mar 2025 23:21:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA293110471; Sat, 08 Mar 2025 23:21:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BFD15110471 for ; Sat, 08 Mar 2025 23:21:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7979534120D for ; Sat, 08 Mar 2025 23:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E716228AB for ; Sat, 08 Mar 2025 23:21:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1741476062.2b8730fe0ec1635c729d5a7699a327bc669b124d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild sys-auth/AusweisApp/Manifest X-VCS-Directories: sys-auth/AusweisApp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2b8730fe0ec1635c729d5a7699a327bc669b124d X-VCS-Branch: master Date: Sat, 08 Mar 2025 23:21:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6cf5aa56-a009-471a-97b2-e2b2a7d8169c X-Archives-Hash: b991ff1f8557b8e19739430cb6d0f517 commit: 2b8730fe0ec1635c729d5a7699a327bc669b124d Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 8 23:05:38 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 8 23:21:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8730fe sys-auth/AusweisApp: add 2.3.0 Signed-off-by: Conrad Kostecki gentoo.org> sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild | 47 +++++++++++++++++++++++++++++ sys-auth/AusweisApp/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild b/sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild new file mode 100644 index 000000000000..6c1e58696bbc --- /dev/null +++ b/sys-auth/AusweisApp/AusweisApp-2.3.0.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 573562d0a0e8..ac78301b6eee 100644 --- a/sys-auth/AusweisApp/Manifest +++ b/sys-auth/AusweisApp/Manifest @@ -1 +1,2 @@ DIST AusweisApp-2.2.2.tar.gz 5943648 BLAKE2B 3857177c7f54ad807de480345d22e38c8160b57d51851af7c53f46307ccd5e5150d7800ed26f8f527b0ef2ec725ae2c9c1c62fba4f35007c16886184352a6440 SHA512 2e0e101d5623ea97a04710fa8dcfdd9be96df71d80f5f6aa4fbb515a6f7ca4d62df766c16b21ad48720b21eb541f22287213adb71bd1d93cee00f9839c303169 +DIST AusweisApp-2.3.0.tar.gz 6144050 BLAKE2B f85bc1f197043b5cc25441388ba22dacceac231fb49b638a8cc5d7da63da4a325515e4bd577fcd30bc49450ca0122c3f897749ca8473634fa02d89a0a0c4240f SHA512 cece9352508010d42a142dcd703a489691907422df619a000d6f849cba637e2d136c866fc76ef8d19cb81f9226322c2c10f566074c937229728e63de0826f747