mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-fonts/libertine: Install TTF files
Closes: https://github.com/gentoo/gentoo/pull/10032 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
committed by
Lars Wendler
parent
4ca2172399
commit
9403efda5a
@@ -1 +1,2 @@
|
||||
DIST LinLibertineOTF_5.3.0_2012_07_02.tgz 3001259 BLAKE2B b585611591674d2dbbc616a572afee7d89e3ba7244a3b19abee2e99937da1db8047739a79ada23f2d0ef5febe39970e08b907e347994996da922a5131a3669fe SHA512 a441a127fb56413a69de3a435f3c5870b53ef2d3b6c341f7bf14e112f90d698ed2e7f9b002e0fcf951b93fa7f29be229bd796f8679f0b610d06705f02e01a6c7
|
||||
DIST LinLibertineTTF_5.3.0_2012_07_02.tgz 3673659 BLAKE2B 46107c8521a5cd680fa7b2ebc7dec969c0bf326f7598dfe850570771ec79b10cc472953be045a539a4fc414c1612f6865e1b6b86f390514ae14ed601854384c8 SHA512 ea9af8d47d22e5f35be65fbae08c7230602a57abe6f39e9a63a5761a69e519fe4e4ac41b878764035fdf8a2c8ee855c0cb9b0077a216d8ba5a2ddf615913e273
|
||||
|
||||
27
media-fonts/libertine/libertine-5.3.0.20120702-r3.ebuild
Normal file
27
media-fonts/libertine/libertine-5.3.0.20120702-r3.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eapi7-ver font
|
||||
|
||||
MY_DATE=$(ver_cut 4)
|
||||
MY_PV=$(ver_cut 1-3)_${MY_DATE:0:4}_${MY_DATE:4:2}_${MY_DATE:6}
|
||||
MY_P_OTF="LinLibertineOTF_${MY_PV}"
|
||||
MY_P_TTF="LinLibertineTTF_${MY_PV}"
|
||||
|
||||
DESCRIPTION="Fonts from the Linux Libertine Open Fonts Project"
|
||||
HOMEPAGE="http://linuxlibertine.org/"
|
||||
SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P_OTF}.tgz
|
||||
mirror://sourceforge/linuxlibertine/${MY_P_TTF}.tgz"
|
||||
|
||||
LICENSE="|| ( GPL-2-with-font-exception OFL-1.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="!<x11-libs/pango-1.20.4"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_S="${S}"
|
||||
FONT_SUFFIX="otf ttf"
|
||||
DOCS="Bugs.txt ChangeLog.txt README Readme-TEX.txt"
|
||||
Reference in New Issue
Block a user