void-packages/srcpkgs/io.elementary.icons/template
2020-05-05 20:47:40 +02:00

22 lines
724 B
Bash

# Template file for 'io.elementary.icons'
pkgname=io.elementary.icons
version=5.3.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 <cnemo@tutanota.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/elementary/icons"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=6ffc4f4d60740657536076adeed0398e2609e18f807fe098c081d1005040a327
post_install() {
# How did that get there?
rm -- "${DESTDIR}/.VolumeIcon."*
# elementary branding ¯\_O_/¯
rm -f -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
}