io.elementary.icons: update to 5.2.0.
This commit is contained in:
parent
1dd9067993
commit
7b85e8f585
1 changed files with 6 additions and 3 deletions
|
@ -1,19 +1,22 @@
|
|||
# Template file for 'io.elementary.icons'
|
||||
pkgname=io.elementary.icons
|
||||
version=5.1.0
|
||||
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=20697cb7c66a7d3fbd46e50cd381023d9ef9f991146c9c80d5a8c6cfb58d86f4
|
||||
checksum=b4a2b2205443dbfaecd42f0594bdf9c95d9787781b6fe1250ffa2c216a68ec7c
|
||||
|
||||
post_install() {
|
||||
# How did that get there?
|
||||
rm -- "${DESTDIR}/.VolumeIcon."*
|
||||
# elementary branding ¯\_O_/¯
|
||||
rm -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
|
||||
rm -f -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue