mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-auth/AusweisApp: add 2.4.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
47
sys-auth/AusweisApp/AusweisApp-2.4.0.ebuild
Normal file
47
sys-auth/AusweisApp/AusweisApp-2.4.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.3.2.tar.gz 6175189 BLAKE2B 0fc07d3b0e9f186abf01523e70261693de94830c76c8dedf64ebe092ceeecc71623e3fbe66f32ec93777e1e4feb9a41f7bc10946ee0251da7c0ec2ca05a192c5 SHA512 1599fc0e8db3fce034692a901f3bec21584a5541dd874dcc857a8c7acc65217fa614cbeaedfcf2060da6d10ebd42d6e6f99708f06917976c6306eea5c77531d5
|
||||
DIST AusweisApp-2.4.0.tar.gz 6230347 BLAKE2B 1c962580fbdb9239b631dfea7cdb984cb49eea20ab0a66e15e7a9c5962a5ce7bc3e82407e5351a8910d827cac82a41a726518dd60c6df370885c70934b202302 SHA512 aeabcb7c16e3ab6f24fe3987e7036d9fd254b5d3cdb3d1a0fdcab0be9638bd106878ad7ac1134776c56e08a39b182cb8fff22db742c69616951481678b930ef4
|
||||
|
||||
Reference in New Issue
Block a user