Diff AusweisApp2-1.26.7 with a AusweisApp2-9999

/usr/portage/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild 2023-10-09 14:52:35.420368500 +0300
1
# Copyright 2020-2023 Gentoo Authors
1
# Copyright 2020-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake xdg-utils
6
inherit cmake git-r3 xdg-utils
7 7

  
8 8
DESCRIPTION="Official authentication app for German ID cards and residence permits"
9 9
HOMEPAGE="https://www.ausweisapp.bund.de/"
10
SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git"
11 11

  
12 12
LICENSE="EUPL-1.2"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
15 14

  
16 15
BDEPEND="
17 16
	dev-qt/linguist-tools:5
......
35 34
DEPEND="${RDEPEND}"
36 35

  
37 36
src_configure() {
38
	local mycmakeargs=(
39
		-DBUILD_SHARED_LIBS=OFF
40
		-DQt=Qt5
41
	)
37
	local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
42 38
	cmake_src_configure
43 39
}
44 40

  
Thank you!