commit:     dfaf4be47ecc2afab9a4b3826ea6c12b890cd0ca
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 21:26:38 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 21:51:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaf4be4

sys-auth/AusweisApp2: add 2.0.1

Closes: https://bugs.gentoo.org/917494
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild | 47 +++++++++++++++++++++++++++
 sys-auth/AusweisApp2/Manifest                 |  1 +
 2 files changed, 48 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
new file mode 100644
index 000000000000..6e3e9ec0cbd6
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2023 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/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index ba5bf4b824a1..adb9bc7b523b 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.26.7.tar.gz 11708844 BLAKE2B 
3ae1e00e871f72aa36211e6edb6ab59a9abe7b4aeb1f1b6aab653ec549a56191da53e243fc7990f6c2512135ffce4288684ffd112ba9493aca7bdb6611d658a5
 SHA512 
a6b3024febb87ed66fd29e5cc841275cf59aafeb2d81cf44be0452c300217c84fb499477d080e757270d51c1d2101e5b75414d2aca16db1046031e8b7a7b454d
+DIST AusweisApp2-2.0.1.tar.gz 9123033 BLAKE2B 
86f0d9838285bc35a29611e14c4328c584ffeff5c584916960486f9b120ff7472372fdb250a7a014ecfd2e3fdf4992fb827387c6e374427ef0b178f6f455cdf7
 SHA512 
81ceeab73111cce3f72a89584dedd78436190fca47d6901eb7d9a15775df06ce0dac12ff3cc52c38c82cd316d50ffaae6b2d7a8c85d9fb7e6ead58850b5ea535

Reply via email to