x11-themes/elementary-xfce-icon-theme - 0.21 (gentoo)

Search

Notice: This package is in a virtual group: virtual/freedesktop-icon-theme
Equivalents: kde-frameworks/breeze-icons, kde-frameworks/oxygen-icons, lxde-base/lxde-icon-theme, x11-themes/adwaita-icon-theme, x11-themes/faenza-icon-theme, x11-themes/mate-icon-theme, x11-themes/tango-icon-theme

Install

Install this version:

emerge -a =x11-themes/elementary-xfce-icon-theme-0.21

Package Information

Description:
Elementary icons forked from upstream, extended and maintained for Xfce
Homepage:
https://github.com/shimmerproject/elementary-xfce
License:
GPL-3+ Apache-2.0 CC-BY-4.0 CC-BY-SA-4.0

Ebuild Details

Version EAPI Keywords Slot
0.21 8 amd64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xdg 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}"

# see AUTHORS
LICENSE="
	GPL-3+
	Apache-2.0
	CC-BY-4.0 CC-BY-SA-4.0
"
SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"

BDEPEND="
	media-gfx/optipng
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:3"

src_prepare() {
	sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \
		svgtopng/Makefile || die
	default
}

src_configure() {
	# custom script
	./configure --prefix="${EPREFIX}/usr" || die
}

src_compile() {
	emake CC="$(tc-getCC)"
}

Inherited Eclasses

xdg

Dependencies

BDEPEND

	media-gfx/optipng
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:3

Manifest for 0.21

Type File Size Source URLs
DIST elementary-xfce-0.21.tar.gz 7422680 bytes https://github.com/shimmerproject/elementary-xfce/archive/v0.21.tar.gz