mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-auth/AusweisApp: add 2.3.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
47
sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild
Normal file
47
sys-auth/AusweisApp/AusweisApp-2.3.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user