mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
font-material-design-icons-ttf: update to 4.0.0.
This commit is contained in:
parent
af45f88d0e
commit
c14b7c82e0
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'font-material-design-icons-ttf'
|
||||
pkgname=font-material-design-icons-ttf
|
||||
version=3.0.1
|
||||
revision=2
|
||||
version=4.0.0
|
||||
revision=1
|
||||
wrksrc="material-design-icons-${version}"
|
||||
hostmakedepends="unzip"
|
||||
depends="font-util xbps-triggers"
|
||||
short_desc="Material Design icons by Google"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/material-design-icons"
|
||||
distfiles="https://github.com/google/material-design-icons/releases/download/${version}/material-design-icons-${version}.zip"
|
||||
checksum=722e3b09121b82a3746f3da2ecd3a2db8d7d24153b8433324315695a45f06a90
|
||||
distfiles="https://github.com/google/material-design-icons/archive/${version}.tar.gz"
|
||||
checksum=b1b068d625d5e15d6ec0059209cec67bc4c46e39c4611b859d6f6680dbf23934
|
||||
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
|
||||
do_install() {
|
||||
vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
|
||||
vinstall font/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue