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