x11-themes/elementary-icons-theme - 9.0.0 (elementary)

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/elementary-xfce-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-icons-theme-9.0.0

Package Information

Description:
An original set of vector icons designed specifically for elementary OS
Homepage:
https://github.com/elementary/icons
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9.0.0 8 amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnome2 meson

DESCRIPTION="An original set of vector icons designed specifically for elementary OS"
HOMEPAGE="https://github.com/elementary/icons"
SRC_URI="https://github.com/elementary/icons/archive/${PV}.tar.gz -> ${P}.tar.gz"

S=${WORKDIR}/icons-${PV}

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"

RDEPEND="gnome-base/librsvg"
BDEPEND="${RDEPEND}
	x11-apps/xcursorgen"

src_configure() {
	local emesonargs=(
		-Dvolume_icons=true
		-Dpalettes=false
	)
	meson_src_configure
}

Inherited Eclasses

Dependencies

RDEPEND

gnome-base/librsvg

BDEPEND

gnome-base/librsvg
	x11-apps/xcursorgen

Manifest for 9.0.0

Type File Size Source URLs
DIST elementary-icons-theme-9.0.0.tar.gz 4468073 bytes https://github.com/elementary/icons/archive/9.0.0.tar.gz