add x11-apps/bdfresize
This commit is contained in:
parent
d3af21e263
commit
ed40581a24
3 changed files with 35 additions and 0 deletions
15
x11-apps/bdfresize/bdfresize-1.5.ebuild
Normal file
15
x11-apps/bdfresize/bdfresize-1.5.ebuild
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Utility for resizing BDF fonts"
|
||||
HOMEPAGE="http://openlab.ring.gr.jp/efont/"
|
||||
SRC_URI="http://openlab.ring.gr.jp/efont/dist/tools/${PN}/${PN}-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
SLOT="0"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/fix-unintialized-use.patch"
|
||||
"${FILESDIR}/remove-malloc-prototype.patch"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue