x11-themes/human-icon-theme - 0.36 (gentoo)

Search

Package Information

Description:
A nice and well polished icon theme
Homepage:
https://packages.ubuntu.com/lucid/human-icon-theme
License:
CC-BY-SA-2.5

Ebuild Details

Version EAPI Keywords Slot
0.36 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit xdg

DESCRIPTION="A nice and well polished icon theme"
HOMEPAGE="https://packages.ubuntu.com/lucid/human-icon-theme"
SRC_URI="
	mirror://ubuntu/pool/universe/h/${PN}/${PN}_${PV}.tar.gz
	https://www.gentoo.org/images/gentoo-logo.svg"

LICENSE="CC-BY-SA-2.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="binchecks strip"

RDEPEND="
	|| (
		x11-themes/adwaita-icon-theme
		x11-themes/tangerine-icon-theme
	)"
BDEPEND="
	dev-util/intltool
	gnome-base/librsvg
	sys-devel/gettext
	x11-misc/icon-naming-utils"

S="${WORKDIR}/${PN}"

PATCHES=( "${FILESDIR}"/${PN}-0.36-fix-buildsystem.patch )

src_prepare() {
	xdg_src_prepare

	cp "${DISTDIR}"/gentoo-logo.svg scalable/places/start-here.svg || die

	local res
	for res in 22 32 48; do
		rsvg-convert -w ${res} -h ${res} scalable/places/start-here.svg \
			> ${res}x${res}/places/start-here.png || die
	done
}

src_compile() {
	emake index.theme
}

Applicable Mirrors

Mirror Name URLs
ubuntu

Dependencies

RDEPEND

	|| (
		x11-themes/adwaita-icon-theme
		x11-themes/tangerine-icon-theme
	)

BDEPEND

	dev-util/intltool
	gnome-base/librsvg
	sys-devel/gettext
	x11-misc/icon-naming-utils

Manifest for 0.36

Type File Size Source URLs
DIST gentoo-logo.svg 13764 bytes https://www.gentoo.org/images/gentoo-logo.svg
DIST human-icon-theme_0.36.tar.gz 980140 bytes mirror://ubuntu/pool/universe/h/human-icon-theme/human-icon-theme_0.36.tar.gz