Diff qdevicemonitor-1.0.1-r2 with a qdevicemonitor-9999

/usr/portage/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild 2023-10-09 14:52:30.992368388 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
24 24
	app-pda/usbmuxd
25 25
	dev-qt/qtcore:5
26 26
	dev-qt/qtgui:5
27
	dev-qt/qtwidgets:5
28 27
	dev-util/android-tools"
29 28
DEPEND="${RDEPEND}"
30 29

  
31
PATCHES=(
32
	"${FILESDIR}"/${P}-qt-5.11.patch
33
	"${FILESDIR}"/${P}-crash-after-fresh-install.patch
34
	"${FILESDIR}"/${P}-screen-geometry-is-deprecated.patch
35
	"${FILESDIR}"/${P}-endl-is-deprecated.patch
36
	"${FILESDIR}"/${P}-disable-warnings-as-errors.patch
37
)
38

  
39 30
src_configure() {
40 31
	cd "${PN}" || die
41 32
	export VERSION_WITH_BUILD_NUMBER="${PV}"
Thank you!