Github messages for voidlinux
 help / color / mirror / Atom feed
From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: add ttf-vista-fonts package (nonfree)
Date: Tue, 23 Apr 2024 14:00:20 +0200	[thread overview]
Message-ID: <20240423120020.A85C82166E@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49996@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49996#issuecomment-2072119197

Comment:
Cleaned up a bit.
```sh
# Template file for 'ttf-vista-fonts'
pkgname=ttf-vista-fonts
version=1.0.0
revision=1
hostmakedepends="cabextract"
short_desc="Microsoft Vista and Office 2007 True Type Fonts"
maintainer="Michael Kinder <michael@foggymtndrifter.com>"
license="custom:microsoft"
homepage="https://docs.microsoft.com/en-us/typography/fonts/font-faq"
distfiles="https://web.archive.org/web/20171225132744/http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe>${pkgname}.cab"
checksum=249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
font_dirs="/usr/share/fonts/TTF"
restricted=yes
repository=nonfree
skip_extraction="${pkgname}.cab"

do_install() {
	vsrccopy ${pkgname}.cab .
	cabextract ${pkgname}.cab
	cabextract --lowercase -F '*.tt[fc]' ppviewer.cab \
		-d ${DESTDIR}/usr/share/fonts/TTF
	vlicense EULA
}
```

  parent reply	other threads:[~2024-04-23 12:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  9:10 [PR PATCH] " FoggyMtnDrifter
2024-04-23  9:12 ` FoggyMtnDrifter
2024-04-23 12:00 ` chrysos349 [this message]
2024-04-23 14:22 ` [PR PATCH] [Updated] " FoggyMtnDrifter
2024-04-23 14:39 ` FoggyMtnDrifter
2024-04-24 18:58 ` fanyx
2024-04-24 21:52 ` [PR PATCH] [Updated] " FoggyMtnDrifter
2024-04-24 23:55 ` 0x5c
2024-04-25  1:19 ` [PR PATCH] [Updated] " FoggyMtnDrifter
2024-04-25  1:20 ` FoggyMtnDrifter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240423120020.A85C82166E@inbox.vuxu.org \
    --to=chrysos349@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).