22 lines
730 B
Bash
22 lines
730 B
Bash
# Template file for 'io.elementary.icons'
|
|
pkgname=io.elementary.icons
|
|
version=7.0.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="xcursorgen librsvg-utils gettext"
|
|
# gdk-pixbuf needs librsvg to render SVG icons
|
|
depends="librsvg"
|
|
short_desc="Named, vector icons for elementary OS"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/elementary/icons"
|
|
distfiles="https://github.com/elementary/icons/archive/${version}.tar.gz"
|
|
checksum=3fc69e15939303b252be53a136650632763d856ad47b699b31ddc9bd3763f2e5
|
|
|
|
post_install() {
|
|
# How did that get there?
|
|
rm -- "${DESTDIR}/.VolumeIcon."*
|
|
# elementary branding ¯\_O_/¯
|
|
rm -f -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
|
|
}
|