diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-07-26 23:23:04 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-26 23:23:19 +0200 |
commit | 30c7294b338aaeda2378fec4a8b3613f301aa469 (patch) | |
tree | c335f912b3e04ad9f38c49dfccbbff5602b33c92 /sys-auth | |
parent | media-sound/teamspeak-client: amd64 stable (diff) | |
download | gentoo-30c7294b338aaeda2378fec4a8b3613f301aa469.tar.gz gentoo-30c7294b338aaeda2378fec4a8b3613f301aa469.tar.bz2 gentoo-30c7294b338aaeda2378fec4a8b3613f301aa469.zip |
sys-auth/AusweisApp2: add 1.26.5
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild | 51 | ||||
-rw-r--r-- | sys-auth/AusweisApp2/Manifest | 1 |
2 files changed, 52 insertions, 0 deletions
diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild new file mode 100644 index 000000000000..e5e3ddda4634 --- /dev/null +++ b/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild @@ -0,0 +1,51 @@ +# 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 ~x86" + +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig" + +RDEPEND=" + dev-libs/openssl:0= + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtquickcontrols2:5 + dev-qt/qtsvg:5 + dev-qt/qtwebsockets:5[qml] + dev-qt/qtwidgets:5 + net-libs/http-parser:0= + sys-apps/pcsc-lite + virtual/udev" + +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_SHARED_LIBS=OFF + -DQt=Qt5 + ) + 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 65fa34ebc1a7..54d660a10e43 100644 --- a/sys-auth/AusweisApp2/Manifest +++ b/sys-auth/AusweisApp2/Manifest @@ -1 +1,2 @@ DIST AusweisApp2-1.26.4.tar.gz 10874849 BLAKE2B 48af76cd6fcae0bf79967c45c5b5cd3588749737460c4486b637c8fdcc01fb424c6140ce38cba9607256f16049ce876dbc49c3733dec5494901c76f71c80b90f SHA512 435ea946e25aef4273699bdb446c02649b7d3292d781cd633297577c684dc5551a0ec716e26947336f4dda5dc30cd5795f87706f8300e400b4ccb3ffeef3988f +DIST AusweisApp2-1.26.5.tar.gz 11707556 BLAKE2B 696237338fd6fcc605c26937d060e08b70abfee6bd8f6a96d16c05beeca9d1d82eb5e29addb64d9513f66abbdb49ad9309c2a218ad5e743e317ea40fc3cd82e7 SHA512 45fd4c36858dfbf3398bf3b6e967a086c0649b698e16636bc18d7fba87ba4a8a9b7415e6e01b17f9537fd5167e40a1d6b4c2a768a94dda021f50f16ea393190f |