Diff claws-mail-themes-20140629 with a claws-mail-themes-20221017

/usr/portage/x11-themes/claws-mail-themes/claws-mail-themes-20221017.ebuild 2023-10-09 14:52:35.984368514 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
5

  
6
inherit xdg
4
EAPI=8
7 5

  
8 6
DESCRIPTION="Iconsets for Claws Mail"
9 7
HOMEPAGE="https://www.claws-mail.org/"
......
11 9

  
12 10
LICENSE="GPL-2 GPL-3 CC-BY-3.0 CC-BY-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-3.0 MPL-1.1 freedist public-domain all-rights-reserved"
13 11
SLOT="0"
14
KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
12
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
15 13
RESTRICT="mirror bindist"
16 14

  
17 15
RDEPEND="mail-client/claws-mail"
18

  
19
src_install() {
20
	insinto /usr/share/claws-mail/themes
21
	doins -r *
22
}
Thank you!