mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-auth/AusweisApp2: add 2.0.1
Closes: https://bugs.gentoo.org/917494 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
47
sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
Normal file
47
sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user