Сравнение polarsys-b612-fonts-1.008-r1 с polarsys-b612-fonts-1.003-r1
/usr/portage/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003-r1.ebuild 2023-10-09 14:52:31.612368404 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit font |
|
6 |
inherit font vcs-snapshot |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Font designed for aircraft cockpit displays" |
9 | 9 |
HOMEPAGE="https://b612-font.com/" |
10 |
SRC_URI="https://github.com/polarsys/b612/archive/${PV}.tar.gz -> ${P}.tar.gz" |
|
10 |
SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e620eab106eb8d6f2b7fb1347e.tar.bz2 -> ${P}.tar.bz2" |
|
11 | 11 | |
12 | 12 |
LICENSE="EPL-1.0 BSD OFL-1.1" # to be clarified #746725 |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" |
|
14 |
KEYWORDS="amd64 arm arm64 ppc ppc64 x86" |
|
15 | 15 | |
16 |
S="${WORKDIR}/b612-${PV}" |
|
17 |
FONT_S="${S}/fonts/ttf" |
|
16 |
FONT_S="${S}/TTF" |
|
18 | 17 |
FONT_SUFFIX="ttf" |
19 | 18 | |
20 | 19 |
DOCS=( README.md ) |