summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-06 11:38:43 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-06 11:38:43 +0100
commitf654aad9b3b14ce1fab376ca425f869fef24d52f (patch)
tree14a94af4c67e48db2803d9b0b61f32a6fdb142ec /x11-themes
parentwww-client/seamonkey: remove superfluous sys-apps/findutils dep (diff)
downloadgentoo-f654aad9b3b14ce1fab376ca425f869fef24d52f.tar.gz
gentoo-f654aad9b3b14ce1fab376ca425f869fef24d52f.tar.bz2
gentoo-f654aad9b3b14ce1fab376ca425f869fef24d52f.zip
x11-themes/elementary-xfce-icon-theme: remove superfluous sys-apps/findutils dep
Closes: https://github.com/gentoo/gentoo/pull/23672 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.1.ebuild12
-rw-r--r--x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild8
2 files changed, 9 insertions, 11 deletions
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
index 9d36aba20360..85d21f251c0a 100644
--- 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
@@ -1,27 +1,25 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit xdg-utils toolchain-funcs
MY_P="${PN%-icon-theme}-${PV}"
DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
SRC_URI="https://github.com/shimmerproject/elementary-xfce/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="public-domain GPL-1 GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="media-gfx/optipng
- sys-apps/findutils
+BDEPEND="
+ media-gfx/optipng
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3"
-S="${WORKDIR}/${MY_P}"
-
src_configure() {
# custom script
./configure --prefix="${EPREFIX}/usr" || die
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
index 8801f9eb77dc..8af702c9b80e 100644
--- 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
@@ -1,7 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit xdg-utils toolchain-funcs
MY_P="${PN%-icon-theme}-${PV}"
@@ -13,10 +14,9 @@ S="${WORKDIR}/${MY_P}"
LICENSE="public-domain GPL-1 GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-BDEPEND="media-gfx/optipng
- sys-apps/findutils
+BDEPEND="
+ media-gfx/optipng
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3"