From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/intlfonts/
Date: Sun, 25 Aug 2024 23:54:12 +0000 (UTC) [thread overview]
Message-ID: <1724630023.502bcfc79898f68d300808c0375d2042bc572211.conikost@gentoo> (raw)
commit: 502bcfc79898f68d300808c0375d2042bc572211
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 14 17:49:36 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 23:53:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502bcfc7
media-fonts/intlfonts: add 1.4.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38149
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-fonts/intlfonts/Manifest | 1 +
media-fonts/intlfonts/intlfonts-1.4.2.ebuild | 36 ++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-fonts/intlfonts/Manifest b/media-fonts/intlfonts/Manifest
index 30340223fbc5..39deb904853c 100644
--- a/media-fonts/intlfonts/Manifest
+++ b/media-fonts/intlfonts/Manifest
@@ -1 +1,2 @@
DIST intlfonts-1.4.1.tar.gz 26437950 BLAKE2B 57bdb2acb6d90362e6b2ab83d509638170c751aa26c803907dfb8f8db73a0190d112175815deab92866eb0af97cd4da11edf9cebdf6733e01bd32e93ed863b0e SHA512 6d070de3103c655065a904fce9a8c883f7c4fc12f42e039984cf40884853f57c88fb6c13221dc367c371e0e8585ed54650cfa69ae886cfae2a74df22ead95c06
+DIST intlfonts-1.4.2.tar.gz 12772093 BLAKE2B 84139c5cc6cf2250527c76f101143abb4832f90c10b701c46f74a664b57935e5fb437a6cd191503b4fe1f96fbde417e0b8e909b632609a97fe5bd71cde44182e SHA512 c079a940b855f387a899c4e025daf4fa10f237c1a0721cf72b4569438b2e3d37e9e8074207af2628b4b7e335e1c9f3ee0c66838642538f57a5b7383447afa055
diff --git a/media-fonts/intlfonts/intlfonts-1.4.2.ebuild b/media-fonts/intlfonts/intlfonts-1.4.2.ebuild
new file mode 100644
index 000000000000..26c492e58c16
--- /dev/null
+++ b/media-fonts/intlfonts/intlfonts-1.4.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="International X11 fixed fonts"
+HOMEPAGE="https://directory.fsf.org/wiki/Intlfonts"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain HPND GPL-3+-with-font-exception"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="bdf"
+
+BDEPEND="x11-apps/bdftopcf
+ >=x11-apps/mkfontscale-1.2.0"
+
+DOCS=( ChangeLog NEWS README Emacs.ap )
+
+src_configure() {
+ local myeconfargs=(
+ --with-fontdir=/usr/share/fonts/${PN}
+ --enable-compress="gzip -9"
+ $(use_with bdf)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ emake install fontdir="${ED}/usr/share/fonts/${PN}"
+ einstalldocs
+ font_xfont_config
+}
next reply other threads:[~2024-08-25 23:54 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-25 23:54 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 20:36 [gentoo-commits] repo/gentoo:master commit in: media-fonts/intlfonts/ Andreas Sturmlechner
2024-09-24 15:03 Arthur Zamarin
2024-09-23 8:26 Arthur Zamarin
2024-09-23 7:13 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 0:32 Sam James
2024-09-23 0:32 Sam James
2022-08-18 2:53 Matt Turner
2022-05-25 8:29 WANG Xuerui
2021-03-28 11:00 Sam James
2021-03-26 11:50 Agostino Sarubbo
2021-03-17 9:00 Sam James
2021-03-17 2:21 Sam James
2021-03-17 2:21 Sam James
2021-03-17 2:19 Sam James
2021-03-17 2:16 Sam James
2021-02-16 9:31 Ulrich Müller
2019-12-23 23:41 Ulrich Müller
2019-12-23 14:33 Ulrich Müller
2019-10-19 16:10 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724630023.502bcfc79898f68d300808c0375d2042bc572211.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox