public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-apps@cygwin.com
Subject: Re: [ITA] ghostscript, ghostscript-fonts-std, ghostscript-fonts-other
Date: Tue, 31 Oct 2017 16:56:00 -0000	[thread overview]
Message-ID: <98444ec8-48f1-04b9-34cd-b057228c6e95@cornell.edu> (raw)
In-Reply-To: <50106a0c-3d80-5c79-c89e-2b3f29d9c57a@cygwin.com>

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

On 10/30/2017 5:55 PM, Yaakov Selkowitz wrote:
> It would
> also be nice if the updated URW fonts[2] would also be installed under
> e.g. /usr/share/fonts/urw-base35.

Is the attached what you had in mind?  Following Fedora, I only packaged 
*.t1 and *.afm files, even though the source package also contains *.otf 
and *.ttf.

Ken

[-- Attachment #2: urw-base35-fonts.cygport --]
[-- Type: text/plain, Size: 755 bytes --]

# http://pkgs.fedoraproject.org/cgit/rpms/urw-base35-fonts.git/tree/urw-base35-fonts.spec

inherit font

NAME="urw-base35-fonts"
VERSION=20170801
RELEASE=1
CATEGORY="Graphics X11"
SUMMARY="The 35 fonts in the PostScript Level 2 Core Font Set"
DESCRIPTION="The 35 fonts in the PostScript Level 2 Core Font Set"

HOMEPAGE="https://github.com/ArtifexSoftware/urw-base35-fonts/"
SRC_URI="${HOMEPAGE}/archive/${VERSION}.tar.gz"

OBSOLETES="ghostscript-fonts-std"

src_compile() {
	:
}

src_test() {
	:
}

src_install() {
	cd ${S}
	fontinto ${NAME%-fonts}
	dofont fonts/*.t1
	dofont fonts/*.afm

	insinto /usr/share/ghostscript/fonts
	doins fonts/*.t1
	doins fonts/*.afm

	cd fontconfig
	for f in *.conf
	do
	    newfontconf ${f} 60-${f}
	done
}

ARCH="noarch"

  reply	other threads:[~2017-10-31 16:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30 18:43 Ken Brown
2017-10-30 21:39 ` Marco Atzeri
2017-10-31 14:56   ` Andrew Schulman
2017-10-30 21:55 ` Yaakov Selkowitz
2017-10-31 16:56   ` Ken Brown [this message]
2017-10-31 18:19     ` Ken Brown

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=98444ec8-48f1-04b9-34cd-b057228c6e95@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-apps@cygwin.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).