summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-06-19 18:08:04 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-06-22 20:50:56 +0200
commit41fba991352138cd744bc5214f0b3a8039d7dc52 (patch)
treef3b0bcf04e7f0d4b4a7c2378f1b405273b585bad /app-text/bdf2psf
parentx11-wm/xpra: remove unused patch (diff)
downloadgentoo-41fba991352138cd744bc5214f0b3a8039d7dc52.tar.gz
gentoo-41fba991352138cd744bc5214f0b3a8039d7dc52.tar.bz2
gentoo-41fba991352138cd744bc5214f0b3a8039d7dc52.zip
app-text/bdf2psf: add 1.227
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/bdf2psf')
-rw-r--r--app-text/bdf2psf/Manifest1
-rw-r--r--app-text/bdf2psf/bdf2psf-1.227.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/app-text/bdf2psf/Manifest b/app-text/bdf2psf/Manifest
index 60739ab8ad05..d6c89eceefeb 100644
--- a/app-text/bdf2psf/Manifest
+++ b/app-text/bdf2psf/Manifest
@@ -1 +1,2 @@
DIST console-setup_1.155.tar.xz 1641952 BLAKE2B fbe1e58915c2aac1148a1de31eca5bc9b7fc078c9840b5d51d8b1211e178315360e294d81040c464e2404774594606b3fecab6f7924b1fd4bec4c24b219e9197 SHA512 e00b0b48d91c9587c0659714f74de259bf3efd1caa553c4a06d9bc545335463808db2da16797ffca1dc59cae4f524619d3cf9a68db2ff5ad7b47cdd8aced37ac
+DIST console-setup_1.227.tar.xz 3886728 BLAKE2B f01ddeb3a6c51edc9f88cdb6778b5dceff16d110bc534f67e7b14d8cc7c241be41b6ad4776aed44f10b7ea3917560fcc3912cfa04273d98b0e81f901fda17702 SHA512 c79d6cc3acb477e1a8947b93777bc385039ed32799e90655d6f8e45c7f7a6036695dfe0d17e8f6e7a82db89099882df232e0937b7baf7b4deeb6a91d76dcfc86
diff --git a/app-text/bdf2psf/bdf2psf-1.227.ebuild b/app-text/bdf2psf/bdf2psf-1.227.ebuild
new file mode 100644
index 000000000000..48fb146f6c2f
--- /dev/null
+++ b/app-text/bdf2psf/bdf2psf-1.227.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Converter to generate console fonts from BDF source fonts"
+HOMEPAGE="https://packages.debian.org/sid/bdf2psf"
+SRC_URI="mirror://debian/pool/main/c/console-setup/console-setup_${PV}.tar.xz"
+S="${WORKDIR}/console-setup-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="dev-lang/perl"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dobin Fonts/bdf2psf
+
+ insinto /usr/share/bdf2psf
+ doins -r Fonts/*.equivalents Fonts/*.set Fonts/fontsets
+
+ doman man/bdf2psf.1
+ dodoc debian/README.fontsets
+}