Diff fedora-backgrounds-31.0.4 with a fedora-backgrounds-32.2.2

/usr/portage/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild 2023-10-09 14:52:35.988368514 +0300
11 11
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
12 12

  
13 13
# Review on each bump, files Attribution*
14
LICENSE="CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 Free-Art-1.3"
14
LICENSE="CC-BY-SA-4.0"
15 15

  
16 16
KEYWORDS="amd64 x86"
17 17
IUSE=""
......
22 22
BDEPEND=""
23 23

  
24 24
S="${WORKDIR}/${MY_PN}"
25

  
26
src_install() {
27
	default
28
	# Don't change default MATE background
29
	rm "${ED}"/usr/share/backgrounds/mate/default.xml || die
30
}
Thank you!