blob: 380b0ed78fe6ff07252cf09a6f313f827101948d (
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
28
29
30
31
32
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="${PN^}"
inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="https://web.archive.org/web/20140913154759/http://users.teilar.gr/~g1951d"
SRC_URI="
https://web.archive.org/web/20140913154759if_/http://users.teilar.gr/~g1951d/Symbola.zip -> ${P}.zip
https://web.archive.org/web/20140913154759if_/http://users.teilar.gr/~g1951d/Symbola.pdf -> ${P}.pdf
"
LICENSE="UFAS"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
DOCS=(
"${DISTDIR}/${P}.pdf"
"${MY_PN}.docx"
)
HTML_DOCS=( "${MY_PN}.htm" )
FONT_S="${S}"
FONT_SUFFIX="ttf"
|