From 30ff9c01da6a297f84b8ee769034d3812e4b9ece Mon Sep 17 00:00:00 2001 From: Dustin Pilgrim Date: Wed, 18 Jan 2023 01:06:25 -0800 Subject: [PATCH 1/2] New package: font-material-design-icons-extended-ttf-7.1.96 --- .../template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/font-material-design-icons-extended-ttf/template diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template new file mode 100644 index 000000000000..99150b1830be --- /dev/null +++ b/srcpkgs/font-material-design-icons-extended-ttf/template @@ -0,0 +1,17 @@ +# Template file for 'font-material-design-icons-extended-ttf' +pkgname=font-material-design-icons-extended-ttf +version=7.1.96 +revision=1 +depends="font-util" +short_desc="Google's Material Design Icons extended by the community" +maintainer="Dustin Pilgrim " +license="OFL-1.1" +homepage="https://materialdesignicons.com" +distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz" +checksum=d47f4f76a6d0713004749644b866b04614dc3be6a3f1c55fe6e4bc0030544604 + +font_dirs="/usr/share/fonts/TTF/" + +do_install() { + vinstall fonts/materialdesignicons-webfont.ttf 644 usr/share/fonts/TTF +} From a89ad0ea063b8b52193be0763362b05c3cd0665c Mon Sep 17 00:00:00 2001 From: Dustin Pilgrim Date: Wed, 18 Jan 2023 01:11:28 -0800 Subject: [PATCH 2/2] font-material-design-icons-extended-ttf: update to 7.1.96. --- srcpkgs/font-material-design-icons-extended-ttf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template index 99150b1830be..b5148469c497 100644 --- a/srcpkgs/font-material-design-icons-extended-ttf/template +++ b/srcpkgs/font-material-design-icons-extended-ttf/template @@ -4,7 +4,7 @@ version=7.1.96 revision=1 depends="font-util" short_desc="Google's Material Design Icons extended by the community" -maintainer="Dustin Pilgrim " +maintainer="saltnpepper97 " license="OFL-1.1" homepage="https://materialdesignicons.com" distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"