From 9368cc9abd4dac6010762f4b394aab569d2efab8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 13 Mar 2019 21:03:21 -0300 Subject: [PATCH] ipafont-fonts-otf: remove --- srcpkgs/ipafont-fonts-otf/INSTALL.msg | 1 + srcpkgs/ipafont-fonts-otf/template | 22 ++++------------------ 2 files changed, 5 insertions(+), 18 deletions(-) create mode 100644 srcpkgs/ipafont-fonts-otf/INSTALL.msg diff --git a/srcpkgs/ipafont-fonts-otf/INSTALL.msg b/srcpkgs/ipafont-fonts-otf/INSTALL.msg new file mode 100644 index 00000000000..850546c664b --- /dev/null +++ b/srcpkgs/ipafont-fonts-otf/INSTALL.msg @@ -0,0 +1 @@ +ipafont-fonts-otf is no longer provided by Void Linux, and will be fully removed from the repos on 2019/06/13 diff --git a/srcpkgs/ipafont-fonts-otf/template b/srcpkgs/ipafont-fonts-otf/template index d614519930b..87645520415 100644 --- a/srcpkgs/ipafont-fonts-otf/template +++ b/srcpkgs/ipafont-fonts-otf/template @@ -1,23 +1,9 @@ # Template file for 'ipafont-fonts-otf' pkgname=ipafont-fonts-otf version=003.03 -revision=1 -_pkgver=${version/./} +revision=2 archs=noarch -wrksrc="IPAfont${_pkgver}" -hostmakedepends="unzip" -depends="font-util xbps-triggers" -short_desc="Japanese OpenType font set" +build_style=meta +short_desc="Japanese OpenType font set (removed package)" +license="metapackage" homepage="http://ipafont.ipa.go.jp/" -license="IPA" -maintainer="Georg Schabel " -distfiles="http://dl.ipafont.ipa.go.jp/IPAfont/IPAfont${_pkgver}.zip" -checksum=f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5 - -font_dirs="/usr/share/fonts/OTF" - -do_install() { - vmkdir usr/share/fonts/OTF - install -m644 *.ttf ${DESTDIR}/usr/share/fonts/OTF - vlicense IPA_Font_License_Agreement_v1.0.txt LICENSE -}