summaryrefslogtreecommitdiff
blob: c07950ee68d13ba7e127a5b396de6695e1eb345e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font font-ebdftopcf

MY_P="xfonts-cronyx_${PV}"

DESCRIPTION="Cronyx Cyrillic bitmap fonts for X"
HOMEPAGE="https://packages.debian.org/source/sid/xfonts-cronyx"
SRC_URI="
	mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
	mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}-6.diff.gz"

LICENSE="freedist"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"

S="${WORKDIR}/${MY_P//_/-}.orig"

PATCHES=( "${WORKDIR}"/${MY_P}-6.diff )

DOCS="Changelog.en xcyr.README.* xrus.README"
FONT_PN="cronyx"
FONT_S="${S}/75dpi ${S}/100dpi ${S}/misc"
FONTDIR="/usr/share/fonts/cronyx"