Diff qps-2.9.0 with a qps-2.10.0

/usr/portage/x11-misc/qps/qps-2.10.0.ebuild 2025-02-03 17:39:35.962678108 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 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 xdg
7 7

  
8 8
DESCRIPTION="Qt GUI Process Manager"
9 9
HOMEPAGE="https://lxqt-project.org/"
......
13 13
	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
14 14
else
15 15
	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
16
	KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
16
	KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
17 17
fi
18 18

  
19 19
LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
......
21 21

  
22 22
BDEPEND="
23 23
	>=dev-qt/qttools-6.6:6[linguist]
24
	>=dev-util/lxqt-build-tools-2.0.0
24
	>=dev-util/lxqt-build-tools-2.1.0
25 25
"
26 26
DEPEND="
27 27
	>=dev-qt/qtbase-6.6:6[gui,widgets]
28
	>=lxqt-base/liblxqt-2.0:=
28
	>=lxqt-base/liblxqt-2.1:=
29 29
"
30 30
RDEPEND="${DEPEND}"
31

  
32
pkg_postinst() {
33
	xdg_desktop_database_update
34
	xdg_icon_cache_update
35
}
36

  
37
pkg_postrm() {
38
	xdg_desktop_database_update
39
	xdg_icon_cache_update
40
}
Thank you!