squash commits
README.md: edit readme games-action/multimc5: add games-action/multimc5 media-fonts/scientifica: add media-fonts/scientifica media-fonts/tewi-font: fix typos media-fonts/tewi-font: add manifest media-fonts/scientifica: add manifest media-fonts/berry: add media-fonts/berry media-fonts/undefined-medium: add media-fonts/undefined-medium x11-misc/lesbar: add x11-misc/lesbar app-text/kibi: add app-text/kibi sys-block/lethe: add sys-block/lethe
This commit is contained in:
commit
ebbc3a11c8
19 changed files with 801 additions and 0 deletions
1
media-fonts/scientifica/Manifest
Normal file
1
media-fonts/scientifica/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST scientifica.tar 788480 BLAKE2B 0b95fc2c3f0af13ff370d852d36b2134980c5465a998ed78b831b6c258d871b18110529a142a0e0db403de1426ddabafb99128a94430fdda803b398520ca3759 SHA512 ee0cec5bee9d9fae65af4f05211984429d0404fb9b71b4c68af954b66fc9b1710e0e98478b426388cebdbf49fe12051b78634686ad918d5ea6dec60b299085fa
|
25
media-fonts/scientifica/scientifica-2.2.ebuild
Normal file
25
media-fonts/scientifica/scientifica-2.2.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit font font-ebdftopcf
|
||||
|
||||
DESCRIPTION="Tall and condensed bitmap font for geeks."
|
||||
HOMEPAGE="https://github.com/NerdyPepper/scientifica"
|
||||
SRC_URI="https://github.com/NerdyPepper/scientifica/releases/download/v${PV}/${PN}.tar"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
BDEPEND="
|
||||
x11-apps/bdftopcf
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_S=( ${S}/${PN}/bdf )
|
||||
FONTDIR="/usr/share/fonts"
|
||||
|
||||
src_compile() {
|
||||
font-ebdftopcf_src_compile
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue