Diff lxqt-themes-2.0.0 with a lxqt-themes-2.1.0

/usr/portage/x11-themes/lxqt-themes/lxqt-themes-2.1.0.ebuild 2025-07-29 16:22:17.980470423 +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="LXQt Themes"
9 9
HOMEPAGE="https://lxqt-project.org/"
......
19 19
LICENSE="LGPL-2.1+"
20 20
SLOT="0"
21 21

  
22
BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
23

  
24
pkg_postinst() {
25
	xdg_icon_cache_update
26
}
27

  
28
pkg_postrm() {
29
	xdg_icon_cache_update
30
}
22
BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"
Thank you!