Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/
Date: Thu, 06 Jan 2022 10:39:09
Message-Id: 1641465523.f654aad9b3b14ce1fab376ca425f869fef24d52f.soap@gentoo
1 commit: f654aad9b3b14ce1fab376ca425f869fef24d52f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 10:38:43 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 10:38:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f654aad9
7
8 x11-themes/elementary-xfce-icon-theme: remove superfluous sys-apps/findutils dep
9
10 Closes: https://github.com/gentoo/gentoo/pull/23672
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../elementary-xfce-icon-theme-0.15.1.ebuild | 12 +++++-------
14 .../elementary-xfce-icon-theme-0.15.2.ebuild | 8 ++++----
15 2 files changed, 9 insertions(+), 11 deletions(-)
16
17 diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.1.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.1.ebuild
18 index 9d36aba20360..85d21f251c0a 100644
19 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.1.ebuild
20 +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.1.ebuild
21 @@ -1,27 +1,25 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 +
28 inherit xdg-utils toolchain-funcs
29
30 MY_P="${PN%-icon-theme}-${PV}"
31 DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
32 HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
33 SRC_URI="https://github.com/shimmerproject/elementary-xfce/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
34 +S="${WORKDIR}/${MY_P}"
35
36 LICENSE="public-domain GPL-1 GPL-2 GPL-3"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40
41 -RDEPEND=""
42 -DEPEND="media-gfx/optipng
43 - sys-apps/findutils
44 +BDEPEND="
45 + media-gfx/optipng
46 x11-libs/gdk-pixbuf:2
47 x11-libs/gtk+:3"
48
49 -S="${WORKDIR}/${MY_P}"
50 -
51 src_configure() {
52 # custom script
53 ./configure --prefix="${EPREFIX}/usr" || die
54
55 diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild
56 index 8801f9eb77dc..8af702c9b80e 100644
57 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild
58 +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild
59 @@ -1,7 +1,8 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 +# Copyright 1999-2022 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=7
65 +
66 inherit xdg-utils toolchain-funcs
67
68 MY_P="${PN%-icon-theme}-${PV}"
69 @@ -13,10 +14,9 @@ S="${WORKDIR}/${MY_P}"
70 LICENSE="public-domain GPL-1 GPL-2 GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~riscv ~x86"
73 -IUSE=""
74
75 -BDEPEND="media-gfx/optipng
76 - sys-apps/findutils
77 +BDEPEND="
78 + media-gfx/optipng
79 x11-libs/gdk-pixbuf:2
80 x11-libs/gtk+:3"