mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: io.elementary.icons-5.0
This commit is contained in:
parent
568ffc0a92
commit
83ce67ce8f
1 changed files with 19 additions and 0 deletions
19
srcpkgs/io.elementary.icons/template
Normal file
19
srcpkgs/io.elementary.icons/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'io.elementary.icons'
|
||||||
|
pkgname=io.elementary.icons
|
||||||
|
version=5.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=7ef504b8766855e66dfac0fc09135433131cacfdb58bad142151943cf39f6313
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# How did that get there?
|
||||||
|
rm -f "${DESTDIR}/.VolumeIcon*"
|
||||||
|
# elementary branding ¯\_O_/¯
|
||||||
|
rm -f "${DESTDIR}/usr/share/icons/elementary/*/*/distributor-logo*"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue