20 lines
624 B
Bash
20 lines
624 B
Bash
# Template file for 'io.elementary.icons'
|
|
pkgname=io.elementary.icons
|
|
version=5.1.0
|
|
revision=1
|
|
wrksrc="icons-${version}"
|
|
build_style=meson
|
|
short_desc="Named, vector icons for elementary OS"
|
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/elementary/icons"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=20697cb7c66a7d3fbd46e50cd381023d9ef9f991146c9c80d5a8c6cfb58d86f4
|
|
|
|
post_install() {
|
|
# How did that get there?
|
|
rm -- "${DESTDIR}/.VolumeIcon."*
|
|
# elementary branding ¯\_O_/¯
|
|
rm -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
|
|
}
|