summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-11 09:59:12 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-11 10:20:01 +0100
commitcdba5183fe01de7b1abbf332c8439f962128e072 (patch)
tree8cdb83ceb0bfd69d7cb6c703f2a67c0f3c89596e /x11-themes
parentdev-python/importlib_metadata: Bump to 3.4.0 (diff)
downloadgentoo-cdba5183fe01de7b1abbf332c8439f962128e072.tar.gz
gentoo-cdba5183fe01de7b1abbf332c8439f962128e072.tar.bz2
gentoo-cdba5183fe01de7b1abbf332c8439f962128e072.zip
x11-themes/elementary-xfce-icon-theme: Use BDEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.15.2.ebuild6
1 files changed, 2 insertions, 4 deletions
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 4ae67eb35126..94af0ef56281 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
@@ -8,20 +8,18 @@ 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
+BDEPEND="media-gfx/optipng
sys-apps/findutils
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3"
-S="${WORKDIR}/${MY_P}"
-
src_configure() {
# custom script
./configure --prefix="${EPREFIX}/usr" || die