From 4ef9e0adc350f2d33575b668daf485785066da81 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 24 Jun 2020 20:50:21 +0200 Subject: sys-auth/AusweisApp2: bump to version 1.20.1 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Conrad Kostecki --- sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild (limited to 'sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild') diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild new file mode 100644 index 000000000000..869fe92ebae0 --- /dev/null +++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ) + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3