void-packages/srcpkgs/io.elementary.icons/template
2020-01-24 11:12:05 +01:00

22 lines
730 B
Bash

# Template file for 'io.elementary.icons'
pkgname=io.elementary.icons
version=5.2.0
revision=1
wrksrc="icons-${version}"
build_style=meson
hostmakedepends="inkscape xcursorgen"
# gdk-pixbuf needs librsvg to render SVG icons
depends="librsvg"
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=b4a2b2205443dbfaecd42f0594bdf9c95d9787781b6fe1250ffa2c216a68ec7c
post_install() {
# How did that get there?
rm -- "${DESTDIR}/.VolumeIcon."*
# elementary branding ¯\_O_/¯
rm -f -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
}